Skip to main content
A newer version of this page is available. .

PrintHelper.ExportToHtml Method

Name Parameters Description
ExportToHtml(IPrintableControl, Stream, HtmlExportOptions) static source, stream, options Exports a report to the specified stream in HTML format using the specified HTML-specific options.
ExportToHtml(IPrintableControl, Stream) static source, stream Exports a report to the specified stream in HTML format.
ExportToHtml(IPrintableControl, String, HtmlExportOptions) static source, filePath, options Exports a report to the specified file path in HTML format using the specified HTML-specific options.
ExportToHtml(IPrintableControl, String) static source, filePath Exports a report to the specified file path in HTML format.
ExportToHtml(IPrintable, Stream, HtmlExportOptions) static source, stream, options Exports a report to the specified stream in HTML format using the specified HTML-specific options.
ExportToHtml(IPrintable, Stream) static source, stream Exports a report to the specified stream in HTML format.
ExportToHtml(IPrintable, String, HtmlExportOptions) static source, filePath, options Exports a report to the specified file path in HTML format using the specified HTML-specific options.
ExportToHtml(IPrintable, String) static source, filePath Exports a report to the specified file path in HTML format.