[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Excel.Page.Settings

Settings Class

Contains the settings used for ExcelTransformationDevice.

Inheritance
Settings
Implements
Namespace: GrapeCity.ActiveReports.Export.Excel.Page
Assembly: MESCIUS.ActiveReports.Export.Excel.dll
Syntax
public sealed class Settings : ISettings

Constructors

Name Description
Settings()
Settings(NameValueCollection)

Properties

Name Description
Csv

CSV settings.

FileFormat

Indicates whether to use CSV or OpenXml format for the output file. OpenXml is default.

Xlsx

XLSX settings.

Methods

Name Description
ApplySettings(NameValueCollection)

Applies any settings passed in the NameValueCollection settings parameters.

GetSettings()

Returns a NameValueCollection containing the settings for the rendering extension.

ToString()

Returns a string that represents this instance.

Operators

Name Description
implicit operator NameValueCollection(Settings)

Performs an implicit conversion from Settings to NameValueCollection.