ReportViewer.CreateChildControls-Methode
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Wird durch das ASP.NET-Seitenframework aufgerufen, um das ReportViewer-Steuerelement anzuweisen, alle enthaltenen untergeordneten Steuerelemente in Vorbereitung auf ein Postback oder Rendering zu erstellen.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Protected Overrides Sub CreateChildControls
protected override void CreateChildControls()
protected:
virtual void CreateChildControls() override
abstract CreateChildControls : unit -> unit
override CreateChildControls : unit -> unit
protected override function CreateChildControls()