Propriedade IsExpression
Gets a value that indicates whether the value of the report property is an expression.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property IsExpression As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the value of the report property is an expression; otherwise, false.
Consulte também