Proprietà IsExpression
Gets a value that indicates whether the value of the report property is an expression.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsExpression As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the value of the report property is an expression; otherwise, false.