[]
        
(Showing Draft Content)

C1.WPF.Document.Export.Ssrs.ExcelExporter

ExcelExporter Class

Represents an object that can be used to export a SSRS report to Excel.

Inheritance
ExcelExporter
Implements
Namespace: C1.WPF.Document.Export.Ssrs
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class ExcelExporter : Exporter, IDisposable

Constructors

Name Description
ExcelExporter()

Properties

Name Description
ExportProvider

Gets an instance of a class derived from ExportProvider describing the export format associated with the current exporter. That instance can be used to retrieve static information about the current export format such as format description or default extension.

OmitDocumentMap

Gets or sets a value indicating whether to omit the document map for reports that support it. The default value is false.

OmitFormulas

Gets or sets a value indicating whether to omit formulas from the rendered report. The default value is false.

OpenXmlDocument

Gets or sets a value indicating whether the document should be saved in Office12 Open XML format.

SimplePageHeaders

Gets or sets a value indicating whether the page header of the report is rendered to the Excel page header. A value of false indicates that the page header is rendered to the first row of the worksheet. The default value is false.

Methods

Name Description
CanExportRange(OutputRangeType)

Tests whether the specified type of range can be exported by the current exporter.

GetDevInfo()

Returns DeviceInfo string for SSRS.

GetFormat()

Returns format identifier for SSRS.