IsExpression Propiedad
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
A Boolean value.