ReportViewer.PerformBack Method

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

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace