Gets the index of the current page.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public int PageIndex { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property PageIndex As Integer |
An integer specifying the index of the page on which the target Canvas appears in the final report layout.
See Also