ReportViewerWebPart.OnInit 方法
Raises the Init event.
命名空间: Microsoft.ReportingServices.SharePoint.UI.WebParts
程序集: Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
语法
声明
Protected Overrides Sub OnInit ( _
e As EventArgs _
)
用法
Dim e As EventArgs
Me.OnInit(e)
protected override void OnInit(
EventArgs e
)
protected:
virtual void OnInit(
EventArgs^ e
) override
abstract OnInit :
e:EventArgs -> unit
override OnInit :
e:EventArgs -> unit
protected override function OnInit(
e : EventArgs
)
参数
- e
类型:System.EventArgs
An EventArgs object that contains the event data.