public Rpt_Customs_InWarehouseBil(Customs.Entity.Store_in_headInfo Store_in_head, DataTable Store_in_lists,

            DataTable dtbSPBCODES, DataTable dtbEnterprise001, DataTable dtbInType001,DataTable c_complexys)
        {
            InitializeComponent();
            this._Store_in_head = Store_in_head;
            this._Store_in_lists = Store_in_lists;
            this._dtbSPBCODES = dtbSPBCODES;
            this._dtbEnterprise001 = dtbEnterprise001;
            this._dtbInType001 = dtbInType001;

            DetailReport.DataSource = Store_in_lists;

            _c_complexys = c_complexys;
        }