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