[]
        
(Showing Draft Content)

C1.WPF.Document.Export.Ssrs.BmpExportProvider

BmpExportProvider Class

Describes export to image BMP format.

Inheritance
BmpExportProvider
Namespace: C1.WPF.Document.Export.Ssrs
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class BmpExportProvider : ExportProvider

Constructors

Name Description
BmpExportProvider()

Properties

Name Description
DefaultExtension

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

FormatName

Gets a short description of the BMP export format.

Methods

Name Description
NewExporter()

Creates a new instance of the BmpExporter class.

See Also