[]
        
(Showing Draft Content)

C1.Document.Export.Ssrs.MhtmlExportProvider

MhtmlExportProvider Class

Describes export to Web archive (MHTML) format.

Inheritance
MhtmlExportProvider
Namespace: C1.Document.Export.Ssrs
Assembly: C1.Document.dll
Syntax
public class MhtmlExportProvider : ExportProvider

Constructors

Name Description
MhtmlExportProvider()

Properties

Name Description
DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "mhtml".

FormatName

Gets a short description of the MHTML export format.

Methods

Name Description
NewExporter()

Creates a new instance of the MhtmlExporter class.

See Also