ReportViewer.OnInit Method

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnInit(e)
protected override void OnInit (
    EventArgs e
)
protected:
virtual void OnInit (
    EventArgs^ e
) override
protected void OnInit (
    EventArgs e
)
protected override function OnInit (
    e : EventArgs
)

Parameters

  • e

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace