Class ExportSetupOptions
Inheritance
System.Object
ExportSetupOptions
Namespace: BoldReports.Web.ReportViewer.Internal
Assembly: BoldReports.Web.dll
Syntax
public class ExportSetupOptions : Object
Constructors
ExportSetupOptions()
Declaration
public ExportSetupOptions()
Properties
CommonOptions
Gets or sets the value of common setting.
Declaration
public ExportSettings CommonOptions { get; set; }
Property Value
Type | Description |
---|---|
ExportSettings |
CsvOptions
Gets or sets the CSV document export behaviors.
Declaration
public CsvOptions CsvOptions { get; set; }
Property Value
Type | Description |
---|---|
CsvOptions |
ExcelOptions
Gets or sets the value of excel option.
Declaration
public ExcelOptions ExcelOptions { get; set; }
Property Value
Type | Description |
---|---|
ExcelOptions |
ExcelVersion
Gets or sets the supported excel version types.
Declaration
public string ExcelVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HTMLOptions
Gets or sets the HTML document export behaviors.
Declaration
public HTMLOptions HTMLOptions { get; set; }
Property Value
Type | Description |
---|---|
HTMLOptions |
ImageQuality
Gets or sets the int value of ImageQuality.
Declaration
public double ImageQuality { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PDFOptions
Gets or sets the value of pdf option.
Declaration
public PDFOptions PDFOptions { get; set; }
Property Value
Type | Description |
---|---|
PDFOptions |
PPTOptions
Gets or sets the value of ppt option.
Declaration
public PPTOptions PPTOptions { get; set; }
Property Value
Type | Description |
---|---|
PPTOptions |
WordFormat
Gets or sets the supported WordFormatType.
Declaration
public string WordFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WordOptions
Gets or sets the values for WordOptions.
Declaration
public WordOptions WordOptions { get; set; }
Property Value
Type | Description |
---|---|
WordOptions |