Back to Devexpress

LinkBase.ExportToPdf Method

wpf-devexpress-dot-xpf-dot-printing-dot-linkbase-dot-exporttopdf.md

latest957 B
Original Source

LinkBase.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports a report to the specified stream in PDF format using the specified PDF-specific options.
ExportToPdf(Stream)streamExports a report to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports a report to the specified file path in PDF format, using the specified PDF-specific options.
ExportToPdf(String)filePathExports a report to the specified file path in PDF format.