Partilhar via


Propriedade do RDL IExpression.Expression

The expression string.

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

Sintaxe

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

value = instance.Expression

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

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

IExpression Interface

Namespace Microsoft.ReportingServices.RdlObjectModel