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