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

public void PerformBack()
public:
void PerformBack()
member PerformBack : unit -> unit
Public Sub PerformBack

Remarks

This method does not raise the Back event when called.

See Also

ReportViewer Class
Microsoft.Reporting.WinForms Namespace

Return to top