Partilhar via


Propriedade do RDL ReportExpression<T>.Expression

Gets or sets the expression value.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property Expression As String 
    Get 
    Set
'Uso
Dim instance As ReportExpression 
Dim value As String 

value = instance.Expression

instance.Expression = value
public string Expression { get; set; }
public:
virtual property String^ Expression {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Expression : string with get, set 
override Expression : string with get, set
final function get Expression () : String 
final function set Expression (value : String)

Valor da propriedade

Tipo: System.String
The expression value.

Implementa

IExpression.Expression

Consulte também

Referência

ReportExpression<T> Estrutura

Namespace Microsoft.ReportingServices.RdlObjectModel