ActiveReports 12
SetRenderMethodDelegate Method

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : SetRenderMethodDelegate Method
The information necessary to pass to the delegate so that it can render the server control.
Assigns an event handler delegate to render the server control and its content into its parent control.
Syntax
'Declaration
 
Public Sub SetRenderMethodDelegate( _
   ByVal renderMethod As RenderMethod _
) 
public void SetRenderMethodDelegate( 
   RenderMethod renderMethod
)

Parameters

renderMethod
The information necessary to pass to the delegate so that it can render the server control.
See Also

Reference

WebViewer Class
WebViewer Members