Skip to main content

LinkBase.ExportToCsv(Stream, CsvExportOptions) Method

In This Article

Exports a report to the specified stream in CSV format using the specified CSV-specific options.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public void ExportToCsv(
    Stream stream,
    CsvExportOptions options
)

#Parameters

Name Type Description
stream Stream

A Stream object to which the created CSV file should be sent.

options CsvExportOptions

A DevExpress.XtraPrinting.CsvExportOptions object which specifies the CSV export options to be applied when a report is exported.

See Also