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, _
ByVal As NameValueCollection _
)
public void Render(
GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport ,
GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider ,
NameValueCollection
)
Parameters
- report
- The report.
- streamProvider
- The stream provider.
- settings
- The settings.
See Also