ActiveReports 13
Export(IReport,Stream) Method

GrapeCity.ActiveReports.Export.Image Assembly > GrapeCity.ActiveReports.Export.Image.Tiff.Section Namespace > TiffExport 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

TiffExport Class
TiffExport Members
Overload List