共用方式為


StyleBase.IsCustomControl 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets a value that indicates whether control is a custom control.

命名空間:  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 if control is a custom control; otherwise, false.

請參閱

參考

StyleBase 類別

Microsoft.ReportingServices.ReportRendering 命名空間