ReportViewer.CreateChildControls 方法
此 API 支持 基础结构,但不能通过代码直接使用。
此成员重写 Control.CreateChildControls()。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.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()