Renders the report.
Syntax
'Declaration
Overloads Sub Render( _
ByVal As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
ByVal As GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider _
)
void Render(
GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport ,
GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider
)
Parameters
- report
- The report to render.
- streams
- Stream for output.
See Also