次の方法で共有


Report.ShowHideToggle プロパティ

ユーザーによって切り替えられた切り替えアイテムの識別子を取得します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property ShowHideToggle As String 
    Get
'使用
Dim instance As Report 
Dim value As String 

value = instance.ShowHideToggle
public string ShowHideToggle { get; }
public:
property String^ ShowHideToggle {
    String^ get ();
}
member ShowHideToggle : string
function get ShowHideToggle () : String

プロパティ値

型: System.String
ユーザーによって切り替えられた切り替えアイテムの識別子を表す String です。

説明

これは、現在の UI の場所に移動するために使用されます。

関連項目

参照

Report クラス

Microsoft.ReportingServices.ReportRendering 名前空間