ActiveReports 12
Render(IReport,StreamProvider,NameValueCollection) Method

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.ActiveReports.Export.Excel.Page Namespace > ExcelRenderingExtension Class > Render Method : Render(IReport,StreamProvider,NameValueCollection) Method
The report.
The stream provider.
The settings.
Renders the specified report.
Syntax
'Declaration
 
Public Overloads Sub Render( _
   ByVal report As IReport, _
   ByVal streamProvider As StreamProvider, _
   ByVal settings As NameValueCollection _
) 
public void Render( 
   IReport report,
   StreamProvider streamProvider,
   NameValueCollection settings
)

Parameters

report
The report.
streamProvider
The stream provider.
settings
The settings.
See Also

Reference

ExcelRenderingExtension Class
ExcelRenderingExtension Members
Overload List