次の方法で共有


Report.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

プロパティ値

型: System.Boolean

関連項目

参照

Report クラス

Microsoft.ReportingServices.ReportRendering 名前空間