[]
        
(Showing Draft Content)

C1.WPF.Document.Export.Ssrs.ExcelExportProvider

ExcelExportProvider Class

Describes export to Microsoft Excel format.

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

Constructors

Name Description
ExcelExportProvider()

Properties

Name Description
DefaultExtension

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

FormatName

Gets a short description of the Excel export format.

Methods

Name Description
NewExporter()

Creates a new instance of the ExcelExporter class.

See Also