ActiveReports 11 Server User Guide
OnPreRender Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls Namespace > Designer Class : OnPreRender Method
An System.EventArgs object that contains the event data.
Raises the System.Web.UI.Control.PreRender event.
Syntax
'Declaration
 
Protected Overrides NotOverridable Sub OnPreRender( _
   ByVal e As EventArgs _
) 
protected override void OnPreRender( 
   EventArgs e
)

Parameters

e
An System.EventArgs object that contains the event data.
See Also

Reference

Designer Class
Designer Members
Base Implementation in OnPreRender