Share via


IExpression.Expression Property

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)

Property Value

Type: System.String
A string value.

See Also

Reference

IExpression Interface

Microsoft.ReportingServices.RdlObjectModel Namespace