Partager via


Propriété ReportExpression<T>.IsExpression

Gets a value that indicates whether this is an expression.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsExpression As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
True if this is an expression; otherwise, false.

Implémente

IExpression.IsExpression

Voir aussi

Référence

ReportExpression<T> Structure

Espace de noms Microsoft.ReportingServices.RdlObjectModel