ActiveReports 13
Render(IReport,StreamProvider) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > IRenderingExtension Interface > Render Method : Render(IReport,StreamProvider) Method
The report to render.
Stream for output.
Renders the report.
Syntax
'Declaration
 
Overloads Sub Render( _
   ByVal report As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
   ByVal streams As GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider _
) 
void Render( 
   GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport report,
   GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider streams
)

Parameters

report
The report to render.
streams
Stream for output.
See Also

Reference

IRenderingExtension Interface
IRenderingExtension Members
Overload List