/// /// DevExpress.ExpressApp.Reports.v11.1, Version=11.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a /// C:\Windows\assembly\GAC_MSIL\DevExpress.ExpressApp.Reports.v11.1\11.1.8.0__b88d1754d700e49a\DevExpress.ExpressApp.Reports.v11.1.dll /// DevExpress.ExpressApp.Reports.XafReport /// en-US /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// namespace XtraReportSerialization { public class xafReport1 : DevExpress.XtraReports.UI.XtraReport { private DevExpress.XtraReports.UI.DetailBand detailBand1; private DevExpress.XtraReports.UI.XRLabel label2; private DevExpress.XtraReports.UI.XRLabel label1; private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; private DevExpress.XtraReports.UI.XRControlStyle Title; private DevExpress.XtraReports.UI.XRControlStyle FieldCaption; private DevExpress.XtraReports.UI.XRControlStyle PageInfo; private DevExpress.XtraReports.UI.XRControlStyle DataField; private System.Resources.ResourceManager _resources; public xafReport1() { this.InitializeComponent(); } private System.Resources.ResourceManager resources { get { if (_resources == null) { string resourceString = @"zsrvvgEAAACRAAAAbFN5c3RlbS5SZXNvdXJjZXMuUmVzb3VyY2VSZWFkZXIsIG1zY29ybGliLCBWZXJzaW9uPTQuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4OSNTeXN0ZW0uUmVzb3VyY2VzLlJ1bnRpbWVSZXNvdXJjZVNldAIAAAAGAAAAAAAAAFBBRFBBRFAFQIOWxnS43uPx3+CsE1HiAYdpRdUcG3krAAAAYwAAADwAAADJAAAAAAAAAJQAAADGAQAAJkQAYQB0AGEAUwBvAHUAcgBjAGUAQwBsAGEAcwBzAE4AYQBtAGUAAAAAAAxGAGkAbAB0AGUAcgAuAAAAIkYAaQBsAHQAZQByAEQAZQBzAGMAcgBpAHAAdABpAG8AbgAwAAAALEYAaQBsAHQAZQByAEYAbwByAEQAZQBzAGkAZwBuAFAAcgBlAHYAaQBlAHcAMgAAADBQAGEAcgBhAG0AZQB0AGUAcgBzAE8AYgBqAGUAYwB0AFQAeQBwAGUATgBhAG0AZQA0AAAAFFIAZQBwAG8AcgB0AE4AYQBtAGUANQAAAAEsU0lTQnVzaW5lc3MuTW9kdWxlLldvcmtTaGVldF9IZWFkZXJfSFJQZXJzb24BAAEAAQAAARJNdW5rYWxhcCBzdWJyZXBvcnQ="; this._resources = new DevExpress.XtraReports.Serialization.XRResourceManager(resourceString); } return this._resources; } } private void InitializeComponent() { this.detailBand1 = new DevExpress.XtraReports.UI.DetailBand(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.label2 = new DevExpress.XtraReports.UI.XRLabel(); this.label1 = new DevExpress.XtraReports.UI.XRLabel(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); this.DataField = new DevExpress.XtraReports.UI.XRControlStyle(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // detailBand1 // this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.label2, this.label1}); this.detailBand1.Font = new System.Drawing.Font("Times New Roman", 10F); this.detailBand1.HeightF = 15F; this.detailBand1.Name = "detailBand1"; this.detailBand1.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { new DevExpress.XtraReports.UI.GroupField("HRPerson.Job", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending), new DevExpress.XtraReports.UI.GroupField("HRPerson.FullName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}); this.detailBand1.StylePriority.UseFont = false; // // topMarginBand1 // this.topMarginBand1.HeightF = 50F; this.topMarginBand1.Name = "topMarginBand1"; // // bottomMarginBand1 // this.bottomMarginBand1.HeightF = 50F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // // label2 // this.label2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "HRPerson.FullName")}); this.label2.Font = new System.Drawing.Font("Times New Roman", 9F); this.label2.LocationFloat = new DevExpress.Utils.PointFloat(93.75F, 0F); this.label2.Name = "label2"; this.label2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.label2.SizeF = new System.Drawing.SizeF(131.2499F, 15F); this.label2.StylePriority.UseFont = false; this.label2.Text = "label2"; // // label1 // this.label1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "HRPerson.Job")}); this.label1.Font = new System.Drawing.Font("Times New Roman", 8F); this.label1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.label1.Name = "label1"; this.label1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.label1.SizeF = new System.Drawing.SizeF(93.75F, 15F); this.label1.StylePriority.UseFont = false; this.label1.Text = "label1"; // // Title // this.Title.BackColor = System.Drawing.Color.White; this.Title.BorderColor = System.Drawing.SystemColors.ControlText; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1; this.Title.Font = new System.Drawing.Font("Times New Roman", 20F, System.Drawing.FontStyle.Bold); this.Title.ForeColor = System.Drawing.Color.Maroon; this.Title.Name = "Title"; // // FieldCaption // this.FieldCaption.BackColor = System.Drawing.Color.White; this.FieldCaption.BorderColor = System.Drawing.SystemColors.ControlText; this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None; this.FieldCaption.BorderWidth = 1; this.FieldCaption.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.FieldCaption.ForeColor = System.Drawing.Color.Maroon; this.FieldCaption.Name = "FieldCaption"; // // PageInfo // this.PageInfo.BackColor = System.Drawing.Color.White; this.PageInfo.BorderColor = System.Drawing.SystemColors.ControlText; this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None; this.PageInfo.BorderWidth = 1; this.PageInfo.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.PageInfo.ForeColor = System.Drawing.SystemColors.ControlText; this.PageInfo.Name = "PageInfo"; // // DataField // this.DataField.BackColor = System.Drawing.Color.White; this.DataField.BorderColor = System.Drawing.SystemColors.ControlText; this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DataField.BorderWidth = 1; this.DataField.Font = new System.Drawing.Font("Times New Roman", 10F); this.DataField.ForeColor = System.Drawing.SystemColors.ControlText; this.DataField.Name = "DataField"; this.DataField.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); // // xafReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.detailBand1, this.topMarginBand1, this.bottomMarginBand1}); this.DisplayName = "Munkalap subreport"; this.Extensions.Add("DataSerializationExtension", "XafReport"); this.Extensions.Add("DataEditorExtension", "XafReport"); this.Extensions.Add("ParameterEditorExtension", "XafReport"); this.Font = new System.Drawing.Font("Times New Roman", 10F); this.Margins = new System.Drawing.Printing.Margins(50, 50, 50, 50); this.Name = "xafReport1"; this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.FieldCaption, this.PageInfo, this.DataField}); this.Version = "11.1"; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } } }