Back to Devexpress

DataViewBase.ExportToPdf Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-exporttopdf.md

latest913 B
Original Source

DataViewBase.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the control to a stream in PDF format and applies PDF export options.
ExportToPdf(Stream)streamExports the control to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports the control to a PDF file and applies PDF export options.
ExportToPdf(String)filePathExports the control to the specified file path in PDF format.