Partager via


Propriété IsExpression

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
A Boolean value.

Implémente

IExpression. . :: . .IsExpression