MindFusion.Reporting for Silverlight Programmer's Guide
ReportViewer.PageCount Property
See Also
 





Gets the number of pages in the viewer. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public int PageCount { get; }

Visual Basic  Copy Code

Public ReadOnly Property PageCount As Integer

 Property Value

The number of pages in the viewer.

 Remarks

Although the related dependency property is not read-only it is not supposed to be set directly. Doing so will lead to unpredictable results.

 See Also

ReportViewer Members
ReportViewer Class
MindFusion.Reporting.Silverlight Namespace