IsCustomControl プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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