IsExpression-Eigenschaft
Indicates whether this is an expression.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property IsExpression As Boolean
Get
'Usage
Dim instance As ReportExpression
Dim value As Boolean
value = instance.IsExpression
public bool IsExpression { get; }
public:
virtual property bool IsExpression {
bool get () sealed;
}
abstract IsExpression : bool
override IsExpression : bool
final function get IsExpression () : boolean
Eigenschaftswert
Typ: System. . :: . .Boolean
A Boolean value.