Skip to main content

LinkBase.ExportToCsv Method

Name Parameters Description
ExportToCsv(Stream, CsvExportOptions) stream, options Exports a report to the specified stream in CSV format using the specified CSV-specific options.
ExportToCsv(Stream) stream Exports a report to the specified stream in CSV format.
ExportToCsv(String, CsvExportOptions) filePath, options Exports a report to the specified file path in CSV format using the specified CSV-specific options.
ExportToCsv(String) filePath Exports a report to the specified file path in CSV format.