Renders the specified report.
Syntax
'Declaration
Public Overloads Sub Render( _
ByVal As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
ByVal As GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider _
)
public void Render(
GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport ,
GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider
)
Parameters
- report
- The report.
- streams
- The streams.
See Also