Udostępnij za pośrednictwem


StyleBase.IsCustomControl Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Property Value

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

See Also

Reference

StyleBase Class

Microsoft.ReportingServices.ReportRendering Namespace