Właściwość ReportExpression<T>.IsExpression
Czy to jest wyrażenie.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public ReadOnly Property IsExpression As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
A wartość logiczna value.
Implementacje
Zobacz także