Gets the number of pages within the layout.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public int PageCount { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property PageCount As Integer |
The number of pages in the layout.
See Also