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