次の方法で共有


ReportItem.IsCustomControl プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

レポート アイテムがカスタム コントロールであるかどうかを示す値を取得します。

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

構文

'宣言
Protected Friend ReadOnly Property IsCustomControl As Boolean 
    Get
'使用
Dim value As Boolean 

value = Me.IsCustomControl
protected internal bool IsCustomControl { get; }
protected public:
property bool IsCustomControl {
    bool get ();
}
member IsCustomControl : bool
function get IsCustomControl () : boolean

プロパティ値

型: System.Boolean
レポート アイテムがカスタム コントロールである場合は true、それ以外の場合は false です。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.ReportRendering 名前空間