[]
Specifies options for FlexPivot reports.
public class ReportOptions
| Name | Description |
|---|---|
| ReportOptions() |
| Name | Description |
|---|---|
| ChartScale | Gets or sets the scaling mode to be used when rendering the FlexPivot chart. |
| FooterCenter | Gets or sets the text displayed on the center of the page footer. |
| FooterLeft | Gets or sets the text displayed on the left part of the page footer. |
| FooterRight | Gets or sets the text displayed on the right part of the page footer. |
| GridScale | Gets or sets the scaling mode to be used when rendering the FlexPivot grid. |
| HeaderCenter | Gets or sets the text displayed on the center of the page header. |
| HeaderLeft | Gets or sets the text displayed on the left part of the page header. |
| HeaderRight | Gets or sets the text displayed on the right part of the page header. |
| IncludeChart | Gets or sets a value that determines whether the FlexPivot chart should be included in the report. |
| IncludeGrid | Gets or sets a value that determines whether the FlexPivot grid should be included in the report. |
| IncludeRawData | Gets or sets a value that determines whether the raw data grid should be included in the report. |
| Margin | Gets or sets the margin around each page (in pixels). |
| Padding | Gets or sets the padding added within each page (in pixels). |
| RawDataScale | Gets or sets the scaling mode to be used when rendering the raw data grid. |
| ShowFooterSeparator | Gets or sets a value that determines whether a line should be displayed between the page footer and the page content. |
| ShowHeaderSeparator | Gets or sets a value that determines whether a line should be displayed between the page header and the page content. |
| Name | Description |
|---|---|
| ReadXml(XmlReader) | Reads the document settings from an System.Xml.XmlReader. |
| WriteXml(XmlWriter) | Saves the document settings into an System.Xml.XmlWriter. |