[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Excel.Page.ExcelTransformationDevice

ExcelTransformationDevice Class

Allows for the creation of an excel spreadsheet containing rendered data from a report.

Inheritance
ExcelTransformationDevice
Namespace: GrapeCity.ActiveReports.Export.Excel.Page
Assembly: MESCIUS.ActiveReports.Export.Excel.dll
Syntax
public class ExcelTransformationDevice : IRenderingExtension, IConfigurable
Remarks

This export export allows to export just table data without layout-related expressions (page number, etc.), with a lot of limitation: but the data looks similar to layout and export has good performance.

Constructors

Name Description
ExcelTransformationDevice()

Methods

Name Description
GetSupportedSettings()

Gets the settings that are supported for rendering a report to Excel.

GetSupportedSettings(bool)

Gets the settings that are supported for rendering a report to Excel.

Render(IReport, StreamProvider)

Renders the IReport to the Excel file defined in streams with default settings.

Render(IReport, StreamProvider, NameValueCollection)

Renders the IReport to the Excel file defined in streams with the defined settings.

Render(IReport, StreamProvider, NameValueCollection, CancellationToken)

Renders the IReport to the Excel file defined in streams with the defined settings.

Render(IReport, StreamProvider, CancellationToken)

Renders the IReport to the Excel file defined in streams with default settings.