LinkBase.ExportToMht(Stream, MhtExportOptions) Method
In This Article
Exports a report to the specified stream in MHT format using the specified MHT-specific options.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream object to which the created MHT file should be sent. |
options | Mht |
A DevExpress. |
See Also