Пример #1
0
 public override void AfterBindData(EventArgs e)
 {
     this.SummaryCtrl();
     this.View.GetControl("FBWBCURRENCYID").Visible = false;
     this.BindDataInfo(false);
     this._defaultSchemeId = ReportCommonFunction.GetDefaultSchemeId(base.Context, this.Model, this.FilterSchemeFormId, this._defaultSchemeId);
     base.AfterBindData(e);
 }
Пример #2
0
        public override void ButtonClick(ButtonClickEventArgs e)
        {
            string str;

            if (((str = e.Key.ToUpperInvariant()) != null) && (str == "FBTNOK"))
            {
                e.Cancel = this.CheckParam();
                ReportCommonFunction.CheckDefaultScheme(this.View, this.Model, e, this._curFilterSchemeId, this._defaultSchemeId);
            }
            base.ButtonClick(e);
        }