Proprietà IExpression.IsExpression

Indicates whether Value contains an expression.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
ReadOnly Property IsExpression As Boolean 
    Get
'Utilizzo
Dim instance As IExpression 
Dim value As Boolean 

value = instance.IsExpression
bool IsExpression { get; }
property bool IsExpression {
    bool get ();
}
abstract IsExpression : bool
function get IsExpression () : boolean

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

IExpression Interfaccia

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel