⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 datasetcrystalreport.cs

📁 基于SQL数据库与水晶报表CrystalReport,在水晶报表中显示数据库中的指定记录
💻 CS
📖 第 1 页 / 共 5 页
字号:
                row建设项目基本信息Row.ItemArray = new object[] {
                        建设项目编号,
                        用户名,
                        建设单位,
                        法人代表,
                        联系人,
                        联系电话,
                        传真,
                        邮政编码,
                        通讯地址,
                        所属辖区,
                        项目名称,
                        项目咨询号,
                        建设地点,
                        建设性质,
                        环评类别,
                        环评编制单位,
                        _总投资_万元_,
                        _环保投资_万元_,
                        _评价经费_万元_,
                        投资比例,
                        登记表类型,
                        _占地面积_平方米_,
                        _绿化面积_平方米_,
                        预期投产日期,
                        预计工作日,
                        投资方式,
                        立项审批部门,
                        批准文号,
                        项目建设内容和规模,
                        下一级环保部门咨询意见,
                        下一级环保部门咨询经办人,
                        下一级环保部门咨询审核人,
                        下一级环保部门咨询审核日期,
                        负责审批环保部门咨询意见,
                        负责审批环保部门咨询经办人,
                        负责审批环保部门咨询审核人,
                        负责审批环保部门咨询日期,
                        _水_吨_年_,
                        _电_千瓦时_年_,
                        _燃煤_吨_年_,
                        _燃油_吨_年_,
                        _燃气_标立方米_年_,
                        _其他消耗量_单位_,
                        放射性同位素和伴有电磁辐射的设施的使用情况,
                        生产工艺流程简述,
                        拟采用的污染防治措施,
                        项目拟选建设地址周围环境及主要敏感目标分布状况,
                        空调型号,
                        _空调数量_台_,
                        发电机型号,
                        _发电机数量_台_,
                        锅炉型号,
                        _锅炉数量_台_,
                        燃料种类,
                        _燃料用量_吨_日_,
                        其他设备设施情况,
                        排水情况,
                        _防治废水_废气_噪声污染措施简要说明,
                        用地性质,
                        建设项目内容,
                        建设规模,
                        生产规模,
                        _其他情况_水_电_气用量及运输量_,
                        拟开工日期,
                        _计划建设期_个月_,
                        施工期和运营期主要环境问题和拟采取的环保措施,
                        _其他说明_区域开发类_,
                        项目所在地环保部门意见,
                        项目所在地环保部门经办人,
                        项目所在地环保部门日期,
                        下一级环保部门审批意见,
                        下一级环保部门经办人,
                        下一级环保部门日期,
                        审批意见,
                        审批经办人,
                        审批日期,
                        项目法人代表,
                        项目申报时间,
                        项目补充文档,
                        申报与修改标志,
                        总用水量,
                        废水排放量,
                        重复用水量,
                        排放去向,
                        审批标志,
                        行业类别及代码,
                        _原辅材料及主要设施规格_数量,
                        废水排水量及排放去向,
                        环评大纲审查意见,
                        环评大纲审查时间,
                        主管部门意见,
                        主管部门时间,
                        现场勘察意见,
                        查勘人员,
                        查勘时间,
                        有关处室意见,
                        处室,
                        处室时间,
                        本处意见,
                        本处经办人,
                        本处经办时间,
                        本处审核人,
                        本处审核时间,
                        领导批示,
                        领导签发,
                        领导签发时间,
                        部门标志,
                        受理单位,
                        审批部门,
                        环评文件名称,
                        环评文件};
                this.Rows.Add(row建设项目基本信息Row);
                return row建设项目基本信息Row;
            }
            
            public 建设项目基本信息Row FindBy建设项目编号(string 建设项目编号) {
                return ((建设项目基本信息Row)(this.Rows.Find(new object[] {
                            建设项目编号})));
            }
            
            public System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            public override DataTable Clone() {
                建设项目基本信息DataTable cln = ((建设项目基本信息DataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            protected override DataTable CreateInstance() {
                return new 建设项目基本信息DataTable();
            }
            
            internal void InitVars() {
                this.column建设项目编号 = this.Columns["建设项目编号"];
                this.column用户名 = this.Columns["用户名"];
                this.column建设单位 = this.Columns["建设单位"];
                this.column法人代表 = this.Columns["法人代表"];
                this.column联系人 = this.Columns["联系人"];
                this.column联系电话 = this.Columns["联系电话"];
                this.column传真 = this.Columns["传真"];
                this.column邮政编码 = this.Columns["邮政编码"];
                this.column通讯地址 = this.Columns["通讯地址"];
                this.column所属辖区 = this.Columns["所属辖区"];
                this.column项目名称 = this.Columns["项目名称"];
                this.column项目咨询号 = this.Columns["项目咨询号"];
                this.column建设地点 = this.Columns["建设地点"];
                this.column建设性质 = this.Columns["建设性质"];
                this.column环评类别 = this.Columns["环评类别"];
                this.column环评编制单位 = this.Columns["环评编制单位"];
                this.column_总投资_万元_ = this.Columns["总投资(万元)"];
                this.column_环保投资_万元_ = this.Columns["环保投资(万元)"];
                this.column_评价经费_万元_ = this.Columns["评价经费(万元)"];
                this.column投资比例 = this.Columns["投资比例"];
                this.column登记表类型 = this.Columns["登记表类型"];
                this.column_占地面积_平方米_ = this.Columns["占地面积(平方米)"];
                this.column_绿化面积_平方米_ = this.Columns["绿化面积(平方米)"];
                this.column预期投产日期 = this.Columns["预期投产日期"];
                this.column预计工作日 = this.Columns["预计工作日"];
                this.column投资方式 = this.Columns["投资方式"];
                this.column立项审批部门 = this.Columns["立项审批部门"];
                this.column批准文号 = this.Columns["批准文号"];
                this.column项目建设内容和规模 = this.Columns["项目建设内容和规模"];
                this.column下一级环保部门咨询意见 = this.Columns["下一级环保部门咨询意见"];
                this.column下一级环保部门咨询经办人 = this.Columns["下一级环保部门咨询经办人"];
                this.column下一级环保部门咨询审核人 = this.Columns["下一级环保部门咨询审核人"];
                this.column下一级环保部门咨询审核日期 = this.Columns["下一级环保部门咨询审核日期"];
                this.column负责审批环保部门咨询意见 = this.Columns["负责审批环保部门咨询意见"];
                this.column负责审批环保部门咨询经办人 = this.Columns["负责审批环保部门咨询经办人"];
                this.column负责审批环保部门咨询审核人 = this.Columns["负责审批环保部门咨询审核人"];
                this.column负责审批环保部门咨询日期 = this.Columns["负责审批环保部门咨询日期"];
                this.column_水_吨_年_ = this.Columns["水(吨/年)"];
                this.column_电_千瓦时_年_ = this.Columns["电(千瓦时/年)"];
                this.column_燃煤_吨_年_ = this.Columns["燃煤(吨/年)"];
                this.column_燃油_吨_年_ = this.Columns["燃油(吨/年)"];
                this.column_燃气_标立方米_年_ = this.Columns["燃气(标立方米/年)"];
                this.column_其他消耗量_单位_ = this.Columns["其他消耗量(单位)"];
                this.column放射性同位素和伴有电磁辐射的设施的使用情况 = this.Columns["放射性同位素和伴有电磁辐射的设施的使用情况"];
                this.column生产工艺流程简述 = this.Columns["生产工艺流程简述"];
                this.column拟采用的污染防治措施 = this.Columns["拟采用的污染防治措施"];
                this.column项目拟选建设地址周围环境及主要敏感目标分布状况 = this.Columns["项目拟选建设地址周围环境及主要敏感目标分布状况"];
                this.column空调型号 = this.Columns["空调型号"];
                this.column_空调数量_台_ = this.Columns["空调数量(台)"];
                this.column发电机型号 = this.Columns["发电机型号"];
                this.column_发电机数量_台_ = this.Columns["发电机数量(台)"];
                this.column锅炉型号 = this.Columns["锅炉型号"];
                this.column_锅炉数量_台_ = this.Columns["锅炉数量(台)"];
                this.column燃料种类 = this.Columns["燃料种类"];
                this.column_燃料用量_吨_日_ = this.Columns["燃料用量(吨/日)"];
                this.column其他设备设施情况 = this.Columns["其他设备设施情况"];
                this.column排水情况 = this.Columns["排水情况"];
                this.column_防治废水_废气_噪声污染措施简要说明 = this.Columns["防治废水、废气、噪声污染措施简要说明"];
                this.column用地性质 = this.Columns["用地性质"];
                this.column建设项目内容 = this.Columns["建设项目内容"];
                this.column建设规模 = this.Columns["建设规模"];
                this.column生产规模 = this.Columns["生产规模"];
                this.column_其他情况_水_电_气用量及运输量_ = this.Columns["其他情况(水、电、气用量及运输量)"];
                this.column拟开工日期 = this.Columns["拟开工日期"];
                this.column_计划建设期_个月_ = this.Columns["计划建设期(个月)"];
                this.column施工期和运营期主要环境问题和拟采取的环保措施 = this.Columns["施工期和运营期主要环境问题和拟采取的环保措施"];
                this.column_其他说明_区域开发类_ = this.Columns["其他说明(区域开发类)"];
                this.column项目所在地环保部门意见 = this.Columns["项目所在地环保部门意见"];
                this.column项目所在地环保部门经办人 = this.Columns["项目所在地环保部门经办人"];
                this.column项目所在地环保部门日期 = this.Columns["项目所在地环保部门日期"];
                this.column下一级环保部门审批意见 = this.Columns["下一级环保部门审批意见"];
                this.column下一级环保部门经办人 = this.Columns["下一级环保部门经办人"];
                this.column下一级环保部门日期 = this.Columns["下一级环保部门日期"];
                this.column审批意见 = this.Columns["审批意见"];
                this.column审批经办人 = this.Columns["审批经办人"];
                this.column审批日期 = this.Columns["审批日期"];
                this.column项目法人代表 = this.Columns["项目法人代表"];
                this.column项目申报时间 = this.Columns["项目申报时间"];
                this.column项目补充文档 = this.Columns["项目补充文档"];
                this.column申报与修改标志 = this.Columns["申报与修改标志"];
                this.column总用水量 = this.Columns["总用水量"];
                this.column废水排放量 = this.Columns["废水排放量"];
                this.column重复用水量 = this.Columns["重复用水量"];
                this.column排放去向 = this.Columns["排放去向"];
                this.column审批标志 = this.Columns["审批标志"];
                this.column行业类别及代码 = this.Columns["行业类别及代码"];
                this.column_原辅材料及主要设施规格_数量 = this.Columns["原辅材料及主要设施规格、数量"];
                this.column废水排水量及排放去向 = this.Columns["废水排水量及排放去向"];
                this.column环评大纲审查意见 = this.Columns["环评大纲审查意见"];
                this.column环评大纲审查时间 = this.Columns["环评大纲审查时间"];
                this.column主管部门意见 = this.Columns["主管部门意见"];
                this.column主管部门时间 = this.Columns["主管部门时间"];
                this.column现场勘察意见 = this.Columns["现场勘察意见"];
                this.column查勘人员 = this.Columns["查勘人员"];
                this.column查勘时间 = this.Columns["查勘时间"];
                this.column有关处室意见 = this.Columns["有关处室意见"];
                this.column处室 = this.Columns["处室"];
                this.column处室时间 = this.Columns["处室时间"];
                this.column本处意见 = this.Columns["本处意见"];
                this.column本处经办人 = this.Columns["本处经办人"];
                this.column本处经办时间 = this.Columns["本处经办时间"];
                this.column本处审核人 = this.Columns["本处审核人"];
                this.column本处审核时间 = this.Columns["本处审核时间"];
                this.column领导批示 = this.Columns["领导批示"];
                this.column领导签发 = this.Columns["领导签发"];
                this.column领导签发时间 = this.Columns["领导签发时间"];
                this.column部门标志 = this.Columns["部门标志"];
                this.column受理单位 = this.Columns["受理单位"];
                this.column审批部门 = this.Columns["审批部门"];
                this.column环评文件名称 = this.Columns["环评文件名称"];
                this.column环评文件 = this.Columns["环评文件"];
            }
            
            private void InitClass() {
                this.column建设项目编号 = new DataColumn("建设项目编号", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column建设项目编号);
                this.column用户名 = new DataColumn("用户名", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column用户名);
                this.column建设单位 = new DataColumn("建设单位", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column建设单位);
                this.column法人代表 = new DataColumn("法人代表", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column法人代表);
                this.column联系人 = new DataColumn("联系人", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column联系人);
                this.column联系电话 = new DataColumn("联系电话", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column联系电话);
                this.column传真 = new DataColumn("传真", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column传真);
                this.column邮政编码 = new DataColumn("邮政编码", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column邮政编码);
                this.column通讯地址 = new DataColumn("通讯地址", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column通讯地址);
                this.column所属辖区 = new DataColumn("所属辖区", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column所属辖区);
                this.column项目名称 = new DataColumn("项目名称", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column项目名称);
                this.column项目咨询号 = new DataColumn("项目咨询号", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column项目咨询号);
                this.column建设地点 = new DataColumn("建设地点", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column建设地点);
                this.column建设性质 = new DataColumn("建设性质", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column建设性质);
                this.column环评类别 = new DataColumn("环评类别", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column环评类别);
                this.column环评编制单位 = new DataColumn("环评编制单位", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column环评编制单位);
                this.column_总投资_万元_ = new DataColumn("总投资(万元)", typeof(System.Double), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column_总投资_万元_);
                this.column_环保投资_万元_ = new DataColumn("环保投资(万元)", typeof(System.Double), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column_环保投资_万元_);
                this.column_评价经费_万元_ = new DataColumn("评价经费(万元)", typeof(System.Double), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column_评价经费_万元_);
                this.column投资比例 = new DataColumn("投资比例", typeof(System.Double), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column投资比例);
                this.column登记表类型 = new DataColumn("登记表类型", typeof(string), null, System.Data.MappingType.Element);
                this.Columns.Add(this.column登记表类型);
                this.column_占地面积_平方米_ = new DataColumn("占地面积(平方米)", typeof(Sys

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -