Partager via


Propriété ReportProperty.IsExpression

Gets a value that indicates whether the value of the report property is an expression.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsExpression As Boolean 
    Get
'Utilisation
Dim instance As ReportProperty 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean
true if the value of the report property is an expression; otherwise, false.

Voir aussi

Référence

ReportProperty Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering