Skip to main content

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

public void ExportToMht(
    Stream stream,
    MhtExportOptions options
)

#Parameters

Name Type Description
stream Stream

A Stream object to which the created MHT file should be sent.

options MhtExportOptions

A DevExpress.XtraPrinting.MhtExportOptions object which specifies the MHT export options to be applied when a report is exported.

See Also