private void InitClass() {
     this.DataSetName = "ProjectsSummaryReportTDS";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/ProjectsSummaryReportTDS.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableProjectsSummaryReport = new ProjectsSummaryReportDataTable();
     base.Tables.Add(this.tableProjectsSummaryReport);
 }
 internal ProjectsSummaryReportRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableProjectsSummaryReport = ((ProjectsSummaryReportDataTable)(this.Table));
 }
 internal void InitVars(bool initTable) {
     this.tableProjectsSummaryReport = ((ProjectsSummaryReportDataTable)(base.Tables["ProjectsSummaryReport"]));
     if ((initTable == true)) {
         if ((this.tableProjectsSummaryReport != null)) {
             this.tableProjectsSummaryReport.InitVars();
         }
     }
 }