Gets the total number of pages in the report.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public int PageCount { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property PageCount As Integer |
An integer specifying the number of pages in the report.
See Also