The ReportOptions type exposes the following members.

Methods

  Name Description
Public method ReadXml
Reads the document settings from an XmlReader.
Public method WriteXml
Saves the document settings into an XmlWriter.

Properties

  Name Description
Public property ChartScale
Gets or sets the scaling mode to be used when rendering the Olap chart.
Public property FooterCenter
Gets or sets the text displayed on the center of the page footer.
Public property FooterLeft
Gets or sets the text displayed on the left part of the page footer.
Public property FooterRight
Gets or sets the text displayed on the right part of the page footer.
Public property GridScale
Gets or sets the scaling mode to be used when rendering the Olap grid.
Public property HeaderCenter
Gets or sets the text displayed on the center of the page header.
Public property HeaderLeft
Gets or sets the text displayed on the left part of the page header.
Public property HeaderRight
Gets or sets the text displayed on the right part of the page header.
Public property IncludeChart
Gets or sets a value that determines whether the Olap chart should be included in the report.
Public property IncludeGrid
Gets or sets a value that determines whether the Olap grid should be included in the report.
Public property IncludeRawData
Gets or sets a value that determines whether the raw data grid should be included in the report.
Public property Margin
Gets or sets the margin around each page (in pixels).
Public property Padding
Gets or sets the padding added within each page (in pixels).
Public property RawDataScale
Gets or sets the scaling mode to be used when rendering the raw data grid.
Public property ShowFooterSeparator
Gets or sets a value that determines whether a line should be displayed between the page footer and the page content.
Public property ShowHeaderSeparator
Gets or sets a value that determines whether a line should be displayed between the page header and the page content.

See Also