Метод 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()