Partager via


Propriété ReportItem.IsCustomControl

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected Friend ReadOnly Property IsCustomControl As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ReportItem Classe

Espace de noms Microsoft.ReportingServices.ReportRendering