다음을 통해 공유


IsExpression 속성

Indicates whether this is an expression.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public ReadOnly Property IsExpression As Boolean
    Get
‘사용 방법
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

속성 값

유형: System. . :: . .Boolean
A Boolean value.

구현

IExpression. . :: . .IsExpression