ShowHideStateChanged 속성
보고서 스냅숏의 표시/숨기기 상태가 변경되었는지 여부를 나타내는 값을 가져옵니다.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property ShowHideStateChanged As Boolean
Get
‘사용 방법
Dim instance As Report
Dim value As Boolean
value = instance.ShowHideStateChanged
public bool ShowHideStateChanged { get; }
public:
property bool ShowHideStateChanged {
bool get ();
}
member ShowHideStateChanged : bool
function get ShowHideStateChanged () : boolean