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