Name | Description | |
---|---|---|
Settings Constructor | Allows internal callers to create instances of this class. |
The following tables list the members exposed by Settings.
Name | Description | |
---|---|---|
Settings Constructor | Allows internal callers to create instances of this class. |
Name | Description | |
---|---|---|
PaperHeight | Gets or sets the height of the paper size that will be set for the output document. | |
PaperWidth | Gets or sets the width of the paper size that will be set for the output document. | |
ProtectWorkbookPassword | Gets or sets the path of the ProtectWorkbookPassword used during the rendering process. | |
ReadOnlyRecommended | Gets or sets the value ReadOnlyRecommended file sharing flag for the saved Excel file. | |
Template | Gets or sets the path of the Template used during the rendering process. Doesn't work with Page reports, only with RDL reports. | |
TemplatePropertyName | Specifies the full path and filename of a Template to use during the rendering process. | |
UseDefaultPalette | Sets or returns whether export document with Excel default palette. |
Name | Description | |
---|---|---|
ApplySettings | Applies any settings passed in the NameValueCollection settings parameters. | |
GetSettings | Gets the settings for rendering a report to Excel. | |
ToString | Returns a System.String that represents this instance. |
Implicit Type Conversion | Performs an implicit conversion from Settings to System.Collections.Specialized.NameValueCollection. |