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





Gets or sets the zero-based index of the page currently visible within the viewer. This is a dependency property.

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

 Syntax

C#  Copy Code

public int CurrentPage { get; set; }

Visual Basic  Copy Code

Public Property CurrentPage As Integer

 Property Value

The 0-based index of the currently visible page.

 Remarks

If more than one page is visible at a time, this property will try to return the index of the page occupying more of the viewport.

 See Also

ReportViewer Members
ReportViewer Class
MindFusion.Reporting.Silverlight Namespace