ActiveReports 13
Export(IReport,Stream) Method

GrapeCity.ActiveReports.Export.Excel Assembly > GrapeCity.ActiveReports.Export.Excel.Section Namespace > XlsExport Class > Export Method : Export(IReport,Stream) Method
IReport instance to Export
The output stream.
Exports the specified IReport to stream
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal report As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport, _
   ByVal outputStream As Stream _
) 
public void Export( 
   GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReport report,
   Stream outputStream
)

Parameters

report
IReport instance to Export
outputStream
The output stream.
See Also

Reference

XlsExport Class
XlsExport Members
Overload List