Example #1
0
            public override global::System.Data.DataTable Clone()
            {
                ReportTableDataTable cln = ((ReportTableDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Example #2
0
 private void InitClass()
 {
     this.DataSetName             = "ReportDataSet";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/ReportDataSet.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableReportTable        = new ReportTableDataTable();
     base.Tables.Add(this.tableReportTable);
 }
Example #3
0
 internal void InitVars(bool initTable)
 {
     this.tableReportTable = ((ReportTableDataTable)(base.Tables["ReportTable"]));
     if ((initTable == true))
     {
         if ((this.tableReportTable != null))
         {
             this.tableReportTable.InitVars();
         }
     }
 }
Example #4
0
 internal ReportTableRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableReportTable = ((ReportTableDataTable)(this.Table));
 }