| namespace CPSLite.Reporting { |
| partial class ByProgram { |
| #region Component Designer generated code |
| /// <summary> |
| /// Required method for telerik Reporting designer support - do not modify |
| /// the contents of this method with the code editor. |
| /// </summary> |
| private void InitializeComponent() { |
| Telerik.Reporting.Drawing.FormattingRule formattingRule1 = new Telerik.Reporting.Drawing.FormattingRule(); |
| System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ByProgram)); |
| Telerik.Reporting.TableGroup tableGroup1 = new Telerik.Reporting.TableGroup(); |
| Telerik.Reporting.TableGroup tableGroup2 = new Telerik.Reporting.TableGroup(); |
| Telerik.Reporting.Drawing.FormattingRule formattingRule2 = new Telerik.Reporting.Drawing.FormattingRule(); |
| Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter(); |
| Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter(); |
| Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule(); |
| Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule(); |
| Telerik.Reporting.Drawing.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector(); |
| Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule(); |
| Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector(); |
| Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule(); |
| Telerik.Reporting.Drawing.DescendantSelector descendantSelector3 = new Telerik.Reporting.Drawing.DescendantSelector(); |
| Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule(); |
| Telerik.Reporting.Drawing.StyleRule styleRule6 = new Telerik.Reporting.Drawing.StyleRule(); |
| Telerik.Reporting.Drawing.StyleRule styleRule7 = new Telerik.Reporting.Drawing.StyleRule(); |
| this.textBox1 = new Telerik.Reporting.TextBox(); |
| this.textBox2 = new Telerik.Reporting.TextBox(); |
| this.PostgradPlacementDS = new Telerik.Reporting.SqlDataSource(); |
| this.pageHeader = new Telerik.Reporting.PageHeaderSection(); |
| this.textBox5 = new Telerik.Reporting.TextBox(); |
| this.textBox6 = new Telerik.Reporting.TextBox(); |
| this.textBox7 = new Telerik.Reporting.TextBox(); |
| this.detail = new Telerik.Reporting.DetailSection(); |
| this.crosstab1 = new Telerik.Reporting.Crosstab(); |
| this.textBox4 = new Telerik.Reporting.TextBox(); |
| this.textBox3 = new Telerik.Reporting.TextBox(); |
| this.pageFooter = new Telerik.Reporting.PageFooterSection(); |
| this.textBox8 = new Telerik.Reporting.TextBox(); |
| this.textBox9 = new Telerik.Reporting.TextBox(); |
| ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); |
| // |
| // textBox1 |
| // |
| this.textBox1.Name = "textBox1"; |
| this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7991665601730347D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.44979166984558105D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox1.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid; |
| this.textBox1.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox1.Style.Color = System.Drawing.Color.Black; |
| this.textBox1.Style.Font.Bold = true; |
| this.textBox1.Style.Font.Name = "Arial"; |
| this.textBox1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox1.Style.Padding.Bottom = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Pixel); |
| this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left; |
| this.textBox1.StyleName = "NoBorders"; |
| this.textBox1.Value = "= Fields.periodname"; |
| // |
| // textBox2 |
| // |
| formattingRule1.Filters.AddRange(new Telerik.Reporting.Data.Filter[] { |
| new Telerik.Reporting.Data.Filter("= RowNumber() % 2", Telerik.Reporting.Data.FilterOperator.Equal, "0")}); |
| formattingRule1.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); |
| this.textBox2.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] { |
| formattingRule1}); |
| this.textBox2.Name = "textBox2"; |
| this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.3656249046325684D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.44979184865951538D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox2.Style.BorderColor.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188))))); |
| this.textBox2.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid; |
| this.textBox2.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox2.Style.Font.Name = "Courier New"; |
| this.textBox2.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox2.StyleName = "NoBorders"; |
| this.textBox2.Value = "=Fields.familyname + \", \" + Fields.givenname"; |
| // |
| // PostgradPlacementDS |
| // |
| this.PostgradPlacementDS.ConnectionString = "authdb"; |
| this.PostgradPlacementDS.Name = "PostgradPlacementDS"; |
| this.PostgradPlacementDS.SelectCommand = resources.GetString("PostgradPlacementDS.SelectCommand"); |
| // |
| // pageHeader |
| // |
| this.pageHeader.Height = new Telerik.Reporting.Drawing.Unit(2.7999997138977051D, Telerik.Reporting.Drawing.UnitType.Cm); |
| this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] { |
| this.textBox5, |
| this.textBox6, |
| this.textBox7}); |
| this.pageHeader.Name = "pageHeader"; |
| this.pageHeader.Style.BackgroundImage.ImageData = global::CPSLite.Reporting.Properties.Resources.logo; |
| this.pageHeader.Style.BackgroundImage.MimeType = "image/png"; |
| this.pageHeader.Style.BackgroundImage.Repeat = Telerik.Reporting.Drawing.BackgroundRepeat.NoRepeat; |
| // |
| // textBox5 |
| // |
| this.textBox5.Dock = System.Windows.Forms.DockStyle.Top; |
| this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox5.Name = "textBox5"; |
| this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(26.600000381469727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.89999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; |
| this.textBox5.StyleName = "Header"; |
| this.textBox5.Value = "= Parameters.ProgramName.Value"; |
| // |
| // textBox6 |
| // |
| this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.89999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox6.Name = "textBox6"; |
| this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(26.600000381469727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.89999997615814209D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; |
| this.textBox6.StyleName = "PrintedDateHeader"; |
| this.textBox6.Value = "= Now().ToString(\"dddd MMMM dd, yyyy\")"; |
| // |
| // textBox7 |
| // |
| this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.1998999118804932D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox7.Name = "textBox7"; |
| this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(26.600000381469727D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.60009980201721191D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; |
| this.textBox7.StyleName = "Header"; |
| this.textBox7.Value = "Rotation Dates"; |
| // |
| // detail |
| // |
| this.detail.Height = new Telerik.Reporting.Drawing.Unit(0.89968341588974D, Telerik.Reporting.Drawing.UnitType.Cm); |
| this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] { |
| this.crosstab1}); |
| this.detail.Name = "detail"; |
| this.detail.Style.BackgroundImage.MimeType = "image/jpeg"; |
| this.detail.Style.BackgroundImage.Repeat = Telerik.Reporting.Drawing.BackgroundRepeat.NoRepeat; |
| // |
| // crosstab1 |
| // |
| this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(new Telerik.Reporting.Drawing.Unit(1.7991666793823242D, Telerik.Reporting.Drawing.UnitType.Cm))); |
| this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(new Telerik.Reporting.Drawing.Unit(0.44979184865951538D, Telerik.Reporting.Drawing.UnitType.Cm))); |
| this.crosstab1.Body.SetCellContent(0, 0, this.textBox4); |
| tableGroup1.Grouping.AddRange(new Telerik.Reporting.Data.Grouping[] { |
| new Telerik.Reporting.Data.Grouping("=Fields.periodname")}); |
| tableGroup1.Name = "startdate.Month"; |
| tableGroup1.ReportItem = this.textBox1; |
| tableGroup1.Sorting.AddRange(new Telerik.Reporting.Data.Sorting[] { |
| new Telerik.Reporting.Data.Sorting("=Fields.startdate", Telerik.Reporting.Data.SortDirection.Asc)}); |
| this.crosstab1.ColumnGroups.Add(tableGroup1); |
| this.crosstab1.Corner.SetCellContent(0, 0, this.textBox3); |
| thisthis.crosstab1.DataSource = this.PostgradPlacementDS; |
| this.crosstab1.Filters.AddRange(new Telerik.Reporting.Data.Filter[] { |
| new Telerik.Reporting.Data.Filter("=Fields.programname", Telerik.Reporting.Data.FilterOperator.Equal, "=Parameters.ProgramName.Value"), |
| new Telerik.Reporting.Data.Filter("=Fields.planningyear", Telerik.Reporting.Data.FilterOperator.Equal, "=Parameters.PlanningYear.Value")}); |
| this.crosstab1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] { |
| this.textBox4, |
| this.textBox1, |
| this.textBox3, |
| this.textBox2}); |
| this.crosstab1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.crosstab1.Name = "crosstab1"; |
| tableGroup2.Grouping.AddRange(new Telerik.Reporting.Data.Grouping[] { |
| new Telerik.Reporting.Data.Grouping("=Fields.familyname")}); |
| tableGroup2.Name = "familyname"; |
| tableGroup2.ReportItem = this.textBox2; |
| tableGroup2.Sorting.AddRange(new Telerik.Reporting.Data.Sorting[] { |
| new Telerik.Reporting.Data.Sorting("=Fields.familyname", Telerik.Reporting.Data.SortDirection.Asc), |
| new Telerik.Reporting.Data.Sorting("=Fields.givenname", Telerik.Reporting.Data.SortDirection.Asc)}); |
| this.crosstab1.RowGroups.Add(tableGroup2); |
| this.crosstab1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(6.1647915840148926D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.89958351850509644D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.crosstab1.Style.Visible = true; |
| this.crosstab1.StyleName = "NoBorders"; |
| // |
| // textBox4 |
| // |
| formattingRule2.Filters.AddRange(new Telerik.Reporting.Data.Filter[] { |
| new Telerik.Reporting.Data.Filter("=RowNumber() %2", Telerik.Reporting.Data.FilterOperator.Equal, "0")}); |
| formattingRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); |
| this.textBox4.ConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] { |
| formattingRule2}); |
| this.textBox4.Name = "textBox4"; |
| this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.7991665601730347D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.44979184865951538D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox4.Style.BorderColor.Bottom = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188))))); |
| this.textBox4.Style.BorderColor.Left = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188))))); |
| this.textBox4.Style.BorderColor.Right = System.Drawing.Color.FromArgb(((int)(((byte)(188)))), ((int)(((byte)(188)))), ((int)(((byte)(188))))); |
| this.textBox4.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid; |
| this.textBox4.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.Solid; |
| this.textBox4.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid; |
| this.textBox4.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox4.Style.BorderWidth.Left = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox4.Style.BorderWidth.Right = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox4.Style.Font.Name = "Courier New"; |
| this.textBox4.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left; |
| this.textBox4.StyleName = ""; |
| this.textBox4.Value = "= CPSLite.Reporting.Helpers.Trim(Fields.rn_short) + \"/\" + CPSLite.Reporting.Helpe" + |
| "rs.Trim(Fields.sn_short)"; |
| // |
| // textBox3 |
| // |
| this.textBox3.Name = "textBox3"; |
| this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(4.3656249046325684D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.44979164004325867D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox3.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid; |
| this.textBox3.Style.BorderWidth.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox3.Style.Color = System.Drawing.Color.Black; |
| this.textBox3.Style.Font.Bold = true; |
| this.textBox3.Style.Font.Name = "Arial"; |
| this.textBox3.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox3.Style.Padding.Bottom = new Telerik.Reporting.Drawing.Unit(5D, Telerik.Reporting.Drawing.UnitType.Pixel); |
| this.textBox3.StyleName = "NoBorders"; |
| this.textBox3.Value = "Student Name"; |
| // |
| // pageFooter |
| // |
| this.pageFooter.Height = new Telerik.Reporting.Drawing.Unit(0.800000011920929D, Telerik.Reporting.Drawing.UnitType.Cm); |
| this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] { |
| this.textBox8, |
| this.textBox9}); |
| this.pageFooter.Name = "pageFooter"; |
| // |
| // textBox8 |
| // |
| this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(21.200000762939453D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.20031681656837463D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox8.Name = "textBox8"; |
| this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5.3999996185302734D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox8.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox8.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Pixel); |
| this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right; |
| this.textBox8.Value = "= \"Page \" + PageCount + \" of \" + PageNumber"; |
| // |
| // textBox9 |
| // |
| this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.00010012308484874666D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.20031681656837463D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox9.Name = "textBox9"; |
| this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(9.3000001907348633D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm)); |
| this.textBox9.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point); |
| this.textBox9.Style.Padding.Right = new Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Pixel); |
| this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left; |
| this.textBox9.Value = "=\"(c) McMaster University\""; |
| // |
| // ByProgram |
| // |
| this.ExternalStyleSheets.Add(new Telerik.Reporting.Drawing.ExternalStyleSheet("StyleSheet.xml")); |
| this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] { |
| this.pageHeader, |
| this.detail, |
| this.pageFooter}); |
| this.PageSettings.Landscape = true; |
| this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm); |
| this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm); |
| this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm); |
| this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm); |
| this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter; |
| reportParameter1.AllowNull = true; |
| reportParameter1.AvailableValues.DataSource = this.PostgradPlacementDS; |
| reportParameter1.AvailableValues.DisplayMember = "= Fields.programname"; |
| reportParameter1.AvailableValues.Sorting.AddRange(new Telerik.Reporting.Data.Sorting[] { |
| new Telerik.Reporting.Data.Sorting("=Fields.programname", Telerik.Reporting.Data.SortDirection.Asc)}); |
| reportParameter1.AvailableValues.ValueMember = "= Fields.programname"; |
| reportParameter1.Name = "ProgramName"; |
| reportParameter1.Value = "Family Medicine Hamilton"; |
| reportParameter1.Visible = true; |
| reportParameter2.Name = "PlanningYear"; |
| reportParameter2.Value = "2010"; |
| reportParameter2.Visible = true; |
| this.ReportParameters.Add(reportParameter1); |
| this.ReportParameters.Add(reportParameter2); |
| this.Style.BackgroundColor = System.Drawing.Color.White; |
| styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] { |
| new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.Table), "Normal.TableNormal")}); |
| styleRule1.Style.BackgroundColor = System.Drawing.Color.White; |
| styleRule1.Style.BorderColor.Default = System.Drawing.Color.Black; |
| styleRule1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid; |
| styleRule1.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel); |
| styleRule1.Style.Color = System.Drawing.Color.Black; |
| styleRule1.Style.Font.Name = "Tahoma"; |
| styleRule1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point); |
| descendantSelector1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] { |
| new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.Table)), |
| new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.ReportItem), "Normal.TableGroup")}); |
| styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] { |
| descendantSelector1}); |
| styleRule2.Style.BorderColor.Default = System.Drawing.Color.Black; |
| styleRule2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid; |
| styleRule2.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel); |
| descendantSelector2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] { |
| new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.Table)), |
| new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.ReportItem), "Normal.TableHeader")}); |
| styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] { |
| descendantSelector2}); |
| styleRule3.Style.BorderColor.Default = System.Drawing.Color.Black; |
| styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid; |
| styleRule3.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel); |
| styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle; |
| descendantSelector3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] { |
| new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.Table)), |
| new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.ReportItem), "Normal.TableBody")}); |
| styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] { |
| descendantSelector3}); |
| styleRule4.Style.BorderColor.Default = System.Drawing.Color.Black; |
| styleRule4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid; |
| styleRule4.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Pixel); |
| styleRule4.Style.Font.Name = "Arial"; |
| styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] { |
| new Telerik.Reporting.Drawing.StyleSelector("NoBorders")}); |
| styleRule5.Style.BorderWidth.Default = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Point); |
| styleRule6.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] { |
| new Telerik.Reporting.Drawing.StyleSelector("Header")}); |
| styleRule6.Style.Font.Bold = true; |
| styleRule6.Style.Font.Name = "Arial"; |
| styleRule6.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(14D, Telerik.Reporting.Drawing.UnitType.Point); |
| styleRule6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center; |
| styleRule7.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] { |
| new Telerik.Reporting.Drawing.StyleSelector("AltRow")}); |
| styleRule7.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); |
| this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] { |
| styleRule1, |
| styleRule2, |
| styleRule3, |
| styleRule4, |
| styleRule5, |
| styleRule6, |
| styleRule7}); |
| this.Width = new Telerik.Reporting.Drawing.Unit(26.600000381469727D, Telerik.Reporting.Drawing.UnitType.Cm); |
| ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); |
| |
| } |
| #endregion |
| |
| private Telerik.Reporting.PageHeaderSection pageHeader; |
| private Telerik.Reporting.DetailSection detail; |
| private Telerik.Reporting.PageFooterSection pageFooter; |
| private Telerik.Reporting.Crosstab crosstab1; |
| private Telerik.Reporting.TextBox textBox4; |
| private Telerik.Reporting.TextBox textBox1; |
| private Telerik.Reporting.TextBox textBox3; |
| private Telerik.Reporting.SqlDataSource PostgradPlacementDS; |
| private Telerik.Reporting.TextBox textBox2; |
| private Telerik.Reporting.TextBox textBox5; |
| private Telerik.Reporting.TextBox textBox6; |
| private Telerik.Reporting.TextBox textBox7; |
| private Telerik.Reporting.TextBox textBox8; |
| private Telerik.Reporting.TextBox textBox9; |
| } |
| } |