Freigeben über


IExpression.Expression-Eigenschaft

The expression string.

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

Syntax

'Declaration
Property Expression As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
A string value.

Siehe auch

Verweis

IExpression Schnittstelle

Microsoft.ReportingServices.RdlObjectModel-Namespace