コード例 #1
0
        protected override void OnPreRender(EventArgs e)
        {
            ReportPageHelper.SetControlValue(this, this.Request.Params);
            ReportPageHelper.DoQueryForBSHome(this, this.Request.Params, this.DoQuery);

            base.OnPreRender(e);
        }
コード例 #2
0
        protected override void OnPreRender(EventArgs e)
        {
            if (!this.IsPostBack)
            {
                this.UCWhereConditions1.UserSelectGoodSemiGood = ItemType.ITEMTYPE_FINISHEDPRODUCT;
            }

            ReportPageHelper.SetControlValue(this, this.Request.Params);
            ReportPageHelper.DoQueryForBSHome(this, this.Request.Params, this.DoQuery);

            if (this.AutoRefresh)
            {
                this.DoQuery();
            }

            base.OnPreRender(e);
        }