diff --git a/ReportImp/RatPlusTat/Quittierungsbeleg.Designer.cs b/ReportImp/RatPlusTat/Quittierungsbeleg.Designer.cs index 3443707e4..a1b4cc295 100644 --- a/ReportImp/RatPlusTat/Quittierungsbeleg.Designer.cs +++ b/ReportImp/RatPlusTat/Quittierungsbeleg.Designer.cs @@ -797,7 +797,8 @@ namespace RatPlusTat // xrPictureBox2 // this.xrPictureBox2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Tag", null, "CustomerSignature")}); + new DevExpress.XtraReports.UI.XRBinding("Tag", null, "CustomerSignature"), + new DevExpress.XtraReports.UI.XRBinding("Image", null, "CustomerSignature")}); this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(230F, 227F); this.xrPictureBox2.Name = "xrPictureBox2"; this.xrPictureBox2.SizeF = new System.Drawing.SizeF(100F, 23F); @@ -1213,7 +1214,8 @@ namespace RatPlusTat // xrPictureBox1 // this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { - new DevExpress.XtraReports.UI.XRBinding("Tag", null, "EmployeeSignature")}); + new DevExpress.XtraReports.UI.XRBinding("Tag", null, "EmployeeSignature"), + new DevExpress.XtraReports.UI.XRBinding("Image", null, "EmployeeSignature")}); this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(535.6389F, 227F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.Scripts.OnBeforePrint = "xrPictureBox1_BeforePrint";