ActiveReports 12
Render(IReport,StreamProvider) Method

GrapeCity.ActiveReports.Export.Excel.v12 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 IReport, _
   ByVal streams As StreamProvider _
) 
public void Render( 
   IReport report,
   StreamProvider streams
)

Parameters

report
The report.
streams
The streams.
See Also

Reference

ExcelRenderingExtension Class
ExcelRenderingExtension Members
Overload List