Propriedade do RDL IsExpression

Whether this is an expression.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System. . :: . .Boolean
A Boolean value.

Implementa

IExpression. . :: . .IsExpression