ActiveReports 13
Render(IReport,StreamProvider) Method

GrapeCity.ActiveReports.Export.Excel Assembly > GrapeCity.ActiveReports.Export.Excel.Page Namespace > ExcelRenderingExtension Class > Render Method : Render(IReport,StreamProvider) Method
The report.
The streams.
Renders the specified report.
Syntax
'Declaration
 
Public Overloads Sub Render( _
   ByVal report As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
   ByVal streams As GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider _
) 
public void Render( 
   GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport report,
   GrapeCity.ActiveReports.Extensibility.Rendering.IO.StreamProvider streams
)

Parameters

report
The report.
streams
The streams.
See Also

Reference

ExcelRenderingExtension Class
ExcelRenderingExtension Members
Overload List