using System; using System.Drawing; using System.Windows.Forms; using System.Data; using Stimulsoft.Controls; using Stimulsoft.Base.Drawing; using Stimulsoft.Report; using Stimulsoft.Report.Dialogs; using Stimulsoft.Report.Components; namespace Reports { public class Report : Stimulsoft.Report.StiReport { public string GetValueForFatura(bool isPreview) { if (isPreview) return "XXXXXXXX"; else return Document.Number; } public Report() { this.InitializeComponent(); } #region StiReport Designer generated code - do not modify public Stimulsoft.Report.Components.StiPage Page1; public Stimulsoft.Report.Components.StiPageFooterBand PageFooterBand1; public Stimulsoft.Report.Components.StiText Text14; public Stimulsoft.Report.Components.StiPanel FR_Panel; public Stimulsoft.Report.Components.StiText Text26; public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive4; public Stimulsoft.Report.Components.StiPanel Not_FR_Panel; public Stimulsoft.Report.Components.StiText Text13; public Stimulsoft.Report.Components.StiText Text4; public Stimulsoft.Report.Components.StiText Text8; public Stimulsoft.Report.Components.StiText Text10; public Stimulsoft.Report.Components.StiText Text11; public Stimulsoft.Report.Components.StiText Text12; public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive2; public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive1; public Stimulsoft.Report.Components.StiText Text2; public Stimulsoft.Report.Components.StiHeaderBand HeaderBand1; public Stimulsoft.Report.Components.StiText Text1; public Stimulsoft.Report.Components.StiText Text3; public Stimulsoft.Report.Components.StiText Text6; public Stimulsoft.Report.Components.StiText Text7; public Stimulsoft.Report.Components.StiText Text9; public Stimulsoft.Report.Components.StiText Text15; public Stimulsoft.Report.Components.StiPanel Panel1; public Stimulsoft.Report.Components.StiText Text5; public Stimulsoft.Report.Components.StiText Text16; public Stimulsoft.Report.Components.StiText Text17; public Stimulsoft.Report.Components.StiText Text19; public Stimulsoft.Report.Components.StiText Text21; public Stimulsoft.Report.Components.StiText Text22; public Stimulsoft.Report.Components.StiText Text23; public Stimulsoft.Report.Components.StiText Text18; public Stimulsoft.Report.Components.StiText Text24; public Stimulsoft.Report.Components.StiText Text25; public Stimulsoft.Report.Components.StiText Text27; public Stimulsoft.Report.Components.StiText Text20; public Stimulsoft.Report.Components.StiText Text28; public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive5; public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive7; public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive8; public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive5; public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive6; public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive8; public Stimulsoft.Report.Components.StiDataBand DataBand1; public Stimulsoft.Report.Components.StiText Text38; public Stimulsoft.Report.Components.StiText Text39; public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive1; public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive1; public Stimulsoft.Report.Components.StiEmptyBand EmptyBand1; public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive3; public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive3; public Stimulsoft.Report.Components.StiFooterBand FooterBand2; public Stimulsoft.Report.Components.StiText Text34; public Stimulsoft.Report.Components.StiText Text35; public Stimulsoft.Report.Components.StiText Text36; public Stimulsoft.Report.Components.StiText Text37; public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text37_Sum; public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive6; public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive7; public Stimulsoft.Report.Components.StiHorizontalLinePrimitive HorizontalLinePrimitive3; public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive2; public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive2; public Stimulsoft.Report.Components.StiStartPointPrimitive StartPointPrimitive4; public Stimulsoft.Report.Components.StiEndPointPrimitive EndPointPrimitive4; public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive1; public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive3; public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive7; public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive2; public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive4; public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive5; public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive6; public Stimulsoft.Report.Components.StiVerticalLinePrimitive VerticalLinePrimitive8; public Stimulsoft.Report.Components.StiWatermark Page1_Watermark; public Stimulsoft.Report.Print.StiPrinterSettings Report_PrinterSettings; public DocumentLineBusinessObject DocumentLine; public IsPreviewBusinessObject IsPreview; public DocumentBusinessObject Document; public virtual string FaturaNumber { get { return GetValueForFatura(IsPreview.Data); } } public void Text14__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "Dispensada de certificação do programa informático de acordo com a xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nEstamos em processo de adoção do novo acordo ortográfico.\r\n\r\n\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; } private void FR_Panel_Conditions(object sender, System.EventArgs e) { if ((((decimal)(StiReport.ChangeType(this.Document.DocumentTypeId, typeof(decimal), true))) != 8m)) { ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255)); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone())); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None; ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false; return; } } public void Text26__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; } private void Not_FR_Panel_Conditions(object sender, System.EventArgs e) { if ((((decimal)(StiReport.ChangeType(this.Document.DocumentTypeId, typeof(decimal), true))) == 8m)) { ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255)); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone())); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None; ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false; return; } } public void Text13__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; } public void Text4__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "Transferência Bancária"; } public void Text8__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "Cheque"; } public void Text10__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; } public void Text11__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; } public void Text12__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx\r\nxxxxxxxxxxx"; } public void Text2__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "PROCESSADO POR COMPUTADOR"; } public void Text1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "xxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxx"; } public void Text3__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "(Original)"; } public void Text6__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, Document.Name, true); } public void Text7__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, Document.Address, true); } public void Text9__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, Document.PostalCode, true); } public void Text15__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, Document.PostalLocality, true); } public void Text5__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "Data"; } public void Text16__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = this.Text16.TextFormat.Format(CheckExcelValue(sender, Document.Date)); } public void Text17__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "File"; } private void Text19_Conditions(object sender, System.EventArgs e) { if (((((decimal)(StiReport.ChangeType(this.Document.DocumentTypeId, typeof(decimal), true))) == 8m) || Document.EntityId == null)) { ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red); ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone())); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None; ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false; return; } } public void Text19__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, Document.RequisitionNumber, true); } public void Text21__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "#%#{PageNumber}/{TotalPageCount}"; e.StoreToPrinted = true; } public System.String Text21_GetValue_End(Stimulsoft.Report.Components.StiComponent sender) { return ToString(sender, PageNumber, true) + "/" + ToString(sender, TotalPageCount, true); } public void Text22__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, FaturaNumber, true); } public void Text23__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, Document.FileNumber, true); } public void Text18__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "Contribuinte"; } public void Text24__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, Document.NIF, true); } private void Text25_Conditions(object sender, System.EventArgs e) { if (((((decimal)(StiReport.ChangeType(this.Document.DocumentTypeId, typeof(decimal), true))) == 8m) || Document.EntityId == null)) { ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Red); ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone())); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None; ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false; return; } } public void Text25__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "Requisição"; } public void Text27__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, Document.DocumentTypeName, true); } private void Text20_Conditions(object sender, System.EventArgs e) { if ((((decimal)(StiReport.ChangeType(this.Document.DocumentTypeId, typeof(decimal), true))) != 8m)) { ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0)); ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255)); Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone())); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None; ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false; return; } } public void Text20__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "Nº ATC"; } private void Text28_Conditions(object sender, System.EventArgs e) { if ((((decimal)(StiReport.ChangeType(this.Document.DocumentTypeId, typeof(decimal), true))) != 8m)) { ((Stimulsoft.Report.Components.IStiTextBrush)(sender)).TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 0, 0)); ((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(0, 255, 255, 255)); Stimulsoft.Report.Components.StiConditionHelper.ApplyFont(sender, new System.Drawing.Font("Arial", 8F), Stimulsoft.Report.Components.StiConditionPermissions.All); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border = ((Stimulsoft.Base.Drawing.StiBorder)(((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Clone())); ((Stimulsoft.Report.Components.IStiBorder)(sender)).Border.Side = Stimulsoft.Base.Drawing.StiBorderSides.None; ((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = false; return; } } public void Text28__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, Document.ATCCardNumber, true); } public void Text38__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = ToString(sender, DocumentLine.Line, true); } public void Text39__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = this.Text39.TextFormat.Format(CheckExcelValue(sender, DocumentLine.Value)); } public void Text35__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "EUR"; } public void Text36__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "Total"; } public void Text37__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e) { e.Value = "#%#{Sum(DocumentLine.Value)}"; e.StoreToPrinted = true; } public System.String Text37_GetValue_End(Stimulsoft.Report.Components.StiComponent sender) { return this.Text37.TextFormat.Format(CheckExcelValue(sender, ((decimal)(StiReport.ChangeType(this.Text37_Sum.GetValue(), typeof(decimal), true))))); } public void DataBand1__BeginRender(object sender, System.EventArgs e) { this.Text37_Sum.Init(); this.Text37.TextValue = ""; } public void DataBand1__EndRender(object sender, System.EventArgs e) { this.Text37.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text37_GetValue_End)); } public void DataBand1__Rendering(object sender, System.EventArgs e) { this.Text37_Sum.CalcItem(DocumentLine.Value); } public void ReportWordsToEnd__EndRender(object sender, System.EventArgs e) { this.Text21.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text21_GetValue_End)); } private void InitializeComponent() { this.Document = new DocumentBusinessObject(); this.IsPreview = new IsPreviewBusinessObject(); this.DocumentLine = new DocumentLineBusinessObject(); this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("", "FaturaNumber", "FaturaNumber", "", typeof(string), "GetValueForFatura(IsPreview.Data)", true, Stimulsoft.Report.Dictionary.StiVariableInitBy.Expression, false)); this.NeedsCompiling = false; this.Text37_Sum = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService(); // // Variables init // this.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2; this.ReferencedAssemblies = new System.String[] { "System.Dll", "System.Drawing.Dll", "System.Windows.Forms.Dll", "System.Data.Dll", "System.Xml.Dll", "Stimulsoft.Controls.Dll", "Stimulsoft.Base.Dll", "Stimulsoft.Report.Dll"}; this.ReportAlias = "Report"; // // ReportChanged // this.ReportChanged = new DateTime(2013, 9, 16, 15, 7, 52, 733); // // ReportCreated // this.ReportCreated = new DateTime(2013, 6, 28, 11, 51, 48, 0); this.ReportFile = "C:\\Users\\bfernandes\\Desktop\\New folder\\Report.mrt"; this.ReportGuid = "2931f8bf6b954e58b7060e39f7ef41f8"; this.ReportName = "Report"; this.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters; this.ReportVersion = "2012.3.1500"; this.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp; // // Page1 // this.Page1 = new Stimulsoft.Report.Components.StiPage(); this.Page1.Guid = "648f5bf865ea4c489a5043a54072449b"; this.Page1.Name = "Page1"; this.Page1.PageHeight = 29.7; this.Page1.PageWidth = 21; this.Page1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Page1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); // // PageFooterBand1 // this.PageFooterBand1 = new Stimulsoft.Report.Components.StiPageFooterBand(); this.PageFooterBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 24.5, 19, 3.2); this.PageFooterBand1.Name = "PageFooterBand1"; this.PageFooterBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.PageFooterBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); // // Text14 // this.Text14 = new Stimulsoft.Report.Components.StiText(); this.Text14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.2, 19, 1); this.Text14.Guid = "2f9930fc21d546d6bb8afcc3fafdf804"; this.Text14.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text14.Name = "Text14"; this.Text14.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text14__GetValue); this.Text14.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text14.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text14.Font = new System.Drawing.Font("Arial", 5F); this.Text14.Indicator = null; this.Text14.Interaction = null; this.Text14.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text14.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text14.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // FR_Panel // this.FR_Panel = new Stimulsoft.Report.Components.StiPanel(); this.FR_Panel.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 19, 2.15); this.FR_Panel.BeforePrint += new System.EventHandler(this.FR_Panel_Conditions); this.FR_Panel.Locked = true; this.FR_Panel.Name = "FR Panel"; this.FR_Panel.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.FR_Panel.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); // // Text26 // this.Text26 = new Stimulsoft.Report.Components.StiText(); this.Text26.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.07, 0.68, 6.34, 0.4); this.Text26.Guid = "69e43411202c439ea017f248d8e82457"; this.Text26.Name = "Text26"; this.Text26.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.Text26.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text26__GetValue); this.Text26.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text26.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text26.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text26.Font = new System.Drawing.Font("Arial", 7F); this.Text26.Indicator = null; this.Text26.Interaction = null; this.Text26.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text26.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text26.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // HorizontalLinePrimitive4 // this.HorizontalLinePrimitive4 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive(); this.HorizontalLinePrimitive4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.02, 1.74, 19, 0.0254); this.HorizontalLinePrimitive4.Color = System.Drawing.Color.Black; this.HorizontalLinePrimitive4.Guid = "a6922d22c1ab4e7b88c91f225e3f2152"; this.HorizontalLinePrimitive4.Name = "HorizontalLinePrimitive4"; this.HorizontalLinePrimitive4.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.HorizontalLinePrimitive4.Size = 2F; this.HorizontalLinePrimitive4.Style = Stimulsoft.Base.Drawing.StiPenStyle.Dot; this.HorizontalLinePrimitive4.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.HorizontalLinePrimitive4.Interaction = null; this.HorizontalLinePrimitive4.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.FR_Panel.Guid = null; this.FR_Panel.Interaction = null; // // Not_FR_Panel // this.Not_FR_Panel = new Stimulsoft.Report.Components.StiPanel(); this.Not_FR_Panel.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.04, 19.01, 2.15); this.Not_FR_Panel.BeforePrint += new System.EventHandler(this.Not_FR_Panel_Conditions); this.Not_FR_Panel.Name = "Not FR Panel"; this.Not_FR_Panel.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Not_FR_Panel.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); // // Text13 // this.Text13 = new Stimulsoft.Report.Components.StiText(); this.Text13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.02, 1.7, 5.6, 0.4); this.Text13.Guid = "5367038f216046ebbde9414e3612fe7d"; this.Text13.Name = "Text13"; this.Text13.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.Text13.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text13__GetValue); this.Text13.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text13.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text13.Font = new System.Drawing.Font("Arial", 7F); this.Text13.Indicator = null; this.Text13.Interaction = null; this.Text13.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text13.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text13.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text4 // this.Text4 = new Stimulsoft.Report.Components.StiText(); this.Text4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.08, 0.1, 4.2, 0.4); this.Text4.Guid = "122e2207ee96419895da870363811bbb"; this.Text4.Name = "Text4"; this.Text4.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.Text4.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text4__GetValue); this.Text4.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text4.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text4.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.Text4.Indicator = null; this.Text4.Interaction = null; this.Text4.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text4.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text4.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text8 // this.Text8 = new Stimulsoft.Report.Components.StiText(); this.Text8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.28, 0.1, 1.6, 0.4); this.Text8.Guid = "4dba4c224df5436d84a90657d0e9c71f"; this.Text8.Name = "Text8"; this.Text8.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.Text8.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text8__GetValue); this.Text8.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text8.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text8.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold); this.Text8.Indicator = null; this.Text8.Interaction = null; this.Text8.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text8.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text8.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text10 // this.Text10 = new Stimulsoft.Report.Components.StiText(); this.Text10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.08, 0.5, 5, 1); this.Text10.Guid = "47430540dfbf4625a93d52bddbfdaf6b"; this.Text10.Name = "Text10"; this.Text10.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.Text10.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text10__GetValue); this.Text10.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text10.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text10.Font = new System.Drawing.Font("Arial", 8F); this.Text10.Indicator = null; this.Text10.Interaction = null; this.Text10.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text10.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text10.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text11 // this.Text11 = new Stimulsoft.Report.Components.StiText(); this.Text11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.88, 0.5, 5, 1); this.Text11.Guid = "51520651f54d45d1a82d8940826ecef4"; this.Text11.Name = "Text11"; this.Text11.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.Text11.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text11__GetValue); this.Text11.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text11.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text11.Font = new System.Drawing.Font("Arial", 8F); this.Text11.Indicator = null; this.Text11.Interaction = null; this.Text11.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text11.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text11.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text12 // this.Text12 = new Stimulsoft.Report.Components.StiText(); this.Text12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(15.28, 0.5, 2.6, 1); this.Text12.Guid = "2d79017e4bb145d09b20e89f70a7e3e9"; this.Text12.Name = "Text12"; this.Text12.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.Text12.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text12__GetValue); this.Text12.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text12.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text12.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text12.Font = new System.Drawing.Font("Arial", 8F); this.Text12.Indicator = null; this.Text12.Interaction = null; this.Text12.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text12.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text12.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // HorizontalLinePrimitive2 // this.HorizontalLinePrimitive2 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive(); this.HorizontalLinePrimitive2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.02, 1.7, 19, 0.0254); this.HorizontalLinePrimitive2.Color = System.Drawing.Color.Black; this.HorizontalLinePrimitive2.Guid = "65319c3089ab4b22867df0764473b65f"; this.HorizontalLinePrimitive2.Name = "HorizontalLinePrimitive2"; this.HorizontalLinePrimitive2.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.HorizontalLinePrimitive2.Size = 2F; this.HorizontalLinePrimitive2.Style = Stimulsoft.Base.Drawing.StiPenStyle.Dot; this.HorizontalLinePrimitive2.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.HorizontalLinePrimitive2.Interaction = null; this.HorizontalLinePrimitive2.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.Not_FR_Panel.Guid = null; this.Not_FR_Panel.Interaction = null; // // HorizontalLinePrimitive1 // this.HorizontalLinePrimitive1 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive(); this.HorizontalLinePrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.01, 0.03, 19, 0.0254); this.HorizontalLinePrimitive1.Color = System.Drawing.Color.Black; this.HorizontalLinePrimitive1.Guid = "be34ab56ee45443f8ba9f791f4b7454f"; this.HorizontalLinePrimitive1.Name = "HorizontalLinePrimitive1"; this.HorizontalLinePrimitive1.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.HorizontalLinePrimitive1.Size = 2F; this.HorizontalLinePrimitive1.Style = Stimulsoft.Base.Drawing.StiPenStyle.Dot; this.HorizontalLinePrimitive1.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.HorizontalLinePrimitive1.Interaction = null; this.HorizontalLinePrimitive1.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.PageFooterBand1.Guid = null; this.PageFooterBand1.Interaction = null; // // Text2 // this.Text2 = new Stimulsoft.Report.Components.StiText(); this.Text2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19, 0, 0.4, 4.6); this.Text2.Guid = "0f61bd48ed894d44b302d8273a1755d2"; this.Text2.Name = "Text2"; this.Text2.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text2__GetValue); this.Text2.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text2.Font = new System.Drawing.Font("Arial", 8F); this.Text2.Indicator = null; this.Text2.Interaction = null; this.Text2.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text2.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text2.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 90F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // HeaderBand1 // this.HeaderBand1 = new Stimulsoft.Report.Components.StiHeaderBand(); this.HeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 19, 4.2); this.HeaderBand1.Name = "HeaderBand1"; this.HeaderBand1.PrintIfEmpty = true; this.HeaderBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.HeaderBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); // // Text1 // this.Text1 = new Stimulsoft.Report.Components.StiText(); this.Text1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.8, 5.2, 0.8); this.Text1.Guid = "6b32727113864554a9f5079f47c9f119"; this.Text1.Name = "Text1"; this.Text1.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text1__GetValue); this.Text1.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text1.Font = new System.Drawing.Font("Times New Roman", 8F); this.Text1.Indicator = null; this.Text1.Interaction = null; this.Text1.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text1.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text1.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text3 // this.Text3 = new Stimulsoft.Report.Components.StiText(); this.Text3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(17.4, 2.2, 1.6, 0.4); this.Text3.Guid = "286e1bedaaf74bfcad8c5f48a1f950d6"; this.Text3.Name = "Text3"; this.Text3.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text3__GetValue); this.Text3.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text3.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text3.Font = new System.Drawing.Font("Arial", 8F); this.Text3.Indicator = null; this.Text3.Interaction = null; this.Text3.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text3.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text3.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text6 // this.Text6 = new Stimulsoft.Report.Components.StiText(); this.Text6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.8, 0.2, 11, 0.6); this.Text6.Guid = "abc756665a8641388b79ddbffdf1fa93"; this.Text6.Name = "Text6"; this.Text6.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text6__GetValue); this.Text6.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text6.Font = new System.Drawing.Font("Arial", 8F); this.Text6.Indicator = null; this.Text6.Interaction = null; this.Text6.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text6.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text6.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text7 // this.Text7 = new Stimulsoft.Report.Components.StiText(); this.Text7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.8, 0.8, 11, 0.6); this.Text7.Guid = "4d57257b5287496ebb497e4a5732dda6"; this.Text7.Name = "Text7"; this.Text7.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text7__GetValue); this.Text7.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text7.Font = new System.Drawing.Font("Arial", 8F); this.Text7.Indicator = null; this.Text7.Interaction = null; this.Text7.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text7.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text7.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text9 // this.Text9 = new Stimulsoft.Report.Components.StiText(); this.Text9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(7.8, 1.4, 2.2, 0.6); this.Text9.Guid = "e2cc87862b284468a6acc5da9c18168f"; this.Text9.Name = "Text9"; this.Text9.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text9__GetValue); this.Text9.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text9.Font = new System.Drawing.Font("Arial", 8F); this.Text9.Indicator = null; this.Text9.Interaction = null; this.Text9.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text9.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text9.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text15 // this.Text15 = new Stimulsoft.Report.Components.StiText(); this.Text15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(10, 1.4, 8.8, 0.6); this.Text15.Guid = "78802c498e1e4b7db166f46292fafec7"; this.Text15.Name = "Text15"; this.Text15.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text15__GetValue); this.Text15.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text15.Font = new System.Drawing.Font("Arial", 8F); this.Text15.Indicator = null; this.Text15.Interaction = null; this.Text15.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text15.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text15.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Panel1 // this.Panel1 = new Stimulsoft.Report.Components.StiPanel(); this.Panel1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.6, 19, 1.4); this.Panel1.Guid = "115481db224f4a3c8798b3912a9d8f18"; this.Panel1.Name = "Panel1"; this.Panel1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Panel1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); // // Text5 // this.Text5 = new Stimulsoft.Report.Components.StiText(); this.Text5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.8, 0.2, 1.2, 0.4); this.Text5.Guid = "b25664fdcbcf4484b9b3bfc9d18839b1"; this.Text5.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text5.Name = "Text5"; this.Text5.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text5__GetValue); this.Text5.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text5.Font = new System.Drawing.Font("Arial", 12F); this.Text5.Indicator = null; this.Text5.Interaction = null; this.Text5.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text5.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text5.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text16 // this.Text16 = new Stimulsoft.Report.Components.StiText(); this.Text16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.2, 0.6, 2.4, 0.6); this.Text16.Guid = "23a7f73ddb734357be82d8e5357354af"; this.Text16.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text16.Name = "Text16"; this.Text16.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text16__GetValue); this.Text16.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text16.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text16.Font = new System.Drawing.Font("Arial", 11F); this.Text16.Indicator = null; this.Text16.Interaction = null; this.Text16.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text16.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text16.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiDateFormatService("d", " "); this.Text16.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text17 // this.Text17 = new Stimulsoft.Report.Components.StiText(); this.Text17.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.67, 0.2, 1.8, 0.4); this.Text17.Guid = "d0e0c60e8d7645738d614299307eea0b"; this.Text17.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text17.Name = "Text17"; this.Text17.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text17__GetValue); this.Text17.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text17.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text17.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text17.Font = new System.Drawing.Font("Arial", 12F); this.Text17.Indicator = null; this.Text17.Interaction = null; this.Text17.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text17.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text17.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text19 // this.Text19 = new Stimulsoft.Report.Components.StiText(); this.Text19.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.18, 0.6, 2.71, 0.6); this.Text19.BeforePrint += new System.EventHandler(this.Text19_Conditions); this.Text19.Guid = "6ec5713e6e9946fa916df01bb16d29c6"; this.Text19.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text19.Name = "Text19"; this.Text19.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text19__GetValue); this.Text19.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text19.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text19.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text19.Font = new System.Drawing.Font("Arial", 11F); this.Text19.Indicator = null; this.Text19.Interaction = null; this.Text19.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text19.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text19.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text21 // this.Text21 = new Stimulsoft.Report.Components.StiText(); this.Text21.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(16.8, 0.6, 1.8, 0.6); this.Text21.Guid = "320300402682411fbf93e4326bfdc79e"; this.Text21.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right; this.Text21.Name = "Text21"; this.Text21.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text21__GetValue); this.Text21.Type = Stimulsoft.Report.Components.StiSystemTextType.SystemVariables; this.Text21.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text21.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text21.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text21.Font = new System.Drawing.Font("Arial", 9F); this.Text21.Indicator = null; this.Text21.Interaction = null; this.Text21.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text21.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text21.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text22 // this.Text22 = new Stimulsoft.Report.Components.StiText(); this.Text22.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12, 0.6, 4.2, 0.6); this.Text22.Guid = "9009bd937216431bbe053d079df3f87b"; this.Text22.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text22.Name = "Text22"; this.Text22.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text22__GetValue); this.Text22.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text22.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text22.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text22.Font = new System.Drawing.Font("Arial", 11F); this.Text22.Indicator = null; this.Text22.Interaction = null; this.Text22.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text22.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text22.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text23 // this.Text23 = new Stimulsoft.Report.Components.StiText(); this.Text23.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.68, 0.6, 3.61, 0.6); this.Text23.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text23.Name = "Text23"; this.Text23.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text23__GetValue); this.Text23.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text23.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text23.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text23.Font = new System.Drawing.Font("Arial", 11F); this.Text23.Guid = null; this.Text23.Indicator = null; this.Text23.Interaction = null; this.Text23.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text23.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text23.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text18 // this.Text18 = new Stimulsoft.Report.Components.StiText(); this.Text18.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.63, 0.2, 2.29, 0.4); this.Text18.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text18.Name = "Text18"; this.Text18.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text18__GetValue); this.Text18.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text18.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text18.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text18.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text18.Font = new System.Drawing.Font("Arial", 12F); this.Text18.Guid = null; this.Text18.Indicator = null; this.Text18.Interaction = null; this.Text18.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text18.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text18.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text24 // this.Text24 = new Stimulsoft.Report.Components.StiText(); this.Text24.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.41, 0.6, 2.69, 0.6); this.Text24.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text24.Name = "Text24"; this.Text24.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text24__GetValue); this.Text24.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text24.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text24.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text24.Font = new System.Drawing.Font("Arial", 11F); this.Text24.Guid = null; this.Text24.Indicator = null; this.Text24.Interaction = null; this.Text24.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text24.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text24.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text25 // this.Text25 = new Stimulsoft.Report.Components.StiText(); this.Text25.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.48, 0.2, 2.08, 0.4); this.Text25.BeforePrint += new System.EventHandler(this.Text25_Conditions); this.Text25.Guid = "5205cf16493646a99fd34aeb31ed1452"; this.Text25.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text25.Name = "Text25"; this.Text25.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text25__GetValue); this.Text25.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text25.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text25.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text25.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text25.Font = new System.Drawing.Font("Arial", 12F); this.Text25.Indicator = null; this.Text25.Interaction = null; this.Text25.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text25.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text25.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text27 // this.Text27 = new Stimulsoft.Report.Components.StiText(); this.Text27.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.48, 0.2, 3.2, 0.4); this.Text27.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text27.Name = "Text27"; this.Text27.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text27__GetValue); this.Text27.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text27.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text27.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text27.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.Text27.Guid = null; this.Text27.Indicator = null; this.Text27.Interaction = null; this.Text27.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text27.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text27.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text20 // this.Text20 = new Stimulsoft.Report.Components.StiText(); this.Text20.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.82, 0.2, 1.33, 0.4); this.Text20.BeforePrint += new System.EventHandler(this.Text20_Conditions); this.Text20.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text20.Name = "Text20"; this.Text20.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text20__GetValue); this.Text20.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text20.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text20.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text20.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text20.Font = new System.Drawing.Font("Arial", 12F); this.Text20.Guid = null; this.Text20.Indicator = null; this.Text20.Interaction = null; this.Text20.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text20.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text20.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text28 // this.Text28 = new Stimulsoft.Report.Components.StiText(); this.Text28.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(9.17, 0.6, 2.72, 0.6); this.Text28.BeforePrint += new System.EventHandler(this.Text28_Conditions); this.Text28.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center; this.Text28.Name = "Text28"; this.Text28.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text28__GetValue); this.Text28.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text28.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text28.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text28.Font = new System.Drawing.Font("Arial", 11F); this.Text28.Guid = null; this.Text28.Indicator = null; this.Text28.Interaction = null; this.Text28.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text28.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text28.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // StartPointPrimitive5 // this.StartPointPrimitive5 = new Stimulsoft.Report.Components.StiStartPointPrimitive(); this.StartPointPrimitive5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.4, 0, 0); this.StartPointPrimitive5.Name = "StartPointPrimitive5"; this.StartPointPrimitive5.ReferenceToGuid = "850f21eea52548c6b97332a2cbfd8e99"; this.StartPointPrimitive5.Guid = null; this.StartPointPrimitive5.Interaction = null; // // StartPointPrimitive7 // this.StartPointPrimitive7 = new Stimulsoft.Report.Components.StiStartPointPrimitive(); this.StartPointPrimitive7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19, 1.4, 0, 0); this.StartPointPrimitive7.Name = "StartPointPrimitive7"; this.StartPointPrimitive7.ReferenceToGuid = "e937ddb780724637abf8bb787f2ec74e"; this.StartPointPrimitive7.Guid = null; this.StartPointPrimitive7.Interaction = null; // // StartPointPrimitive8 // this.StartPointPrimitive8 = new Stimulsoft.Report.Components.StiStartPointPrimitive(); this.StartPointPrimitive8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 1.39, 0, 0); this.StartPointPrimitive8.Name = "StartPointPrimitive8"; this.StartPointPrimitive8.ReferenceToGuid = "05ec3bea8be343c9a6284499d6d95108"; this.StartPointPrimitive8.Guid = null; this.StartPointPrimitive8.Interaction = null; this.Panel1.Interaction = null; // // EndPointPrimitive5 // this.EndPointPrimitive5 = new Stimulsoft.Report.Components.StiEndPointPrimitive(); this.EndPointPrimitive5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.2, 0, 0); this.EndPointPrimitive5.Name = "EndPointPrimitive5"; this.EndPointPrimitive5.ReferenceToGuid = "850f21eea52548c6b97332a2cbfd8e99"; this.EndPointPrimitive5.Guid = null; this.EndPointPrimitive5.Interaction = null; // // EndPointPrimitive6 // this.EndPointPrimitive6 = new Stimulsoft.Report.Components.StiEndPointPrimitive(); this.EndPointPrimitive6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19, 4.2, 0, 0); this.EndPointPrimitive6.Name = "EndPointPrimitive6"; this.EndPointPrimitive6.ReferenceToGuid = "e937ddb780724637abf8bb787f2ec74e"; this.EndPointPrimitive6.Guid = null; this.EndPointPrimitive6.Interaction = null; // // EndPointPrimitive8 // this.EndPointPrimitive8 = new Stimulsoft.Report.Components.StiEndPointPrimitive(); this.EndPointPrimitive8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 4.22, 0, 0); this.EndPointPrimitive8.Name = "EndPointPrimitive8"; this.EndPointPrimitive8.ReferenceToGuid = "05ec3bea8be343c9a6284499d6d95108"; this.EndPointPrimitive8.Guid = null; this.EndPointPrimitive8.Interaction = null; this.HeaderBand1.Guid = null; this.HeaderBand1.Interaction = null; // // DataBand1 // this.DataBand1 = new Stimulsoft.Report.Components.StiDataBand(); this.DataBand1.BusinessObjectGuid = "4ead54e4a8f54a0296fd566cd9762b1d"; this.DataBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 5.4, 19, 0.48); this.DataBand1.Name = "DataBand1"; this.DataBand1.SkipFirst = false; this.DataBand1.Sort = new System.String[0]; this.DataBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left) | Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.DataBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); // // Text38 // this.Text38 = new Stimulsoft.Report.Components.StiText(); this.Text38.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.4, 0, 12, 0.4); this.Text38.Guid = "696615ac93a543c6857c8e0448225936"; this.Text38.Name = "Text38"; this.Text38.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text38__GetValue); this.Text38.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text38.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text38.Font = new System.Drawing.Font("Trebuchet MS", 9F); this.Text38.Indicator = null; this.Text38.Interaction = null; this.Text38.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 1, 0); this.Text38.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text38.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text39 // this.Text39 = new Stimulsoft.Report.Components.StiText(); this.Text39.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.2, 0, 5.6, 0.4); this.Text39.Guid = "065893db58804aa38e894c9184e6881e"; this.Text39.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right; this.Text39.Name = "Text39"; this.Text39.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text39__GetValue); this.Text39.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text39.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text39.Font = new System.Drawing.Font("Trebuchet MS", 9F); this.Text39.Indicator = null; this.Text39.Interaction = null; this.Text39.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text39.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text39.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, ",", 3, true, false, " "); this.Text39.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // StartPointPrimitive1 // this.StartPointPrimitive1 = new Stimulsoft.Report.Components.StiStartPointPrimitive(); this.StartPointPrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 0, 0, 0); this.StartPointPrimitive1.Name = "StartPointPrimitive1"; this.StartPointPrimitive1.ReferenceToGuid = "655a5ee2dcde4c9082f78c5414307f00"; this.StartPointPrimitive1.Guid = null; this.StartPointPrimitive1.Interaction = null; // // EndPointPrimitive1 // this.EndPointPrimitive1 = new Stimulsoft.Report.Components.StiEndPointPrimitive(); this.EndPointPrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 0.48, 0, 0); this.EndPointPrimitive1.Name = "EndPointPrimitive1"; this.EndPointPrimitive1.ReferenceToGuid = "655a5ee2dcde4c9082f78c5414307f00"; this.EndPointPrimitive1.Guid = null; this.EndPointPrimitive1.Interaction = null; this.DataBand1.DataSourceName = null; this.DataBand1.Guid = null; this.DataBand1.Interaction = null; this.DataBand1.MasterComponent = null; // // EmptyBand1 // this.EmptyBand1 = new Stimulsoft.Report.Components.StiEmptyBand(); this.EmptyBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 6.68, 19, 0.8); this.EmptyBand1.Name = "EmptyBand1"; this.EmptyBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Left) | Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.EmptyBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); // // StartPointPrimitive3 // this.StartPointPrimitive3 = new Stimulsoft.Report.Components.StiStartPointPrimitive(); this.StartPointPrimitive3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 0, 0, 0); this.StartPointPrimitive3.Name = "StartPointPrimitive3"; this.StartPointPrimitive3.ReferenceToGuid = "3c3def7e9fc84665ae619f1aabd6fd6f"; this.StartPointPrimitive3.Guid = null; this.StartPointPrimitive3.Interaction = null; // // EndPointPrimitive3 // this.EndPointPrimitive3 = new Stimulsoft.Report.Components.StiEndPointPrimitive(); this.EndPointPrimitive3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 0.8, 0, 0); this.EndPointPrimitive3.Name = "EndPointPrimitive3"; this.EndPointPrimitive3.ReferenceToGuid = "3c3def7e9fc84665ae619f1aabd6fd6f"; this.EndPointPrimitive3.Guid = null; this.EndPointPrimitive3.Interaction = null; this.EmptyBand1.Guid = null; this.EmptyBand1.Interaction = null; // // FooterBand2 // this.FooterBand2 = new Stimulsoft.Report.Components.StiFooterBand(); this.FooterBand2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 8.28, 19, 1); this.FooterBand2.Guid = "595f2b0597c948a09856d0b22e9ed29a"; this.FooterBand2.Name = "FooterBand2"; this.FooterBand2.PrintAtBottom = true; this.FooterBand2.PrintIfEmpty = true; this.FooterBand2.PrintOnAllPages = true; this.FooterBand2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.FooterBand2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent); // // Text34 // this.Text34 = new Stimulsoft.Report.Components.StiText(); this.Text34.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 0.2, 6.2, 0.8); this.Text34.Guid = "6bd1872993504696a747b5c9d413316c"; this.Text34.Name = "Text34"; this.Text34.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.Text34.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text34.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text34.Font = new System.Drawing.Font("Arial", 12F); this.Text34.Indicator = null; this.Text34.Interaction = null; this.Text34.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text34.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text34.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text35 // this.Text35 = new Stimulsoft.Report.Components.StiText(); this.Text35.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(11.6, 0.4, 1, 0.4); this.Text35.Guid = "06f8807554c841a292ad7a0624de2459"; this.Text35.Name = "Text35"; this.Text35.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.Text35.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text35__GetValue); this.Text35.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text35.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text35.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text35.Font = new System.Drawing.Font("Arial", 12F); this.Text35.Indicator = null; this.Text35.Interaction = null; this.Text35.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text35.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text35.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text36 // this.Text36 = new Stimulsoft.Report.Components.StiText(); this.Text36.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.4, 1.2, 0.4); this.Text36.Guid = "cd3041ad708949fe9bb476d8ff7971fd"; this.Text36.Name = "Text36"; this.Text36.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; this.Text36.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text36__GetValue); this.Text36.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text36.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text36.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text36.Font = new System.Drawing.Font("Arial", 12F); this.Text36.Indicator = null; this.Text36.Interaction = null; this.Text36.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text36.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text36.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // Text37 // this.Text37 = new Stimulsoft.Report.Components.StiText(); this.Text37.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(13.2, 0.4, 5.6, 0.4); this.Text37.Guid = "82e303b6c0b048df995929dcc4cfab48"; this.Text37.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right; this.Text37.Name = "Text37"; this.Text37.PrintOn = Stimulsoft.Report.Components.StiPrintOnType.OnlyLastPage; // // Text37_Sum // this.Text37.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text37__GetValue); this.Text37.Type = Stimulsoft.Report.Components.StiSystemTextType.Expression; this.Text37.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center; this.Text37.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Dot, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black), false); this.Text37.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 255, 255, 255)); this.Text37.Font = new System.Drawing.Font("Arial", 10F); this.Text37.Indicator = null; this.Text37.Interaction = null; this.Text37.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0); this.Text37.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black); this.Text37.TextFormat = new Stimulsoft.Report.Components.TextFormats.StiNumberFormatService(1, ".", 2, ",", 3, true, false, " "); this.Text37.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None); // // StartPointPrimitive6 // this.StartPointPrimitive6 = new Stimulsoft.Report.Components.StiStartPointPrimitive(); this.StartPointPrimitive6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 0, 0, 0); this.StartPointPrimitive6.Name = "StartPointPrimitive6"; this.StartPointPrimitive6.ReferenceToGuid = "ca0e19b2a23b4e71be520214c90acc1e"; this.StartPointPrimitive6.Guid = null; this.StartPointPrimitive6.Interaction = null; // // EndPointPrimitive7 // this.EndPointPrimitive7 = new Stimulsoft.Report.Components.StiEndPointPrimitive(); this.EndPointPrimitive7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 0.2, 0, 0); this.EndPointPrimitive7.Name = "EndPointPrimitive7"; this.EndPointPrimitive7.ReferenceToGuid = "ca0e19b2a23b4e71be520214c90acc1e"; this.EndPointPrimitive7.Guid = null; this.EndPointPrimitive7.Interaction = null; // // HorizontalLinePrimitive3 // this.HorizontalLinePrimitive3 = new Stimulsoft.Report.Components.StiHorizontalLinePrimitive(); this.HorizontalLinePrimitive3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 19, 0.0254); this.HorizontalLinePrimitive3.Color = System.Drawing.Color.Black; this.HorizontalLinePrimitive3.Name = "HorizontalLinePrimitive3"; this.HorizontalLinePrimitive3.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.HorizontalLinePrimitive3.Guid = null; this.HorizontalLinePrimitive3.Interaction = null; this.HorizontalLinePrimitive3.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); // // StartPointPrimitive2 // this.StartPointPrimitive2 = new Stimulsoft.Report.Components.StiStartPointPrimitive(); this.StartPointPrimitive2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0, 0); this.StartPointPrimitive2.Name = "StartPointPrimitive2"; this.StartPointPrimitive2.ReferenceToGuid = "720a9dde12ef4269b91a1fd129dd0d65"; this.StartPointPrimitive2.Guid = null; this.StartPointPrimitive2.Interaction = null; // // EndPointPrimitive2 // this.EndPointPrimitive2 = new Stimulsoft.Report.Components.StiEndPointPrimitive(); this.EndPointPrimitive2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 0, 0); this.EndPointPrimitive2.Name = "EndPointPrimitive2"; this.EndPointPrimitive2.ReferenceToGuid = "720a9dde12ef4269b91a1fd129dd0d65"; this.EndPointPrimitive2.Guid = null; this.EndPointPrimitive2.Interaction = null; // // StartPointPrimitive4 // this.StartPointPrimitive4 = new Stimulsoft.Report.Components.StiStartPointPrimitive(); this.StartPointPrimitive4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19, 0, 0, 0); this.StartPointPrimitive4.Name = "StartPointPrimitive4"; this.StartPointPrimitive4.ReferenceToGuid = "5e90ba060dad4c89b8c5cd8fc70d341e"; this.StartPointPrimitive4.Guid = null; this.StartPointPrimitive4.Interaction = null; // // EndPointPrimitive4 // this.EndPointPrimitive4 = new Stimulsoft.Report.Components.StiEndPointPrimitive(); this.EndPointPrimitive4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19, 0.2, 0, 0); this.EndPointPrimitive4.Name = "EndPointPrimitive4"; this.EndPointPrimitive4.ReferenceToGuid = "5e90ba060dad4c89b8c5cd8fc70d341e"; this.EndPointPrimitive4.Guid = null; this.EndPointPrimitive4.Interaction = null; this.FooterBand2.Interaction = null; // // VerticalLinePrimitive1 // this.VerticalLinePrimitive1 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive(); this.VerticalLinePrimitive1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 5.4, 0.0254, 0.48); this.VerticalLinePrimitive1.Color = System.Drawing.Color.Black; this.VerticalLinePrimitive1.Guid = "655a5ee2dcde4c9082f78c5414307f00"; this.VerticalLinePrimitive1.Name = "VerticalLinePrimitive1"; this.VerticalLinePrimitive1.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.VerticalLinePrimitive1.Interaction = null; this.VerticalLinePrimitive1.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); // // VerticalLinePrimitive3 // this.VerticalLinePrimitive3 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive(); this.VerticalLinePrimitive3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 6.68, 0.0254, 0.8); this.VerticalLinePrimitive3.Color = System.Drawing.Color.Black; this.VerticalLinePrimitive3.Guid = "3c3def7e9fc84665ae619f1aabd6fd6f"; this.VerticalLinePrimitive3.Name = "VerticalLinePrimitive3"; this.VerticalLinePrimitive3.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.VerticalLinePrimitive3.Interaction = null; this.VerticalLinePrimitive3.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); // // VerticalLinePrimitive7 // this.VerticalLinePrimitive7 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive(); this.VerticalLinePrimitive7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 8.28, 0.0254, 0.2); this.VerticalLinePrimitive7.Color = System.Drawing.Color.Black; this.VerticalLinePrimitive7.Guid = "ca0e19b2a23b4e71be520214c90acc1e"; this.VerticalLinePrimitive7.Name = "VerticalLinePrimitive7"; this.VerticalLinePrimitive7.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.VerticalLinePrimitive7.Interaction = null; this.VerticalLinePrimitive7.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); // // VerticalLinePrimitive2 // this.VerticalLinePrimitive2 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive(); this.VerticalLinePrimitive2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 8.28, 0.0254, 0.2); this.VerticalLinePrimitive2.Color = System.Drawing.Color.Black; this.VerticalLinePrimitive2.Guid = "720a9dde12ef4269b91a1fd129dd0d65"; this.VerticalLinePrimitive2.Name = "VerticalLinePrimitive2"; this.VerticalLinePrimitive2.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.VerticalLinePrimitive2.Interaction = null; this.VerticalLinePrimitive2.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); // // VerticalLinePrimitive4 // this.VerticalLinePrimitive4 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive(); this.VerticalLinePrimitive4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19, 8.28, 0.0254, 0.2); this.VerticalLinePrimitive4.Color = System.Drawing.Color.Black; this.VerticalLinePrimitive4.Guid = "5e90ba060dad4c89b8c5cd8fc70d341e"; this.VerticalLinePrimitive4.Name = "VerticalLinePrimitive4"; this.VerticalLinePrimitive4.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.VerticalLinePrimitive4.Interaction = null; this.VerticalLinePrimitive4.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); // // VerticalLinePrimitive5 // this.VerticalLinePrimitive5 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive(); this.VerticalLinePrimitive5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.4, 0.0254, 0.2); this.VerticalLinePrimitive5.Color = System.Drawing.Color.Black; this.VerticalLinePrimitive5.Guid = "850f21eea52548c6b97332a2cbfd8e99"; this.VerticalLinePrimitive5.Name = "VerticalLinePrimitive5"; this.InitializeComponent2(); } public void InitializeComponent2() { this.VerticalLinePrimitive5.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.VerticalLinePrimitive5.Interaction = null; this.VerticalLinePrimitive5.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); // // VerticalLinePrimitive6 // this.VerticalLinePrimitive6 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive(); this.VerticalLinePrimitive6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(19, 4.4, 0.0254, 0.2); this.VerticalLinePrimitive6.Color = System.Drawing.Color.Black; this.VerticalLinePrimitive6.Guid = "e937ddb780724637abf8bb787f2ec74e"; this.VerticalLinePrimitive6.Name = "VerticalLinePrimitive6"; this.VerticalLinePrimitive6.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.VerticalLinePrimitive6.Interaction = null; this.VerticalLinePrimitive6.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); // // VerticalLinePrimitive8 // this.VerticalLinePrimitive8 = new Stimulsoft.Report.Components.StiVerticalLinePrimitive(); this.VerticalLinePrimitive8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(12.8, 4.39, 0.0254, 0.23); this.VerticalLinePrimitive8.Color = System.Drawing.Color.Black; this.VerticalLinePrimitive8.Guid = "05ec3bea8be343c9a6284499d6d95108"; this.VerticalLinePrimitive8.Name = "VerticalLinePrimitive8"; this.VerticalLinePrimitive8.EndCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.VerticalLinePrimitive8.Interaction = null; this.VerticalLinePrimitive8.StartCap = new Stimulsoft.Base.Drawing.StiCap(10, Stimulsoft.Base.Drawing.StiCapStyle.None, 10, true, System.Drawing.Color.Black); this.Page1.ExcelSheetValue = null; this.Page1.Interaction = null; this.Page1.Margins = new Stimulsoft.Report.Components.StiMargins(1, 1, 1, 1); this.Page1_Watermark = new Stimulsoft.Report.Components.StiWatermark(); this.Page1_Watermark.AspectRatio = true; this.Page1_Watermark.Text = "Este documento não é válido para fins contabilísticos e fiscais."; this.Page1_Watermark.Font = new System.Drawing.Font("Arial", 24F); this.Page1_Watermark.Image = null; this.Page1_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0)); this.Report_PrinterSettings = new Stimulsoft.Report.Print.StiPrinterSettings(); this.PrinterSettings = this.Report_PrinterSettings; this.Page1.Report = this; this.Page1.Watermark = this.Page1_Watermark; this.PageFooterBand1.Page = this.Page1; this.PageFooterBand1.Parent = this.Page1; this.Text14.Page = this.Page1; this.Text14.Parent = this.PageFooterBand1; this.FR_Panel.Page = this.Page1; this.FR_Panel.Parent = this.PageFooterBand1; this.Text26.Page = this.Page1; this.Text26.Parent = this.FR_Panel; this.HorizontalLinePrimitive4.Page = this.Page1; this.HorizontalLinePrimitive4.Parent = this.FR_Panel; this.Not_FR_Panel.Page = this.Page1; this.Not_FR_Panel.Parent = this.PageFooterBand1; this.Text13.Page = this.Page1; this.Text13.Parent = this.Not_FR_Panel; this.Text4.Page = this.Page1; this.Text4.Parent = this.Not_FR_Panel; this.Text8.Page = this.Page1; this.Text8.Parent = this.Not_FR_Panel; this.Text10.Page = this.Page1; this.Text10.Parent = this.Not_FR_Panel; this.Text11.Page = this.Page1; this.Text11.Parent = this.Not_FR_Panel; this.Text12.Page = this.Page1; this.Text12.Parent = this.Not_FR_Panel; this.HorizontalLinePrimitive2.Page = this.Page1; this.HorizontalLinePrimitive2.Parent = this.Not_FR_Panel; this.HorizontalLinePrimitive1.Page = this.Page1; this.HorizontalLinePrimitive1.Parent = this.PageFooterBand1; this.Text2.Page = this.Page1; this.Text2.Parent = this.Page1; this.HeaderBand1.Page = this.Page1; this.HeaderBand1.Parent = this.Page1; this.Text1.Page = this.Page1; this.Text1.Parent = this.HeaderBand1; this.Text3.Page = this.Page1; this.Text3.Parent = this.HeaderBand1; this.Text6.Page = this.Page1; this.Text6.Parent = this.HeaderBand1; this.Text7.Page = this.Page1; this.Text7.Parent = this.HeaderBand1; this.Text9.Page = this.Page1; this.Text9.Parent = this.HeaderBand1; this.Text15.Page = this.Page1; this.Text15.Parent = this.HeaderBand1; this.Panel1.Page = this.Page1; this.Panel1.Parent = this.HeaderBand1; this.Text5.Page = this.Page1; this.Text5.Parent = this.Panel1; this.Text16.Page = this.Page1; this.Text16.Parent = this.Panel1; this.Text17.Page = this.Page1; this.Text17.Parent = this.Panel1; this.Text19.Page = this.Page1; this.Text19.Parent = this.Panel1; this.Text21.Page = this.Page1; this.Text21.Parent = this.Panel1; this.Text22.Page = this.Page1; this.Text22.Parent = this.Panel1; this.Text23.Page = this.Page1; this.Text23.Parent = this.Panel1; this.Text18.Page = this.Page1; this.Text18.Parent = this.Panel1; this.Text24.Page = this.Page1; this.Text24.Parent = this.Panel1; this.Text25.Page = this.Page1; this.Text25.Parent = this.Panel1; this.Text27.Page = this.Page1; this.Text27.Parent = this.Panel1; this.Text20.Page = this.Page1; this.Text20.Parent = this.Panel1; this.Text28.Page = this.Page1; this.Text28.Parent = this.Panel1; this.StartPointPrimitive5.Page = this.Page1; this.StartPointPrimitive5.Parent = this.Panel1; this.StartPointPrimitive7.Page = this.Page1; this.StartPointPrimitive7.Parent = this.Panel1; this.StartPointPrimitive8.Page = this.Page1; this.StartPointPrimitive8.Parent = this.Panel1; this.EndPointPrimitive5.Page = this.Page1; this.EndPointPrimitive5.Parent = this.HeaderBand1; this.EndPointPrimitive6.Page = this.Page1; this.EndPointPrimitive6.Parent = this.HeaderBand1; this.EndPointPrimitive8.Page = this.Page1; this.EndPointPrimitive8.Parent = this.HeaderBand1; this.DataBand1.Page = this.Page1; this.DataBand1.Parent = this.Page1; this.Text38.Page = this.Page1; this.Text38.Parent = this.DataBand1; this.Text39.Page = this.Page1; this.Text39.Parent = this.DataBand1; this.StartPointPrimitive1.Page = this.Page1; this.StartPointPrimitive1.Parent = this.DataBand1; this.EndPointPrimitive1.Page = this.Page1; this.EndPointPrimitive1.Parent = this.DataBand1; this.EmptyBand1.Page = this.Page1; this.EmptyBand1.Parent = this.Page1; this.StartPointPrimitive3.Page = this.Page1; this.StartPointPrimitive3.Parent = this.EmptyBand1; this.EndPointPrimitive3.Page = this.Page1; this.EndPointPrimitive3.Parent = this.EmptyBand1; this.FooterBand2.Page = this.Page1; this.FooterBand2.Parent = this.Page1; this.Text34.Page = this.Page1; this.Text34.Parent = this.FooterBand2; this.Text35.Page = this.Page1; this.Text35.Parent = this.FooterBand2; this.Text36.Page = this.Page1; this.Text36.Parent = this.FooterBand2; this.Text37.Page = this.Page1; this.Text37.Parent = this.FooterBand2; this.StartPointPrimitive6.Page = this.Page1; this.StartPointPrimitive6.Parent = this.FooterBand2; this.EndPointPrimitive7.Page = this.Page1; this.EndPointPrimitive7.Parent = this.FooterBand2; this.HorizontalLinePrimitive3.Page = this.Page1; this.HorizontalLinePrimitive3.Parent = this.FooterBand2; this.StartPointPrimitive2.Page = this.Page1; this.StartPointPrimitive2.Parent = this.FooterBand2; this.EndPointPrimitive2.Page = this.Page1; this.EndPointPrimitive2.Parent = this.FooterBand2; this.StartPointPrimitive4.Page = this.Page1; this.StartPointPrimitive4.Parent = this.FooterBand2; this.EndPointPrimitive4.Page = this.Page1; this.EndPointPrimitive4.Parent = this.FooterBand2; this.VerticalLinePrimitive1.Page = this.Page1; this.VerticalLinePrimitive1.Parent = this.Page1; this.VerticalLinePrimitive3.Page = this.Page1; this.VerticalLinePrimitive3.Parent = this.Page1; this.VerticalLinePrimitive7.Page = this.Page1; this.VerticalLinePrimitive7.Parent = this.Page1; this.VerticalLinePrimitive2.Page = this.Page1; this.VerticalLinePrimitive2.Parent = this.Page1; this.VerticalLinePrimitive4.Page = this.Page1; this.VerticalLinePrimitive4.Parent = this.Page1; this.VerticalLinePrimitive5.Page = this.Page1; this.VerticalLinePrimitive5.Parent = this.Page1; this.VerticalLinePrimitive6.Page = this.Page1; this.VerticalLinePrimitive6.Parent = this.Page1; this.VerticalLinePrimitive8.Page = this.Page1; this.VerticalLinePrimitive8.Parent = this.Page1; this.DataBand1.BeginRender += new System.EventHandler(this.DataBand1__BeginRender); this.DataBand1.EndRender += new System.EventHandler(this.DataBand1__EndRender); this.DataBand1.Rendering += new System.EventHandler(this.DataBand1__Rendering); this.EndRender += new System.EventHandler(this.ReportWordsToEnd__EndRender); this.AggregateFunctions = new object[] { this.Text37_Sum}; // // Add to FR_Panel.Components // this.FR_Panel.Components.Clear(); this.FR_Panel.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] { this.Text26, this.HorizontalLinePrimitive4}); // // Add to Not_FR_Panel.Components // this.Not_FR_Panel.Components.Clear(); this.Not_FR_Panel.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] { this.Text13, this.Text4, this.Text8, this.Text10, this.Text11, this.Text12, this.HorizontalLinePrimitive2}); // // Add to PageFooterBand1.Components // this.PageFooterBand1.Components.Clear(); this.PageFooterBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] { this.Text14, this.FR_Panel, this.Not_FR_Panel, this.HorizontalLinePrimitive1}); // // Add to Panel1.Components // this.Panel1.Components.Clear(); this.Panel1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] { this.Text5, this.Text16, this.Text17, this.Text19, this.Text21, this.Text22, this.Text23, this.Text18, this.Text24, this.Text25, this.Text27, this.Text20, this.Text28, this.StartPointPrimitive5, this.StartPointPrimitive7, this.StartPointPrimitive8}); // // Add to HeaderBand1.Components // this.HeaderBand1.Components.Clear(); this.HeaderBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] { this.Text1, this.Text3, this.Text6, this.Text7, this.Text9, this.Text15, this.Panel1, this.EndPointPrimitive5, this.EndPointPrimitive6, this.EndPointPrimitive8}); // // Add to DataBand1.Components // this.DataBand1.Components.Clear(); this.DataBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] { this.Text38, this.Text39, this.StartPointPrimitive1, this.EndPointPrimitive1}); // // Add to EmptyBand1.Components // this.EmptyBand1.Components.Clear(); this.EmptyBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] { this.StartPointPrimitive3, this.EndPointPrimitive3}); // // Add to FooterBand2.Components // this.FooterBand2.Components.Clear(); this.FooterBand2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] { this.Text34, this.Text35, this.Text36, this.Text37, this.StartPointPrimitive6, this.EndPointPrimitive7, this.HorizontalLinePrimitive3, this.StartPointPrimitive2, this.EndPointPrimitive2, this.StartPointPrimitive4, this.EndPointPrimitive4}); // // Add to Page1.Components // this.Page1.Components.Clear(); this.Page1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] { this.PageFooterBand1, this.Text2, this.HeaderBand1, this.DataBand1, this.EmptyBand1, this.FooterBand2, this.VerticalLinePrimitive1, this.VerticalLinePrimitive3, this.VerticalLinePrimitive7, this.VerticalLinePrimitive2, this.VerticalLinePrimitive4, this.VerticalLinePrimitive5, this.VerticalLinePrimitive6, this.VerticalLinePrimitive8}); // // Add to Pages // this.Pages.Clear(); this.Pages.AddRange(new Stimulsoft.Report.Components.StiPage[] { this.Page1}); this.DocumentLine.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] { new Stimulsoft.Report.Dictionary.StiDataColumn("DocumentLineId", "DocumentLineId", "DocumentLineId", typeof(int)), new Stimulsoft.Report.Dictionary.StiDataColumn("DocumentId", "DocumentId", "DocumentId", typeof(long)), new Stimulsoft.Report.Dictionary.StiDataColumn("VatId", "VatId", "VatId", typeof(int?)), new Stimulsoft.Report.Dictionary.StiDataColumn("LineNumber", "LineNumber", "LineNumber", typeof(int)), new Stimulsoft.Report.Dictionary.StiDataColumn("Line", "Line", "Line", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("Value", "Value", "Value", typeof(decimal?)), new Stimulsoft.Report.Dictionary.StiDataColumn("CurrencyValue", "CurrencyValue", "CurrencyValue", typeof(decimal?)), new Stimulsoft.Report.Dictionary.StiDataColumn("CurrencyId", "CurrencyId", "CurrencyId", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("VAIId", "VAIId", "VAIId", typeof(int?)), new Stimulsoft.Report.Dictionary.StiDataColumn("IsMain", "IsMain", "IsMain", typeof(bool)), new Stimulsoft.Report.Dictionary.StiDataColumn("Status", "Status", "Status", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("CreateDate", "CreateDate", "CreateDate", typeof(DateTime)), new Stimulsoft.Report.Dictionary.StiDataColumn("CreateUserId", "CreateUserId", "CreateUserId", typeof(int)), new Stimulsoft.Report.Dictionary.StiDataColumn("LastModifiedDate", "LastModifiedDate", "LastModifiedDate", typeof(DateTime)), new Stimulsoft.Report.Dictionary.StiDataColumn("LastModifiedUserId", "LastModifiedUserId", "LastModifiedUserId", typeof(int)), new Stimulsoft.Report.Dictionary.StiDataColumn("ClientCreateDate", "ClientCreateDate", "ClientCreateDate", typeof(DateTime)), new Stimulsoft.Report.Dictionary.StiDataColumn("ClientLastModifiedDate", "ClientLastModifiedDate", "ClientLastModifiedDate", typeof(DateTime)), new Stimulsoft.Report.Dictionary.StiDataColumn("Version", "Version", "Version", typeof(byte[]))}); this.Dictionary.BusinessObjects.Add(this.DocumentLine); this.IsPreview.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] { new Stimulsoft.Report.Dictionary.StiDataColumn("Data", "Data", "Data", typeof(bool))}); this.Dictionary.BusinessObjects.Add(this.IsPreview); this.Document.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] { new Stimulsoft.Report.Dictionary.StiDataColumn("DocumentId", "DocumentId", "DocumentId", typeof(long)), new Stimulsoft.Report.Dictionary.StiDataColumn("DocumentTemplateId", "DocumentTemplateId", "DocumentTemplateId", typeof(int?)), new Stimulsoft.Report.Dictionary.StiDataColumn("FileId", "FileId", "FileId", typeof(long)), new Stimulsoft.Report.Dictionary.StiDataColumn("PrePaymentId", "PrePaymentId", "PrePaymentId", typeof(long?)), new Stimulsoft.Report.Dictionary.StiDataColumn("PrecedentDocumentId", "PrecedentDocumentId", "PrecedentDocumentId", typeof(long?)), new Stimulsoft.Report.Dictionary.StiDataColumn("DocumentTypeId", "DocumentTypeId", "DocumentTypeId", typeof(int)), new Stimulsoft.Report.Dictionary.StiDataColumn("PassengerId", "PassengerId", "PassengerId", typeof(long?)), new Stimulsoft.Report.Dictionary.StiDataColumn("EntityId", "EntityId", "EntityId", typeof(int?)), new Stimulsoft.Report.Dictionary.StiDataColumn("Number", "Number", "Number", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("GlobalNumber", "GlobalNumber", "GlobalNumber", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("RequisitionNumber", "RequisitionNumber", "RequisitionNumber", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("Title", "Title", "Title", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("Name", "Name", "Name", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("Address", "Address", "Address", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("Locality", "Locality", "Locality", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("PostalCode", "PostalCode", "PostalCode", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("PostalLocality", "PostalLocality", "PostalLocality", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("CityId", "CityId", "CityId", typeof(int?)), new Stimulsoft.Report.Dictionary.StiDataColumn("CountryId", "CountryId", "CountryId", typeof(int?)), new Stimulsoft.Report.Dictionary.StiDataColumn("CurrencyValue", "CurrencyValue", "CurrencyValue", typeof(decimal)), new Stimulsoft.Report.Dictionary.StiDataColumn("CurrencyId", "CurrencyId", "CurrencyId", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("Value", "Value", "Value", typeof(decimal)), new Stimulsoft.Report.Dictionary.StiDataColumn("IsParcialPayment", "IsParcialPayment", "IsParcialPayment", typeof(bool)), new Stimulsoft.Report.Dictionary.StiDataColumn("IsPayed", "IsPayed", "IsPayed", typeof(bool)), new Stimulsoft.Report.Dictionary.StiDataColumn("IsPrinted", "IsPrinted", "IsPrinted", typeof(bool)), new Stimulsoft.Report.Dictionary.StiDataColumn("Status", "Status", "Status", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("CreateDate", "CreateDate", "CreateDate", typeof(DateTime)), new Stimulsoft.Report.Dictionary.StiDataColumn("CreateUserId", "CreateUserId", "CreateUserId", typeof(int)), new Stimulsoft.Report.Dictionary.StiDataColumn("LastModifiedDate", "LastModifiedDate", "LastModifiedDate", typeof(DateTime)), new Stimulsoft.Report.Dictionary.StiDataColumn("LastModifiedUserId", "LastModifiedUserId", "LastModifiedUserId", typeof(int)), new Stimulsoft.Report.Dictionary.StiDataColumn("ClientCreateDate", "ClientCreateDate", "ClientCreateDate", typeof(DateTime)), new Stimulsoft.Report.Dictionary.StiDataColumn("ClientLastModifiedDate", "ClientLastModifiedDate", "ClientLastModifiedDate", typeof(DateTime)), new Stimulsoft.Report.Dictionary.StiDataColumn("Version", "Version", "Version", typeof(byte[])), new Stimulsoft.Report.Dictionary.StiDataColumn("Date", "Date", "Date", typeof(DateTime)), new Stimulsoft.Report.Dictionary.StiDataColumn("AppliedExchangeRate", "AppliedExchangeRate", "AppliedExchangeRate", typeof(decimal)), new Stimulsoft.Report.Dictionary.StiDataColumn("WasReplaced", "WasReplaced", "WasReplaced", typeof(int)), new Stimulsoft.Report.Dictionary.StiDataColumn("CommissionValue", "CommissionValue", "CommissionValue", typeof(decimal)), new Stimulsoft.Report.Dictionary.StiDataColumn("DocumentMainTemplateId", "DocumentMainTemplateId", "DocumentMainTemplateId", typeof(int?)), new Stimulsoft.Report.Dictionary.StiDataColumn("NumberOfPrints", "NumberOfPrints", "NumberOfPrints", typeof(int)), new Stimulsoft.Report.Dictionary.StiDataColumn("Motive", "Motive", "Motive", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("SectionId", "SectionId", "SectionId", typeof(int)), new Stimulsoft.Report.Dictionary.StiDataColumn("DocumentTypeCode", "DocumentTypeCode", "DocumentTypeCode", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("DocumentTypeName", "DocumentTypeName", "DocumentTypeName", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("StateCodeName", "StateCodeName", "StateCodeName", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("NIF", "NIF", "NIF", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("FileNumber", "FileNumber", "FileNumber", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("ATCCardNumber", "ATCCardNumber", "ATCCardNumber", typeof(string)), new Stimulsoft.Report.Dictionary.StiDataColumn("TravellerId", "TravellerId", "TravellerId", typeof(long?)), new Stimulsoft.Report.Dictionary.StiDataColumn("TempCityId", "TempCityId", "TempCityId", typeof(int?))}); this.Dictionary.BusinessObjects.Add(this.Document); } #region BusinessObject DocumentLine public class DocumentLineBusinessObject : Stimulsoft.Report.Dictionary.StiBusinessObject { public DocumentLineBusinessObject() : base("DocumentLine", "DocumentLine", "DocumentLine", "4ead54e4a8f54a0296fd566cd9762b1d") { } public virtual int DocumentLineId { get { return ((int)(StiReport.ChangeType(this["DocumentLineId"], typeof(int), true))); } } public virtual long DocumentId { get { return ((long)(StiReport.ChangeType(this["DocumentId"], typeof(long), true))); } } public virtual int? VatId { get { return ((int?)(StiReport.ChangeType(this["VatId"], typeof(int?), true))); } } public virtual int LineNumber { get { return ((int)(StiReport.ChangeType(this["LineNumber"], typeof(int), true))); } } public virtual string Line { get { return ((string)(StiReport.ChangeType(this["Line"], typeof(string), true))); } } public virtual decimal? Value { get { return ((decimal?)(StiReport.ChangeType(this["Value"], typeof(decimal?), true))); } } public virtual decimal? CurrencyValue { get { return ((decimal?)(StiReport.ChangeType(this["CurrencyValue"], typeof(decimal?), true))); } } public virtual string CurrencyId { get { return ((string)(StiReport.ChangeType(this["CurrencyId"], typeof(string), true))); } } public virtual int? VAIId { get { return ((int?)(StiReport.ChangeType(this["VAIId"], typeof(int?), true))); } } public virtual bool IsMain { get { return ((bool)(StiReport.ChangeType(this["IsMain"], typeof(bool), true))); } } public virtual string Status { get { return ((string)(StiReport.ChangeType(this["Status"], typeof(string), true))); } } public virtual DateTime CreateDate { get { return ((DateTime)(StiReport.ChangeType(this["CreateDate"], typeof(DateTime), true))); } } public virtual int CreateUserId { get { return ((int)(StiReport.ChangeType(this["CreateUserId"], typeof(int), true))); } } public virtual DateTime LastModifiedDate { get { return ((DateTime)(StiReport.ChangeType(this["LastModifiedDate"], typeof(DateTime), true))); } } public virtual int LastModifiedUserId { get { return ((int)(StiReport.ChangeType(this["LastModifiedUserId"], typeof(int), true))); } } public virtual DateTime ClientCreateDate { get { return ((DateTime)(StiReport.ChangeType(this["ClientCreateDate"], typeof(DateTime), true))); } } public virtual DateTime ClientLastModifiedDate { get { return ((DateTime)(StiReport.ChangeType(this["ClientLastModifiedDate"], typeof(DateTime), true))); } } public virtual byte[] Version { get { return ((byte[])(StiReport.ChangeType(this["Version"], typeof(byte[]), true))); } } } #endregion BusinessObject DocumentLine #region BusinessObject IsPreview public class IsPreviewBusinessObject : Stimulsoft.Report.Dictionary.StiBusinessObject { public IsPreviewBusinessObject() : base("IsPreview", "IsPreview", "IsPreview", "1deb2c3ff5d94e1baf2bef3e67e9f361") { } public virtual bool Data { get { return ((bool)(StiReport.ChangeType(this["Data"], typeof(bool), true))); } } } #endregion BusinessObject IsPreview #region BusinessObject Document public class DocumentBusinessObject : Stimulsoft.Report.Dictionary.StiBusinessObject { public DocumentBusinessObject() : base("Document", "Document", "Document", "99600c2aaedc4dd5a59c3aa5a383d62a") { } public virtual long DocumentId { get { return ((long)(StiReport.ChangeType(this["DocumentId"], typeof(long), true))); } } public virtual int? DocumentTemplateId { get { return ((int?)(StiReport.ChangeType(this["DocumentTemplateId"], typeof(int?), true))); } } public virtual long FileId { get { return ((long)(StiReport.ChangeType(this["FileId"], typeof(long), true))); } } public virtual long? PrePaymentId { get { return ((long?)(StiReport.ChangeType(this["PrePaymentId"], typeof(long?), true))); } } public virtual long? PrecedentDocumentId { get { return ((long?)(StiReport.ChangeType(this["PrecedentDocumentId"], typeof(long?), true))); } } public virtual int DocumentTypeId { get { return ((int)(StiReport.ChangeType(this["DocumentTypeId"], typeof(int), true))); } } public virtual long? PassengerId { get { return ((long?)(StiReport.ChangeType(this["PassengerId"], typeof(long?), true))); } } public virtual int? EntityId { get { return ((int?)(StiReport.ChangeType(this["EntityId"], typeof(int?), true))); } } public virtual string Number { get { return ((string)(StiReport.ChangeType(this["Number"], typeof(string), true))); } } public virtual string GlobalNumber { get { return ((string)(StiReport.ChangeType(this["GlobalNumber"], typeof(string), true))); } } public virtual string RequisitionNumber { get { return ((string)(StiReport.ChangeType(this["RequisitionNumber"], typeof(string), true))); } } public virtual string Title { get { return ((string)(StiReport.ChangeType(this["Title"], typeof(string), true))); } } public new virtual string Name { get { return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true))); } } public virtual string Address { get { return ((string)(StiReport.ChangeType(this["Address"], typeof(string), true))); } } public virtual string Locality { get { return ((string)(StiReport.ChangeType(this["Locality"], typeof(string), true))); } } public virtual string PostalCode { get { return ((string)(StiReport.ChangeType(this["PostalCode"], typeof(string), true))); } } public virtual string PostalLocality { get { return ((string)(StiReport.ChangeType(this["PostalLocality"], typeof(string), true))); } } public virtual int? CityId { get { return ((int?)(StiReport.ChangeType(this["CityId"], typeof(int?), true))); } } public virtual int? CountryId { get { return ((int?)(StiReport.ChangeType(this["CountryId"], typeof(int?), true))); } } public virtual decimal CurrencyValue { get { return ((decimal)(StiReport.ChangeType(this["CurrencyValue"], typeof(decimal), true))); } } public virtual string CurrencyId { get { return ((string)(StiReport.ChangeType(this["CurrencyId"], typeof(string), true))); } } public virtual decimal Value { get { return ((decimal)(StiReport.ChangeType(this["Value"], typeof(decimal), true))); } } public virtual bool IsParcialPayment { get { return ((bool)(StiReport.ChangeType(this["IsParcialPayment"], typeof(bool), true))); } } public virtual bool IsPayed { get { return ((bool)(StiReport.ChangeType(this["IsPayed"], typeof(bool), true))); } } public virtual bool IsPrinted { get { return ((bool)(StiReport.ChangeType(this["IsPrinted"], typeof(bool), true))); } } public virtual string Status { get { return ((string)(StiReport.ChangeType(this["Status"], typeof(string), true))); } } public virtual DateTime CreateDate { get { return ((DateTime)(StiReport.ChangeType(this["CreateDate"], typeof(DateTime), true))); } } public virtual int CreateUserId { get { return ((int)(StiReport.ChangeType(this["CreateUserId"], typeof(int), true))); } } public virtual DateTime LastModifiedDate { get { return ((DateTime)(StiReport.ChangeType(this["LastModifiedDate"], typeof(DateTime), true))); } } public virtual int LastModifiedUserId { get { return ((int)(StiReport.ChangeType(this["LastModifiedUserId"], typeof(int), true))); } } public virtual DateTime ClientCreateDate { get { return ((DateTime)(StiReport.ChangeType(this["ClientCreateDate"], typeof(DateTime), true))); } } public virtual DateTime ClientLastModifiedDate { get { return ((DateTime)(StiReport.ChangeType(this["ClientLastModifiedDate"], typeof(DateTime), true))); } } public virtual byte[] Version { get { return ((byte[])(StiReport.ChangeType(this["Version"], typeof(byte[]), true))); } } public virtual DateTime Date { get { return ((DateTime)(StiReport.ChangeType(this["Date"], typeof(DateTime), true))); } } public virtual decimal AppliedExchangeRate { get { return ((decimal)(StiReport.ChangeType(this["AppliedExchangeRate"], typeof(decimal), true))); } } public virtual int WasReplaced { get { return ((int)(StiReport.ChangeType(this["WasReplaced"], typeof(int), true))); } } public virtual decimal CommissionValue { get { return ((decimal)(StiReport.ChangeType(this["CommissionValue"], typeof(decimal), true))); } } public virtual int? DocumentMainTemplateId { get { return ((int?)(StiReport.ChangeType(this["DocumentMainTemplateId"], typeof(int?), true))); } } public virtual int NumberOfPrints { get { return ((int)(StiReport.ChangeType(this["NumberOfPrints"], typeof(int), true))); } } public virtual string Motive { get { return ((string)(StiReport.ChangeType(this["Motive"], typeof(string), true))); } } public virtual int SectionId { get { return ((int)(StiReport.ChangeType(this["SectionId"], typeof(int), true))); } } public virtual string DocumentTypeCode { get { return ((string)(StiReport.ChangeType(this["DocumentTypeCode"], typeof(string), true))); } } public virtual string DocumentTypeName { get { return ((string)(StiReport.ChangeType(this["DocumentTypeName"], typeof(string), true))); } } public virtual string StateCodeName { get { return ((string)(StiReport.ChangeType(this["StateCodeName"], typeof(string), true))); } } public virtual string NIF { get { return ((string)(StiReport.ChangeType(this["NIF"], typeof(string), true))); } } public virtual string FileNumber { get { return ((string)(StiReport.ChangeType(this["FileNumber"], typeof(string), true))); } } public virtual string ATCCardNumber { get { return ((string)(StiReport.ChangeType(this["ATCCardNumber"], typeof(string), true))); } } public virtual long? TravellerId { get { return ((long?)(StiReport.ChangeType(this["TravellerId"], typeof(long?), true))); } } public virtual int? TempCityId { get { return ((int?)(StiReport.ChangeType(this["TempCityId"], typeof(int?), true))); } } } #endregion BusinessObject Document #endregion StiReport Designer generated code - do not modify } }