Share via


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

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

Property Value

Type: System.Boolean

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

ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace

Return to top