次の方法で共有


ReportItem.HasToggle プロパティ

レポート定義でこのレポート アイテムの切り替えアイテムを定義するかどうかを示す値を取得します。

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

構文

'宣言
Public ReadOnly Property HasToggle As Boolean 
    Get
'使用
Dim instance As ReportItem 
Dim value As Boolean 

value = instance.HasToggle
public bool HasToggle { get; }
public:
property bool HasToggle {
    bool get ();
}
member HasToggle : bool
function get HasToggle () : boolean

プロパティ値

型: System.Boolean
レポート定義でこのレポート アイテムの切り替えアイテムを定義するかどうかを示す Boolean 値です。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.ReportRendering 名前空間