Version

Search Results

Count Property (IProjectionPageCollection)

Gets the number of pages in the report. Syntax

Item Property (IProjectionPageCollection)

Gets a page by index. Syntax Parameters index The index of the required page. Property Value The page that has the specified index.

IProjectionPage Interface Members

Public Properties Public Methods

Draw Method

Draws the content of this page to a graphics surface that implements the Infragistics.Documents.Reports.Graphics.IGraphics interface. Syntax Parameters graphics A graphics surface that implements the Infragistics.Documents.Reports.Graphics.IGraphics interface.

Height Property (IProjectionPage)

Gets the height of the page in points. Syntax Remarks Note: The Infragistics.Documents.Reports.Utils.Converter.PointsToPixels method can be used to convert this value into pixels.

Width Property (IProjectionPage)

Gets the width of the page in points. Syntax Remarks Note: The Infragistics.Documents.Reports.Utils.Converter.PointsToPixels method can be used to convert this value into pixels.