Структура ReportExpression
Represents a report expression.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Structure ReportExpression _
Implements IExpression, IXmlSerializable, IFormattable
'Применение
Dim instance As ReportExpression
public struct ReportExpression : IExpression,
IXmlSerializable, IFormattable
public value class ReportExpression : IExpression,
IXmlSerializable, IFormattable
[<SealedAttribute>]
type ReportExpression =
struct
interface IExpression
interface IXmlSerializable
interface IFormattable
end
JScript поддерживает использование структур, но не объявление новых.
Тип ReportExpression обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
ReportExpression(Boolean) | Инфраструктура. |
![]() |
ReportExpression(DateTime) | Инфраструктура. |
![]() |
ReportExpression(Double) | |
![]() |
ReportExpression(Int32) | Инфраструктура. |
![]() |
ReportExpression(String) | Initializes a new instance of the ReportExpression class. |
![]() |
ReportExpression(String, EvaluationMode) | Initializes a new instance of the ReportExpression class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
DataType | The data type of the evaluated expression. |
![]() ![]() |
Empty | Инфраструктура. |
![]() |
EvaluationMode | The evaluation mode. |
![]() |
Expression | The expression string. |
![]() |
IsEmpty | Инфраструктура. |
![]() |
IsExpression | Indicates whether this is an expression. |
![]() |
Value | The value of the expression. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() ![]() |
BuildFieldReference(String) | Инфраструктура. |
![]() ![]() |
BuildFieldReference(String, String) | Инфраструктура. |
![]() ![]() |
BuildFunctionCall | Инфраструктура. |
![]() ![]() |
BuildGlobalReference | Инфраструктура. |
![]() ![]() |
BuildNullValue | |
![]() ![]() |
BuildParameterReference(String) | Инфраструктура. |
![]() ![]() |
BuildParameterReference(String, String) | Инфраструктура. |
![]() ![]() |
BuildStringLiteral | |
![]() ![]() |
BuildUserReference | Инфраструктура. |
![]() |
Equals | Tests the equality of the current instance with another expression. (Переопределяет ValueType. . :: . .Equals(Object).) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetDependencies | |
![]() ![]() |
GetFieldReference | Инфраструктура. |
![]() |
GetHashCode | Gets a unique hash code for the current instance. (Переопределяет ValueType. . :: . .GetHashCode() () () ().) |
![]() |
GetType | (Производный от Object.) |
![]() ![]() |
IsAggregateExpression | Инфраструктура. |
![]() ![]() |
IsExpressionString | Indicates whether a string is an expression. |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString() () () () | Converts the current ReportExpression instance to a string. (Переопределяет ValueType. . :: . .ToString() () () ().) |
![]() |
ToString(String, IFormatProvider) | Converts the current ReportExpression instance to a string. |
В начало
Операторы
| Имя | Описание | |
|---|---|---|
![]() ![]() |
Equality(String, ReportExpression) | Tests the equality of two expressions. |
![]() ![]() |
Equality(ReportExpression, ReportExpression) | Tests the equality of two expressions. |
![]() ![]() |
Equality(ReportExpression, String) | Tests the equality of two expressions. |
![]() ![]() |
Explicit Narrowing Explicit Explicit Explicit(ReportExpression to String) | Converts a ReportExpression object to an expression string. |
![]() ![]() |
Implicit Widening Implicit Implicit Implicit(String to ReportExpression) | Converts an expression string to a ReportExpression object. |
![]() ![]() |
Inequality(String, ReportExpression) | Tests the inequality of two expressions. |
![]() ![]() |
Inequality(ReportExpression, ReportExpression) | Tests the inequality of two expressions. |
![]() ![]() |
Inequality(ReportExpression, String) | Tests the inequality of two expressions. |
В начало
Явные реализации интерфейса
| Имя | Описание | |
|---|---|---|
![]() ![]() |
IXmlSerializable. . :: . .GetSchema | |
![]() ![]() |
IXmlSerializable. . :: . .ReadXml | |
![]() ![]() |
IXmlSerializable. . :: . .WriteXml | |
![]() ![]() |
IExpression. . :: . .Value |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)