Example #1
0
 protected void GridView_PlanPago_CustomButtonCallback(object sender, DevExpress.Web.ASPxGridViewCustomButtonCallbackEventArgs e)
 {
     if (e.ButtonID == "EstadoCuenta")
     {
         Session["ReportName"] = "EstadoCuenta";
         Session["IdAsignacionEstadoCuenta"] = GridView_PlanPago.GetRowValues(e.VisibleIndex, "IdAsignacion");
         Response.Redirect("ReportViewer.aspx");
     }
 }