MindFusion WinForms Programmer's Guide
ReportLayout.DrawPage Method
See Also
 





Renders the page with the specified 0-based index to the specified IGraphics object.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public void DrawPage (
    IGraphics graphics,
    int pageIndex,
    DrawContext context
)

Visual Basic  Copy Code

Public Sub DrawPage ( _
    graphics As IGraphics, _
    pageIndex As Integer, _
    context As DrawContext _
)

 Parameters

graphics
The IGraphics object to render to page to.
pageIndex
The 0-based index of the page to render. If the index is less than 0 or greater or equal to the number of available pages, an IndexOutOfRangeException is thrown.
context
A DrawContext object.

 See Also

ReportLayout Members
ReportLayout Class
MindFusion.Reporting Namespace