'Declaration Public Overloads Sub Export( _ ByVal filter As IDocumentExport, _ ByVal file As FileInfo _ )
public void Export( IDocumentExport filter, FileInfo file )
Parameters
- filter
- An object that implements GrapeCity.ActiveReports.Export.IDocumentExport interface, providing export functionality.
- file
- The System.IO.FileInfo object representing the file to which the report will be exported. The file extension should match the format specified by the filter.