Back to Devexpress

LinkBase.ExportToHtml Method

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

latest975 B
Original Source

LinkBase.ExportToHtml Method

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