Método ReportElement.InitializeForDesigner
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Initializes an instance of the ReportElement class for the designer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Protected Overrides Sub InitializeForDesigner
'Uso
Me.InitializeForDesigner()
protected override void InitializeForDesigner()
protected:
virtual void InitializeForDesigner() override
abstract InitializeForDesigner : unit -> unit
override InitializeForDesigner : unit -> unit
protected override function InitializeForDesigner()