PrintHelper.ExportToCsv(IBasePrintable, Stream, CsvExportOptions) Method
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v26.1.dll
Declaration
public static void ExportToCsv(
IBasePrintable source,
Stream stream,
CsvExportOptions options
)
Parameters
| Name | Type |
|---|---|
| source | IBasePrintable |
| stream | Stream |
| options | CsvExportOptions |
See Also