この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
コントロールがカスタム コントロールであるかどうかを示す値を取得または設定します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Protected ReadOnly Property IsCustomControl As Boolean
Get
'使用
Dim value As Boolean
value = Me.IsCustomControl
protected bool IsCustomControl { get; }
protected:
property bool IsCustomControl {
bool get ();
}
member IsCustomControl : bool
function get IsCustomControl () : boolean
プロパティ値
型: System.Boolean
コントロールがカスタム コントロールである場合は true、それ以外の場合は false。