Freigeben über


StyleBase.IsCustomControl-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected ReadOnly Property IsCustomControl As Boolean 
    Get
'Usage
Dim value As Boolean 

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

Eigenschaftswert

Typ: System.Boolean
true if control is a custom control; otherwise, false.

Siehe auch

Verweis

StyleBase Klasse

Microsoft.ReportingServices.ReportRendering-Namespace