Proprietà ReportExpression<T>.IsExpression
Gets a value that indicates whether this is an expression.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsExpression As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
True if this is an expression; otherwise, false.