Back to Devexpress

PrintHelper.ExportToHtml Method

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

latest2.1 KB
Original Source

PrintHelper.ExportToHtml Method

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