Provides the output of the report to the specified rendering extension.
Syntax
'Declaration
Public Overloads Sub Render( _
ByVal As IRenderingExtension, _
ByVal As GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider _
)
public void Render(
IRenderingExtension ,
GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider
)
Parameters
- renderingExtension
- Rendering extension to use to render a report.
- streams
- The GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider that is to store the rendered report output.
See Also