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

📄 cry.designer.cs

📁 c#实现对水晶报表的开发和调用实例。对初学者有着很好的帮助。
💻 CS
📖 第 1 页 / 共 4 页
字号:
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "CourseInfoDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class CourseInfoRow : System.Data.DataRow {
            
            private CourseInfoDataTable tableCourseInfo;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal CourseInfoRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableCourseInfo = ((CourseInfoDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string courseinfoid {
                get {
                    try {
                        return ((string)(this[this.tableCourseInfo.courseinfoidColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“CourseInfo”中列“courseinfoid”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableCourseInfo.courseinfoidColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string coursename {
                get {
                    try {
                        return ((string)(this[this.tableCourseInfo.coursenameColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“CourseInfo”中列“coursename”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableCourseInfo.coursenameColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string jobtablename {
                get {
                    try {
                        return ((string)(this[this.tableCourseInfo.jobtablenameColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“CourseInfo”中列“jobtablename”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableCourseInfo.jobtablenameColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string checktablename {
                get {
                    try {
                        return ((string)(this[this.tableCourseInfo.checktablenameColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“CourseInfo”中列“checktablename”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableCourseInfo.checktablenameColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string uploadtype {
                get {
                    try {
                        return ((string)(this[this.tableCourseInfo.uploadtypeColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“CourseInfo”中列“uploadtype”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableCourseInfo.uploadtypeColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int uploadbyte {
                get {
                    try {
                        return ((int)(this[this.tableCourseInfo.uploadbyteColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“CourseInfo”中列“uploadbyte”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableCourseInfo.uploadbyteColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string comment {
                get {
                    try {
                        return ((string)(this[this.tableCourseInfo.commentColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“CourseInfo”中列“comment”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableCourseInfo.commentColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool active {
                get {
                    try {
                        return ((bool)(this[this.tableCourseInfo.activeColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“CourseInfo”中列“active”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableCourseInfo.activeColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IscourseinfoidNull() {
                return this.IsNull(this.tableCourseInfo.courseinfoidColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetcourseinfoidNull() {
                this[this.tableCourseInfo.courseinfoidColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IscoursenameNull() {
                return this.IsNull(this.tableCourseInfo.coursenameColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetcoursenameNull() {
                this[this.tableCourseInfo.coursenameColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsjobtablenameNull() {
                return this.IsNull(this.tableCourseInfo.jobtablenameColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetjobtablenameNull() {
                this[this.tableCourseInfo.jobtablenameColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IschecktablenameNull() {
                return this.IsNull(this.tableCourseInfo.checktablenameColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetchecktablenameNull() {
                this[this.tableCourseInfo.checktablenameColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsuploadtypeNull() {
                return this.IsNull(this.tableCourseInfo.uploadtypeColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetuploadtypeNull() {
                this[this.tableCourseInfo.uploadtypeColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsuploadbyteNull() {
                return this.IsNull(this.tableCourseInfo.uploadbyteColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetuploadbyteNull() {
                this[this.tableCourseInfo.uploadbyteColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IscommentNull() {
                return this.IsNull(this.tableCourseInfo.commentColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetcommentNull() {
                this[this.tableCourseInfo.commentColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsactiveNull() {
                return this.IsNull(this.tableCourseInfo.activeColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetactiveNull() {
                this[this.tableCourseInfo.activeColumn] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class CourseInfoRowChangeEvent : System.EventArgs {
            
            private CourseInfoRow eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public CourseInfoRowChangeEvent(CourseInfoRow row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public CourseInfoRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataRowAction Action {
                get {

⌨️ 快捷键说明

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