Sdílet prostřednictvím


ReportViewerWebPart.CreateChildControls Method

This API supports the infrastructure and is not intended to be used directly from your code.

Creates the child controls of the ReportViewerWebPart.

Namespace:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Protected Overrides Sub CreateChildControls
'Usage

Me.CreateChildControls()
protected override void CreateChildControls()
protected:
virtual void CreateChildControls() override
abstract CreateChildControls : unit -> unit 
override CreateChildControls : unit -> unit 
protected override function CreateChildControls()

Remarks

For more information on this method, see Control.CreateChildControls.