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

Calling this method will fire a Back event.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace