protected void ButtonBackToParent_Click(object sender, ImageClickEventArgs e) { // Go back to the parent report and keep the private report variable consistent. ReportViewer1.PerformBack(); }
private void ButtonBack_Click(object sender, EventArgs e) { ReportViewer1.PerformBack(); SetToolbarItems(); }