ShowHideStateChanged 속성
Gets a value that indicates whether the show/hide state of the report snapshot has changed.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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