'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.