ReportViewer.PerformBack Method

Navigates the report viewer control back to the parent report from a drillthrough report.

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

Syntax

'Declaration
Public Sub PerformBack
'Usage
Dim instance As ReportViewer

instance.PerformBack
public void PerformBack ()
public:
void PerformBack ()
public void PerformBack ()
public function PerformBack ()

Remarks

This method does not raise the Back event when called.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace