AsSozialeDienstleistungenEV/ServiceInvoiceReport - Entfernen Wasserzeichen u Rechnungstext neu

This commit is contained in:
2024-04-23 11:04:41 +02:00
parent 2ca7202d61
commit a85ab655fb
7 changed files with 104 additions and 53 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -50,9 +50,6 @@ namespace AsSozialeDienstleistungenEV
if (iDC.ServiceInvoicePeriods.Count > 0 && iDC.ServiceInvoicePeriods[0].SupportConceptApprovalPeriod.ServiceCategory != null)
{
XtraReport masterReport = new XtraReport();
masterReport.CreateDocument();
var seite1 = new ServiceInvoiceReport();
var ro = ServiceInvoiceRO.Create(iDC);
@@ -67,13 +64,8 @@ namespace AsSozialeDienstleistungenEV
var qb = CreateServiceOverviewSingleCustomerReport(cOid, month, year, oOid, 0, null, 1, DateTime.DaysInMonth(year, month));
qb.CreateDocument();
masterReport.Pages.AddRange(seite1.Pages);
foreach (DevExpress.XtraPrinting.Page item in masterReport.Pages)
{
item.AssignWatermark(seite1.Watermark);
}
masterReport.Pages.AddRange(qb.Pages);
invoiceReport = masterReport;
seite1.Pages.AddRange(qb.Pages);
invoiceReport = seite1;
}
else

View File

@@ -30,7 +30,6 @@ namespace AsSozialeDienstleistungenEV
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceInvoiceReport));
DevExpress.XtraReports.UI.XRWatermark xrWatermark1 = new DevExpress.XtraReports.UI.XRWatermark();
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText();
@@ -63,7 +62,9 @@ namespace AsSozialeDienstleistungenEV
this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox();
this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
@@ -75,13 +76,15 @@ namespace AsSozialeDienstleistungenEV
this.lblUstg = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox();
this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// Detail
@@ -94,6 +97,8 @@ namespace AsSozialeDienstleistungenEV
// ReportHeader
//
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrLabel10,
this.xrPictureBox2,
this.xrRichText1,
this.xrLabel4,
this.xrLabel9,
@@ -104,14 +109,14 @@ namespace AsSozialeDienstleistungenEV
this.lblAdresse,
this.lblIkNr});
this.ReportHeader.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
this.ReportHeader.HeightF = 533.1251F;
this.ReportHeader.HeightF = 487.6251F;
this.ReportHeader.Name = "ReportHeader";
this.ReportHeader.StylePriority.UseFont = false;
//
// xrRichText1
//
this.xrRichText1.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(392.0417F, 55.5F);
this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(501.0415F, 5.208333F);
this.xrRichText1.Name = "xrRichText1";
this.xrRichText1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
@@ -120,7 +125,7 @@ namespace AsSozialeDienstleistungenEV
// xrLabel4
//
this.xrLabel4.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F);
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 473.5417F);
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 428.0417F);
this.xrLabel4.Multiline = true;
this.xrLabel4.Name = "xrLabel4";
this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -133,7 +138,7 @@ namespace AsSozialeDienstleistungenEV
// xrLabel9
//
this.xrLabel9.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F);
this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 448.5417F);
this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 403.0417F);
this.xrLabel9.Name = "xrLabel9";
this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel9.SizeF = new System.Drawing.SizeF(317F, 17F);
@@ -146,7 +151,7 @@ namespace AsSozialeDienstleistungenEV
this.lblBetreff.CanShrink = true;
this.lblBetreff.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.lblBetreff.LocationFloat = new DevExpress.Utils.PointFloat(0F, 366.0417F);
this.lblBetreff.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 320.5417F);
this.lblBetreff.Name = "lblBetreff";
this.lblBetreff.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblBetreff.SizeF = new System.Drawing.SizeF(421.3715F, 20F);
@@ -161,7 +166,7 @@ namespace AsSozialeDienstleistungenEV
this.lblAz.CanShrink = true;
this.lblAz.Font = new DevExpress.Drawing.DXFont("Verdana", 9.75F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.lblAz.LocationFloat = new DevExpress.Utils.PointFloat(0F, 386.0416F);
this.lblAz.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 340.5415F);
this.lblAz.Multiline = true;
this.lblAz.Name = "lblAz";
this.lblAz.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -176,7 +181,7 @@ namespace AsSozialeDienstleistungenEV
this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoiceDate")});
this.xrLabel8.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F);
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 305.2083F);
this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 259.7083F);
this.xrLabel8.Name = "xrLabel8";
this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel8.SizeF = new System.Drawing.SizeF(283F, 20F);
@@ -190,7 +195,7 @@ namespace AsSozialeDienstleistungenEV
this.xrLabel2.BackColor = System.Drawing.Color.Transparent;
this.xrLabel2.CanShrink = true;
this.xrLabel2.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F);
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 285.2083F);
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 239.7083F);
this.xrLabel2.Name = "xrLabel2";
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel2.SizeF = new System.Drawing.SizeF(283.0001F, 20F);
@@ -204,7 +209,7 @@ namespace AsSozialeDienstleistungenEV
this.lblAdresse.BorderColor = System.Drawing.Color.Black;
this.lblAdresse.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(0F, 95.83334F);
this.lblAdresse.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 30.54167F);
this.lblAdresse.Multiline = true;
this.lblAdresse.Name = "lblAdresse";
this.lblAdresse.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -217,7 +222,7 @@ namespace AsSozialeDienstleistungenEV
// lblIkNr
//
this.lblIkNr.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F);
this.lblIkNr.LocationFloat = new DevExpress.Utils.PointFloat(0F, 265.2084F);
this.lblIkNr.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 219.7084F);
this.lblIkNr.Name = "lblIkNr";
this.lblIkNr.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblIkNr.SizeF = new System.Drawing.SizeF(283F, 20F);
@@ -235,12 +240,16 @@ namespace AsSozialeDienstleistungenEV
//
// topMarginBand1
//
this.topMarginBand1.HeightF = 158F;
this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrPictureBox1});
this.topMarginBand1.HeightF = 202.7917F;
this.topMarginBand1.Name = "topMarginBand1";
//
// bottomMarginBand1
//
this.bottomMarginBand1.HeightF = 62F;
this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrLabel5});
this.bottomMarginBand1.HeightF = 57.20833F;
this.bottomMarginBand1.Name = "bottomMarginBand1";
//
// DetailReport
@@ -262,7 +271,7 @@ namespace AsSozialeDienstleistungenEV
//
// xrTable5
//
this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 0F);
this.xrTable5.Name = "xrTable5";
this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
this.xrTableRow23});
@@ -399,7 +408,7 @@ namespace AsSozialeDienstleistungenEV
//
this.xrTable6.Font = new DevExpress.Drawing.DXFont("Verdana", 8.25F, DevExpress.Drawing.DXFontStyle.Regular, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 0F);
this.xrTable6.Name = "xrTable6";
this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
this.xrTableRow25});
@@ -509,6 +518,10 @@ namespace AsSozialeDienstleistungenEV
this.xrTableCell47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.xrTableCell47.Weight = 0.38862333152140843D;
//
// bindingSource1
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
//
// ReportFooter
//
this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
@@ -523,15 +536,23 @@ namespace AsSozialeDienstleistungenEV
this.ReportFooter.HeightF = 318.5415F;
this.ReportFooter.Name = "ReportFooter";
//
// xrPictureBox3
//
this.xrPictureBox3.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox3.ImageSource"));
this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 167.7144F);
this.xrPictureBox3.Name = "xrPictureBox3";
this.xrPictureBox3.SizeF = new System.Drawing.SizeF(64.58334F, 61.20199F);
this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze;
//
// xrTable1
//
this.xrTable1.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 78.95813F);
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 78.95813F);
this.xrTable1.Name = "xrTable1";
this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
this.xrTableRow1,
this.xrTableRow2});
this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 26F);
this.xrTable1.SizeF = new System.Drawing.SizeF(642.0001F, 26F);
this.xrTable1.StylePriority.UseFont = false;
//
// xrTableRow1
@@ -569,7 +590,7 @@ namespace AsSozialeDienstleistungenEV
//
this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.Top;
this.xrLabel7.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F);
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 228.9164F);
this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 228.9164F);
this.xrLabel7.Multiline = true;
this.xrLabel7.Name = "xrLabel7";
this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -581,7 +602,7 @@ namespace AsSozialeDienstleistungenEV
// xrLabel6
//
this.xrLabel6.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F);
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 140.3747F);
this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 140.3747F);
this.xrLabel6.Name = "xrLabel6";
this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel6.SizeF = new System.Drawing.SizeF(175F, 17F);
@@ -591,7 +612,7 @@ namespace AsSozialeDienstleistungenEV
// lblAnlage
//
this.lblAnlage.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F);
this.lblAnlage.LocationFloat = new DevExpress.Utils.PointFloat(0F, 296.8332F);
this.lblAnlage.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 296.8332F);
this.lblAnlage.Name = "lblAnlage";
this.lblAnlage.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblAnlage.SizeF = new System.Drawing.SizeF(205.2083F, 17F);
@@ -602,7 +623,7 @@ namespace AsSozialeDienstleistungenEV
//
this.lblUstg.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F, DevExpress.Drawing.DXFontStyle.Bold, DevExpress.Drawing.DXGraphicsUnit.Point, new DevExpress.Drawing.DXFontAdditionalProperty[] {
new DevExpress.Drawing.DXFontAdditionalProperty("GdiCharSet", ((byte)(0)))});
this.lblUstg.LocationFloat = new DevExpress.Utils.PointFloat(95.79163F, 104.958F);
this.lblUstg.LocationFloat = new DevExpress.Utils.PointFloat(204.7915F, 104.958F);
this.lblUstg.Name = "lblUstg";
this.lblUstg.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.lblUstg.SizeF = new System.Drawing.SizeF(472.9167F, 17F);
@@ -613,7 +634,7 @@ namespace AsSozialeDienstleistungenEV
// xrLabel1
//
this.xrLabel1.Font = new DevExpress.Drawing.DXFont("Arial", 11.25F);
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 40.20805F);
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 40.20805F);
this.xrLabel1.Multiline = true;
this.xrLabel1.Name = "xrLabel1";
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
@@ -627,7 +648,7 @@ namespace AsSozialeDienstleistungenEV
this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
new DevExpress.XtraReports.UI.XRBinding("Text", null, "GrossClaim", "Gesamtsumme: {0}")});
this.xrLabel3.Font = new DevExpress.Drawing.DXFont("ARIal", 11F, DevExpress.Drawing.DXFontStyle.Bold);
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(290.8146F, 0F);
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(399.8145F, 0F);
this.xrLabel3.Name = "xrLabel3";
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F);
this.xrLabel3.SizeF = new System.Drawing.SizeF(282.704F, 25F);
@@ -637,17 +658,51 @@ namespace AsSozialeDienstleistungenEV
this.xrLabel3.Text = "xrLabel1";
this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
//
// xrPictureBox3
// xrPictureBox1
//
this.xrPictureBox3.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox3.ImageSource"));
this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 167.7144F);
this.xrPictureBox3.Name = "xrPictureBox3";
this.xrPictureBox3.SizeF = new System.Drawing.SizeF(64.58334F, 61.20199F);
this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze;
this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
this.xrPictureBox1.Name = "xrPictureBox1";
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(827.0001F, 192.7917F);
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze;
//
// bindingSource1
// xrPictureBox2
//
this.bindingSource1.DataSource = typeof(BeWo.Report.ReportObjects.ServiceInvoiceRO);
this.xrPictureBox2.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox2.ImageSource"));
this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 180.5833F);
this.xrPictureBox2.Name = "xrPictureBox2";
this.xrPictureBox2.SizeF = new System.Drawing.SizeF(108.9999F, 209.4584F);
this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze;
//
// xrLabel5
//
this.xrLabel5.Font = new DevExpress.Drawing.DXFont("Arial", 8F);
this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(89.20822F, 0F);
this.xrLabel5.Multiline = true;
this.xrLabel5.Name = "xrLabel5";
this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel5.SizeF = new System.Drawing.SizeF(646.1666F, 51.99998F);
this.xrLabel5.StylePriority.UseFont = false;
this.xrLabel5.StylePriority.UseTextAlignment = false;
this.xrLabel5.Text = "Bankverbindungen:\r\nSparkasse Neustadt, IBAN: DE 43 7535 1960 0240 0002 65, Raiffe" +
"isenbank Neustadt, IBAN: DE 12 7536 3189 0002 6940 69";
this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
//
// xrLabel10
//
this.xrLabel10.BorderColor = System.Drawing.Color.Firebrick;
this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
this.xrLabel10.BorderWidth = 2F;
this.xrLabel10.Font = new DevExpress.Drawing.DXFont("Arial", 7F);
this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(108.9999F, 13.54167F);
this.xrLabel10.Name = "xrLabel10";
this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
this.xrLabel10.SizeF = new System.Drawing.SizeF(288F, 13F);
this.xrLabel10.StylePriority.UseBorderColor = false;
this.xrLabel10.StylePriority.UseBorders = false;
this.xrLabel10.StylePriority.UseBorderWidth = false;
this.xrLabel10.StylePriority.UseFont = false;
this.xrLabel10.Text = "AS-Neustadt * Zacharias-Frank-Str. 15 * 92660 Neustadt a.d.WN";
//
// ServiceInvoiceReport
//
@@ -663,19 +718,16 @@ namespace AsSozialeDienstleistungenEV
this.Font = new DevExpress.Drawing.DXFont("Verdana", 10F);
this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
this.ruleRateFactorNull});
this.Margins = new DevExpress.Drawing.DXMargins(109F, 66F, 158F, 62F);
this.Margins = new DevExpress.Drawing.DXMargins(0F, 0F, 202.7917F, 57.20833F);
this.PageHeight = 1169;
this.PageWidth = 827;
this.PaperKind = DevExpress.Drawing.Printing.DXPaperKind.A4;
this.Version = "23.2";
xrWatermark1.Id = "Watermark1";
xrWatermark1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrWatermark1.ImageSource"));
this.Watermarks.Add(xrWatermark1);
((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}
@@ -727,5 +779,9 @@ namespace AsSozialeDienstleistungenEV
private DevExpress.XtraReports.UI.XRLabel lblIkNr;
private DevExpress.XtraReports.UI.XRRichText xrRichText1;
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox3;
private DevExpress.XtraReports.UI.XRLabel xrLabel10;
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox2;
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
private DevExpress.XtraReports.UI.XRLabel xrLabel5;
}
}

View File

@@ -53,7 +53,7 @@ namespace AsSozialeDienstleistungenEV
}
else if (p.ServiceInvoiceItems.Any(i => i.ServiceDescription.Contains("Sonstiges")))
{
lblBetreff.Text = "Abrechnung für ambulant Sonstiges";
lblBetreff.Text = "Hilfe für junge Volljährige in Form von ambulanter Eingliederungshilfe gem. § 41 i.V.m. § 35a Abs.2 Nr. 1 SGB VIII";
}
}
}

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB