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
'Declaration
Public ReadOnly Property CanNavigatePages As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.CanNavigatePages
public bool CanNavigatePages { get; }
public:
property bool CanNavigatePages {
bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_CanNavigatePages ()
DebuggerStepThroughAttribute
public function get CanNavigatePages () : boolean
Property Value
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
Reference
ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace