ReportViewerStatus.CanNavigateBack Property
Gets a Boolean value that indicates whether the current report is a drillthrough report and you can navigate back to its parent report 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 CanNavigateBack As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.CanNavigateBack
public bool CanNavigateBack { get; }
public:
property bool CanNavigateBack {
bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_CanNavigateBack ()
DebuggerStepThroughAttribute
public function get CanNavigateBack () : boolean
Property Value
true if the current report is a drillthrough report and you can navigate back to its parent report without canceling an existing report processing or interactive rendering operation; otherwise, false.
See Also
Reference
ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace