다음을 통해 공유


ReportExpression.IsEmpty 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets whether the report expression is empty.

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

구문

‘선언
Public ReadOnly Property IsEmpty As Boolean 
    Get
‘사용 방법
Dim instance As ReportExpression 
Dim value As Boolean 

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

속성 값

유형: System.Boolean
True if the report expression is empty; otherwise, false.

구현

IExpression.IsEmpty

참고 항목

참조

ReportExpression 구조

Microsoft.ReportingServices.RdlObjectModel 네임스페이스