示例#1
0
 private void dashboard_ConfigureItemDataCalculation(object sender, ConfigureItemDataCalculationWebEventArgs e)
 {
     if (ConfigureItemDataCalculation != null)
     {
         Application.Update(this, () =>
         {
             ConfigureItemDataCalculation(sender, e);
         });
     }
 }
示例#2
0
 protected void ASPxDashboard1_ConfigureItemDataCalculation(object sender, ConfigureItemDataCalculationWebEventArgs e)
 {
     e.CalculateAllTotals = true;
 }