Compartir a través de


ReportItem.IsCustomControl Propiedad

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

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

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

Sintaxis

'Declaración
Protected Friend ReadOnly Property IsCustomControl As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering