Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the expression value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Expression As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The expression value.