ReportViewerWebPart.CreateChildControls 方法

此 API 支持 基础结构,但不能通过代码直接使用。

Creates the child controls of the ReportViewerWebPart.

命名空间:  Microsoft.ReportingServices.SharePoint.UI.WebParts
程序集:  Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)

语法

声明
Protected Overrides Sub CreateChildControls
用法

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

注释

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