Compartir a través de


ReportExpression.IsExpression Propiedad

Gets a value that indicates whether this is an expression.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsExpression As Boolean 
    Get
'Uso
Dim instance As ReportExpression 
Dim value As Boolean 

value = instance.IsExpression
public bool IsExpression { get; }
public:
virtual property bool IsExpression {
    bool get () sealed;
}
abstract IsExpression : bool 
override IsExpression : bool
final function get IsExpression () : boolean

Valor de la propiedad

Tipo: System.Boolean
True if this is an expression; otherwise, false.

Implementa

IExpression.IsExpression

Vea también

Referencia

ReportExpression Estructura

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel