private void InitClass() {
     this.DataSetName = "Print3ChartReportTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/Print3ChartReportTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tablePrint3ChartReportTemp = new Print3ChartReportTempDataTable();
     base.Tables.Add(this.tablePrint3ChartReportTemp);
     this.tablePrint3ChartReport = new Print3ChartReportDataTable();
     base.Tables.Add(this.tablePrint3ChartReport);
 }
 internal Print3ChartReportRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tablePrint3ChartReport = ((Print3ChartReportDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tablePrint3ChartReportTemp = ((Print3ChartReportTempDataTable)(base.Tables["Print3ChartReportTemp"]));
     if ((initTable == true)) {
         if ((this.tablePrint3ChartReportTemp != null)) {
             this.tablePrint3ChartReportTemp.InitVars();
         }
     }
     this.tablePrint3ChartReport = ((Print3ChartReportDataTable)(base.Tables["Print3ChartReport"]));
     if ((initTable == true)) {
         if ((this.tablePrint3ChartReport != null)) {
             this.tablePrint3ChartReport.InitVars();
         }
     }
 }