[]
Represents an object that can be used to export a SSRS report to Excel.
public class ExcelExporter : Exporter, IDisposable
Name | Description |
---|---|
ExcelExporter() |
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. |
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. |