diff --git a/AppData/DS_Report.Designer.cs b/AppData/DS_Report.Designer.cs index e0385bf..c67edd2 100644 --- a/AppData/DS_Report.Designer.cs +++ b/AppData/DS_Report.Designer.cs @@ -349,25 +349,23 @@ namespace AppData { [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] public partial class stp_prt_StackLabelDataTable : global::System.Data.TypedTableBase { - private global::System.Data.DataColumn columnSheetID; - - private global::System.Data.DataColumn columnStackID; - private global::System.Data.DataColumn columnStackIndex; - private global::System.Data.DataColumn columnSheetIndex; + private global::System.Data.DataColumn columnPrepared; - private global::System.Data.DataColumn columnMatID; + private global::System.Data.DataColumn columnDueDate; + + private global::System.Data.DataColumn columnStackDtmx; + + private global::System.Data.DataColumn columnSheetIndexMax; private global::System.Data.DataColumn columnMatExtCode; private global::System.Data.DataColumn columnMatDesc; - private global::System.Data.DataColumn columnStackDtmx; + private global::System.Data.DataColumn columnSheetSequ; - private global::System.Data.DataColumn columnPrepared; - - private global::System.Data.DataColumn columnDueDate; + private global::System.Data.DataColumn columnSheetTot; [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] @@ -402,22 +400,6 @@ namespace AppData { this.InitVars(); } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn SheetIDColumn { - get { - return this.columnSheetID; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn StackIDColumn { - get { - return this.columnStackID; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public global::System.Data.DataColumn StackIndexColumn { @@ -428,17 +410,33 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn SheetIndexColumn { + public global::System.Data.DataColumn PreparedColumn { get { - return this.columnSheetIndex; + return this.columnPrepared; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn MatIDColumn { + public global::System.Data.DataColumn DueDateColumn { get { - return this.columnMatID; + return this.columnDueDate; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn StackDtmxColumn { + get { + return this.columnStackDtmx; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public global::System.Data.DataColumn SheetIndexMaxColumn { + get { + return this.columnSheetIndexMax; } } @@ -460,25 +458,17 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn StackDtmxColumn { + public global::System.Data.DataColumn SheetSequColumn { get { - return this.columnStackDtmx; + return this.columnSheetSequ; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn PreparedColumn { + public global::System.Data.DataColumn SheetTotColumn { get { - return this.columnPrepared; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public global::System.Data.DataColumn DueDateColumn { - get { - return this.columnDueDate; + return this.columnSheetTot; } } @@ -519,31 +509,23 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public stp_prt_StackLabelRow Addstp_prt_StackLabelRow(int SheetID, int StackID, int StackIndex, int SheetIndex, int MatID, int MatExtCode, string MatDesc, string StackDtmx, System.DateTime Prepared, System.DateTime DueDate) { + public stp_prt_StackLabelRow Addstp_prt_StackLabelRow(int StackIndex, System.DateTime Prepared, System.DateTime DueDate, string StackDtmx, int SheetIndexMax, int MatExtCode, string MatDesc, string SheetSequ, string SheetTot) { stp_prt_StackLabelRow rowstp_prt_StackLabelRow = ((stp_prt_StackLabelRow)(this.NewRow())); object[] columnValuesArray = new object[] { - SheetID, - StackID, StackIndex, - SheetIndex, - MatID, + Prepared, + DueDate, + StackDtmx, + SheetIndexMax, MatExtCode, MatDesc, - StackDtmx, - Prepared, - DueDate}; + SheetSequ, + SheetTot}; rowstp_prt_StackLabelRow.ItemArray = columnValuesArray; this.Rows.Add(rowstp_prt_StackLabelRow); return rowstp_prt_StackLabelRow; } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public stp_prt_StackLabelRow FindBySheetID(int SheetID) { - return ((stp_prt_StackLabelRow)(this.Rows.Find(new object[] { - SheetID}))); - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public override global::System.Data.DataTable Clone() { @@ -561,55 +543,51 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] internal void InitVars() { - this.columnSheetID = base.Columns["SheetID"]; - this.columnStackID = base.Columns["StackID"]; this.columnStackIndex = base.Columns["StackIndex"]; - this.columnSheetIndex = base.Columns["SheetIndex"]; - this.columnMatID = base.Columns["MatID"]; - this.columnMatExtCode = base.Columns["MatExtCode"]; - this.columnMatDesc = base.Columns["MatDesc"]; - this.columnStackDtmx = base.Columns["StackDtmx"]; this.columnPrepared = base.Columns["Prepared"]; this.columnDueDate = base.Columns["DueDate"]; + this.columnStackDtmx = base.Columns["StackDtmx"]; + this.columnSheetIndexMax = base.Columns["SheetIndexMax"]; + this.columnMatExtCode = base.Columns["MatExtCode"]; + this.columnMatDesc = base.Columns["MatDesc"]; + this.columnSheetSequ = base.Columns["SheetSequ"]; + this.columnSheetTot = base.Columns["SheetTot"]; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] private void InitClass() { - this.columnSheetID = new global::System.Data.DataColumn("SheetID", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSheetID); - this.columnStackID = new global::System.Data.DataColumn("StackID", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnStackID); this.columnStackIndex = new global::System.Data.DataColumn("StackIndex", typeof(int), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnStackIndex); - this.columnSheetIndex = new global::System.Data.DataColumn("SheetIndex", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnSheetIndex); - this.columnMatID = new global::System.Data.DataColumn("MatID", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnMatID); - this.columnMatExtCode = new global::System.Data.DataColumn("MatExtCode", typeof(int), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnMatExtCode); - this.columnMatDesc = new global::System.Data.DataColumn("MatDesc", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnMatDesc); - this.columnStackDtmx = new global::System.Data.DataColumn("StackDtmx", typeof(string), null, global::System.Data.MappingType.Element); - base.Columns.Add(this.columnStackDtmx); this.columnPrepared = new global::System.Data.DataColumn("Prepared", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnPrepared); this.columnDueDate = new global::System.Data.DataColumn("DueDate", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); base.Columns.Add(this.columnDueDate); - this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { - this.columnSheetID}, true)); - this.columnSheetID.AllowDBNull = false; - this.columnSheetID.Unique = true; - this.columnStackID.AllowDBNull = false; + this.columnStackDtmx = new global::System.Data.DataColumn("StackDtmx", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnStackDtmx); + this.columnSheetIndexMax = new global::System.Data.DataColumn("SheetIndexMax", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSheetIndexMax); + this.columnMatExtCode = new global::System.Data.DataColumn("MatExtCode", typeof(int), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnMatExtCode); + this.columnMatDesc = new global::System.Data.DataColumn("MatDesc", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnMatDesc); + this.columnSheetSequ = new global::System.Data.DataColumn("SheetSequ", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSheetSequ); + this.columnSheetTot = new global::System.Data.DataColumn("SheetTot", typeof(string), null, global::System.Data.MappingType.Element); + base.Columns.Add(this.columnSheetTot); this.columnStackIndex.AllowDBNull = false; - this.columnSheetIndex.AllowDBNull = false; - this.columnMatID.AllowDBNull = false; + this.columnPrepared.ReadOnly = true; + this.columnDueDate.ReadOnly = true; + this.columnStackDtmx.ReadOnly = true; + this.columnStackDtmx.MaxLength = 50; + this.columnSheetIndexMax.ReadOnly = true; this.columnMatExtCode.AllowDBNull = false; this.columnMatDesc.AllowDBNull = false; this.columnMatDesc.MaxLength = 500; - this.columnStackDtmx.ReadOnly = true; - this.columnStackDtmx.MaxLength = 10; - this.columnDueDate.AllowDBNull = false; + this.columnSheetSequ.ReadOnly = true; + this.columnSheetSequ.MaxLength = 50; + this.columnSheetTot.ReadOnly = true; + this.columnSheetTot.MaxLength = 50; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -1407,28 +1385,6 @@ namespace AppData { this.tablestp_prt_StackLabel = ((stp_prt_StackLabelDataTable)(this.Table)); } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public int SheetID { - get { - return ((int)(this[this.tablestp_prt_StackLabel.SheetIDColumn])); - } - set { - this[this.tablestp_prt_StackLabel.SheetIDColumn] = value; - } - } - - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public int StackID { - get { - return ((int)(this[this.tablestp_prt_StackLabel.StackIDColumn])); - } - set { - this[this.tablestp_prt_StackLabel.StackIDColumn] = value; - } - } - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] public int StackIndex { @@ -1442,23 +1398,66 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public int SheetIndex { + public System.DateTime Prepared { get { - return ((int)(this[this.tablestp_prt_StackLabel.SheetIndexColumn])); + try { + return ((global::System.DateTime)(this[this.tablestp_prt_StackLabel.PreparedColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'Prepared\' nella tabella \'stp_prt_StackLabel\' è DBNull.", e); + } } set { - this[this.tablestp_prt_StackLabel.SheetIndexColumn] = value; + this[this.tablestp_prt_StackLabel.PreparedColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public int MatID { + public System.DateTime DueDate { get { - return ((int)(this[this.tablestp_prt_StackLabel.MatIDColumn])); + try { + return ((global::System.DateTime)(this[this.tablestp_prt_StackLabel.DueDateColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'DueDate\' nella tabella \'stp_prt_StackLabel\' è DBNull.", e); + } } set { - this[this.tablestp_prt_StackLabel.MatIDColumn] = value; + this[this.tablestp_prt_StackLabel.DueDateColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public string StackDtmx { + get { + try { + return ((string)(this[this.tablestp_prt_StackLabel.StackDtmxColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'StackDtmx\' nella tabella \'stp_prt_StackLabel\' è DBNull.", e); + } + } + set { + this[this.tablestp_prt_StackLabel.StackDtmxColumn] = value; + } + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public int SheetIndexMax { + get { + try { + return ((int)(this[this.tablestp_prt_StackLabel.SheetIndexMaxColumn])); + } + catch (global::System.InvalidCastException e) { + throw new global::System.Data.StrongTypingException("Il valore della colonna \'SheetIndexMax\' nella tabella \'stp_prt_StackLabel\' è DBNu" + + "ll.", e); + } + } + set { + this[this.tablestp_prt_StackLabel.SheetIndexMaxColumn] = value; } } @@ -1486,45 +1485,58 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public string StackDtmx { + public string SheetSequ { get { try { - return ((string)(this[this.tablestp_prt_StackLabel.StackDtmxColumn])); + return ((string)(this[this.tablestp_prt_StackLabel.SheetSequColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'StackDtmx\' nella tabella \'stp_prt_StackLabel\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'SheetSequ\' nella tabella \'stp_prt_StackLabel\' è DBNull.", e); } } set { - this[this.tablestp_prt_StackLabel.StackDtmxColumn] = value; + this[this.tablestp_prt_StackLabel.SheetSequColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public System.DateTime Prepared { + public string SheetTot { get { try { - return ((global::System.DateTime)(this[this.tablestp_prt_StackLabel.PreparedColumn])); + return ((string)(this[this.tablestp_prt_StackLabel.SheetTotColumn])); } catch (global::System.InvalidCastException e) { - throw new global::System.Data.StrongTypingException("Il valore della colonna \'Prepared\' nella tabella \'stp_prt_StackLabel\' è DBNull.", e); + throw new global::System.Data.StrongTypingException("Il valore della colonna \'SheetTot\' nella tabella \'stp_prt_StackLabel\' è DBNull.", e); } } set { - this[this.tablestp_prt_StackLabel.PreparedColumn] = value; + this[this.tablestp_prt_StackLabel.SheetTotColumn] = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public System.DateTime DueDate { - get { - return ((global::System.DateTime)(this[this.tablestp_prt_StackLabel.DueDateColumn])); - } - set { - this[this.tablestp_prt_StackLabel.DueDateColumn] = value; - } + public bool IsPreparedNull() { + return this.IsNull(this.tablestp_prt_StackLabel.PreparedColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetPreparedNull() { + this[this.tablestp_prt_StackLabel.PreparedColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IsDueDateNull() { + return this.IsNull(this.tablestp_prt_StackLabel.DueDateColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetDueDateNull() { + this[this.tablestp_prt_StackLabel.DueDateColumn] = global::System.Convert.DBNull; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -1541,14 +1553,38 @@ namespace AppData { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public bool IsPreparedNull() { - return this.IsNull(this.tablestp_prt_StackLabel.PreparedColumn); + public bool IsSheetIndexMaxNull() { + return this.IsNull(this.tablestp_prt_StackLabel.SheetIndexMaxColumn); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] - public void SetPreparedNull() { - this[this.tablestp_prt_StackLabel.PreparedColumn] = global::System.Convert.DBNull; + public void SetSheetIndexMaxNull() { + this[this.tablestp_prt_StackLabel.SheetIndexMaxColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IsSheetSequNull() { + return this.IsNull(this.tablestp_prt_StackLabel.SheetSequColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetSheetSequNull() { + this[this.tablestp_prt_StackLabel.SheetSequColumn] = global::System.Convert.DBNull; + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public bool IsSheetTotNull() { + return this.IsNull(this.tablestp_prt_StackLabel.SheetTotColumn); + } + + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0")] + public void SetSheetTotNull() { + this[this.tablestp_prt_StackLabel.SheetTotColumn] = global::System.Convert.DBNull; } } @@ -1998,16 +2034,15 @@ namespace AppData.DS_ReportTableAdapters { global::System.Data.Common.DataTableMapping tableMapping = new global::System.Data.Common.DataTableMapping(); tableMapping.SourceTable = "Table"; tableMapping.DataSetTable = "stp_prt_StackLabel"; - tableMapping.ColumnMappings.Add("SheetID", "SheetID"); - tableMapping.ColumnMappings.Add("StackID", "StackID"); tableMapping.ColumnMappings.Add("StackIndex", "StackIndex"); - tableMapping.ColumnMappings.Add("SheetIndex", "SheetIndex"); - tableMapping.ColumnMappings.Add("MatID", "MatID"); - tableMapping.ColumnMappings.Add("MatExtCode", "MatExtCode"); - tableMapping.ColumnMappings.Add("MatDesc", "MatDesc"); - tableMapping.ColumnMappings.Add("StackDtmx", "StackDtmx"); tableMapping.ColumnMappings.Add("Prepared", "Prepared"); tableMapping.ColumnMappings.Add("DueDate", "DueDate"); + tableMapping.ColumnMappings.Add("StackDtmx", "StackDtmx"); + tableMapping.ColumnMappings.Add("SheetIndexMax", "SheetIndexMax"); + tableMapping.ColumnMappings.Add("MatExtCode", "MatExtCode"); + tableMapping.ColumnMappings.Add("MatDesc", "MatDesc"); + tableMapping.ColumnMappings.Add("SheetSequ", "SheetSequ"); + tableMapping.ColumnMappings.Add("SheetTot", "SheetTot"); this._adapter.TableMappings.Add(tableMapping); } diff --git a/AppData/DS_Report.xsd b/AppData/DS_Report.xsd index 691165c..bfcf763 100644 --- a/AppData/DS_Report.xsd +++ b/AppData/DS_Report.xsd @@ -9,7 +9,7 @@ - + prt.stp_prt_StackLabel @@ -22,16 +22,15 @@ - - - - - - - + + + + + + @@ -294,14 +293,20 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione - + - - - - + + + + + + + + + + @@ -310,19 +315,24 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione - + - + + + + + + + + - - - + @@ -354,7 +364,7 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione - + @@ -384,10 +394,6 @@ SELECT codPostazione, stampante, note FROM ElencoPostazioni WHERE (codPostazione - - - - diff --git a/NKC_WF/Reports/StackLabel.rdlc b/NKC_WF/Reports/StackLabel.rdlc index e20a584..c13ffcd 100644 --- a/NKC_WF/Reports/StackLabel.rdlc +++ b/NKC_WF/Reports/StackLabel.rdlc @@ -267,14 +267,14 @@ - + true true - =Fields!ShitSequ.Value + =Fields!SheetSequ.Value - ShitSequ + SheetSequ @@ -301,14 +301,14 @@ - + true true - =Fields!ShitTot.Value + =Fields!SheetTot.Value - ShitTot + SheetTot @@ -861,16 +861,16 @@ StackIndex System.Int32 - - ShitSequ + + SheetSequ System.String StackDtmx System.String - - ShitTot + + SheetTot System.String