Membros ReportExpression(T)
Represents an expression in the report.
O tipo ReportExpression< (Of < ( <'T> ) > ) > expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
ReportExpression< (Of < ( <'T> ) > ) >(String) | Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class. | |
ReportExpression< (Of < ( <'T> ) > ) >(T) | Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class. | |
ReportExpression< (Of < ( <'T> ) > ) >(String, IFormatProvider) | Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | Tests the equality of the Value property with another object. (Substitui ValueType. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Gets a unique hash code for this instance. (Substitui ValueType. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
Parse | Parses a string value into a ReportExpression<(Of <(<'T>)>)> object. | |
ToString() () () () | Converts the current ReportExpression<(Of <(<'T>)>)> object to a string. (Substitui ValueType. . :: . .ToString() () () ().) | |
ToString(String, IFormatProvider) | Converts the current ReportExpression<(Of <(<'T>)>)> object to a string. |
Início
Operadores
Início
Propriedades
Nome | Descrição | |
---|---|---|
Expression | The expression value. | |
IsEmpty | Indicates whether the expression object is empty. | |
IsExpression | Whether this is an expression. | |
Value | The calculated value. |
Início
Implementações de interface explícitas
Nome | Descrição | |
---|---|---|
IXmlSerializable. . :: . .GetSchema | ||
IXmlSerializable. . :: . .ReadXml | ||
IXmlSerializable. . :: . .WriteXml | ||
IExpression. . :: . .Value |
Início
Consulte também