ReportViewerWebPart.OnInit(EventArgs) Method

Definition

Raises the Init event.

protected:
 override void OnInit(EventArgs ^ e);
protected override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Protected Overrides Sub OnInit (e As EventArgs)

Parameters

e
EventArgs

An EventArgs object that contains the event data.

Remarks

For more information on this method, see System.Web.UI.Control.OnInit.

Applies to