Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 or sets a value that indicates whether control is a custom control.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Protected ReadOnly Property IsCustomControl As Boolean
Get
'Utilisation
Dim value As Boolean
value = Me.IsCustomControl
protected bool IsCustomControl { get; }
protected:
property bool IsCustomControl {
bool get ();
}
member IsCustomControl : bool
function get IsCustomControl () : boolean
Valeur de propriété
Type : System.Boolean
true if control is a custom control; otherwise, false.