Propriedade do RDL StyleBase.IsCustomControl
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a value that indicates whether control is a custom control.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if control is a custom control; otherwise, false.