共用方式為


ReportItem.IsCustomControl 屬性

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

Gets a value that indicates whether the report item is a custom control.

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

請參閱

參考

ReportItem 類別

Microsoft.ReportingServices.ReportRendering 命名空間