'Declaration Public Overloads Sub Export( _ ByVal filter As IDocumentExport, _ ByVal stream As Stream _ )
public void Export( IDocumentExport filter, Stream stream )
Parameters
- filter
- An object that implements GrapeCity.ActiveReports.Export.IDocumentExport interface, providing export functionality.
- stream
- The System.IO.Stream to which the report will be exported. The stream must be writable.