ReportProperty.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.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering