Share via


ReportViewerStatus.CanNavigatePages Property

 

Gets a Boolean value that indicates whether the CurrentPage property can be changed without canceling an existing report processing or interactive rendering operation.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

public bool CanNavigatePages { get; }
public:
property bool CanNavigatePages {
    bool get();
}
member CanNavigatePages : bool with get
Public ReadOnly Property CanNavigatePages As Boolean

Property Value

Type: System.Boolean

true if the CurrentPage property can be changed without canceling an existing report processing or interactive rendering operation; otherwise, false.

Remarks

This property can be true even when the report has only one page.

See Also

ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace

Return to top