Compartir a través de


IsExpression Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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