Compartir a través de


StyleBase.IsCustomControl Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Protected ReadOnly Property IsCustomControl As Boolean 
    Get
'Uso
Dim value As Boolean 

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

Valor de la propiedad

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

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering