/// <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.GraphGroup        graphGroup1      = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle        graphTitle1      = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.NumericalScale    numericalScale1  = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale     categoryScale1   = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup        graphGroup2      = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup        graphGroup3      = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle        graphTitle2      = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.NumericalScale    numericalScale2  = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale     categoryScale2   = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup        graphGroup4      = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup        graphGroup5      = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle        graphTitle3      = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.CategoryScale     categoryScale3   = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale    numericalScale3  = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup        graphGroup6      = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.ReportParameter   reportParameter1 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.Drawing.StyleRule styleRule1       = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1         = new Telerik.Reporting.PageHeaderSection();
     this.textBox1                   = new Telerik.Reporting.TextBox();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.graph1                     = new Telerik.Reporting.Graph();
     this.polarCoordinateSystem1     = new Telerik.Reporting.PolarCoordinateSystem();
     this.graphAxis1                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis2                 = new Telerik.Reporting.GraphAxis();
     this.webServiceDataSource1      = new Telerik.Reporting.WebServiceDataSource();
     this.barSeries1                 = new Telerik.Reporting.BarSeries();
     this.graph2                     = new Telerik.Reporting.Graph();
     this.polarCoordinateSystem2     = new Telerik.Reporting.PolarCoordinateSystem();
     this.graphAxis3                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis4                 = new Telerik.Reporting.GraphAxis();
     this.barSeries2                 = new Telerik.Reporting.BarSeries();
     this.graph3                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis6                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis5                 = new Telerik.Reporting.GraphAxis();
     this.barSeries3                 = new Telerik.Reporting.BarSeries();
     this.barSeries4                 = new Telerik.Reporting.BarSeries();
     this.barSeries5                 = new Telerik.Reporting.BarSeries();
     this.barSeries6                 = new Telerik.Reporting.BarSeries();
     this.barSeries7                 = new Telerik.Reporting.BarSeries();
     this.barSeries9                 = new Telerik.Reporting.BarSeries();
     this.pageFooterSection1         = new Telerik.Reporting.PageFooterSection();
     this.textBox2                   = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(1.5D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.3D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(26.1D), Telerik.Reporting.Drawing.Unit.Cm(0.9D));
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "INCHDIA SUMMARY CHART";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(16.2D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.graph1,
         this.graph2,
         this.graph3
     });
     this.detail.Name = "detail";
     //
     // graph1
     //
     graphGroup1.Name = "categoryGroup";
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.polarCoordinateSystem1);
     this.graph1.DataSource = this.webServiceDataSource1;
     this.graph1.Filters.Add(new Telerik.Reporting.Filter("= Fields.sg_total", Telerik.Reporting.FilterOperator.GreaterThan, "0"));
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Series.Add(this.barSeries1);
     this.graph1.SeriesGroups.Add(graphGroup2);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.9D), Telerik.Reporting.Drawing.Unit.Cm(7.4D));
     this.graph1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.graph1.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.graph1.Style.Padding.Bottom      = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Top         = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle1.Position        = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle1.Text            = "Total Inch-dia";
     this.graph1.Titles.Add(graphTitle1);
     //
     // polarCoordinateSystem1
     //
     this.polarCoordinateSystem1.AngularAxis = this.graphAxis1;
     this.polarCoordinateSystem1.Name        = "polarCoordinateSystem1";
     this.polarCoordinateSystem1.RadialAxis  = this.graphAxis2;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MajorGridLineStyle.Visible   = false;
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name          = "graphAxis1";
     this.graphAxis1.Scale         = numericalScale1;
     this.graphAxis1.Style.Visible = false;
     //
     // graphAxis2
     //
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MajorGridLineStyle.Visible   = false;
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name            = "graphAxis2";
     categoryScale1.PositionMode     = Telerik.Reporting.AxisPositionMode.OnTicks;
     categoryScale1.SpacingSlotCount = 0D;
     this.graphAxis2.Scale           = categoryScale1;
     this.graphAxis2.Style.Visible   = false;
     //
     // webServiceDataSource1
     //
     this.webServiceDataSource1.Name = "webServiceDataSource1";
     this.webServiceDataSource1.Parameters.AddRange(new Telerik.Reporting.WebServiceParameter[] {
         new Telerik.Reporting.WebServiceParameter("ProjId", Telerik.Reporting.WebServiceParameterType.Query, "= Parameters.ProjId.Value")
     });
     this.webServiceDataSource1.ServiceUrl = "https://amoghapps.com/AmoghReportsService/ReportSpoolIdService.asmx/GetMaterialWi" +
                                             "se";
     //
     // barSeries1
     //
     this.barSeries1.ArrangeMode      = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.barSeries1.CategoryGroup    = graphGroup1;
     this.barSeries1.CoordinateSystem = this.polarCoordinateSystem1;
     this.barSeries1.DataPointLabel   = "= Sum(Fields.sg_total)";
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Visible        = false;
     this.barSeries1.DataPointLabelFormat        = "{0:N0}";
     this.barSeries1.DataPointLabelOffset        = Telerik.Reporting.Drawing.Unit.Mm(1D);
     this.barSeries1.DataPointLabelStyle.Visible = true;
     this.barSeries1.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries1.DataPointStyle.Visible      = true;
     this.barSeries1.LegendItem.Value            = "= Fields.mat_type";
     this.barSeries1.Name = "barSeries1";
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.mat_type"));
     graphGroup2.Name = "mat_typeGroup";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.mat_type", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.SeriesGroup  = graphGroup2;
     this.barSeries1.ToolTip.Text = "= Format(\'{0:P}\', Sum(Fields.sg_shop) / CDbl(Exec(\'graph1\', Sum(Fields.sg_shop)))" +
                                    ")";
     this.barSeries1.ToolTip.Title = "= Fields.mat_type";
     this.barSeries1.X             = "= Sum(Fields.sg_shop)";
     //
     // graph2
     //
     graphGroup3.Name = "categoryGroup1";
     this.graph2.CategoryGroups.Add(graphGroup3);
     this.graph2.CoordinateSystems.Add(this.polarCoordinateSystem2);
     this.graph2.DataSource = this.webServiceDataSource1;
     this.graph2.Filters.Add(new Telerik.Reporting.Filter("= Fields.mat_avl", Telerik.Reporting.FilterOperator.GreaterThan, "0"));
     this.graph2.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph2.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13.2D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.graph2.Name     = "graph2";
     this.graph2.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph2.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph2.Series.Add(this.barSeries2);
     this.graph2.SeriesGroups.Add(graphGroup4);
     this.graph2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.9D), Telerik.Reporting.Drawing.Unit.Cm(7.4D));
     this.graph2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.graph2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.graph2.Style.Padding.Bottom      = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Top         = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle2.Position        = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     graphTitle2.Style.LineColor = System.Drawing.Color.LightGray;
     graphTitle2.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle2.Text            = "Material Available (Shop)";
     this.graph2.Titles.Add(graphTitle2);
     //
     // polarCoordinateSystem2
     //
     this.polarCoordinateSystem2.AngularAxis = this.graphAxis3;
     this.polarCoordinateSystem2.Name        = "polarCoordinateSystem2";
     this.polarCoordinateSystem2.RadialAxis  = this.graphAxis4;
     //
     // graphAxis3
     //
     this.graphAxis3.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MajorGridLineStyle.Visible   = false;
     this.graphAxis3.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.Visible   = false;
     this.graphAxis3.Name          = "graphAxis3";
     this.graphAxis3.Scale         = numericalScale2;
     this.graphAxis3.Style.Visible = false;
     //
     // graphAxis4
     //
     this.graphAxis4.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MajorGridLineStyle.Visible   = false;
     this.graphAxis4.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MinorGridLineStyle.Visible   = false;
     this.graphAxis4.Name            = "graphAxis4";
     categoryScale2.PositionMode     = Telerik.Reporting.AxisPositionMode.OnTicks;
     categoryScale2.SpacingSlotCount = 0D;
     this.graphAxis4.Scale           = categoryScale2;
     this.graphAxis4.Style.Visible   = false;
     //
     // barSeries2
     //
     this.barSeries2.ArrangeMode      = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.barSeries2.CategoryGroup    = graphGroup3;
     this.barSeries2.CoordinateSystem = this.polarCoordinateSystem2;
     this.barSeries2.DataPointLabel   = "= Sum(Fields.mat_avl)";
     this.barSeries2.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries2.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries2.DataPointLabelConnectorStyle.Visible        = false;
     this.barSeries2.DataPointLabelFormat        = "{0:N0}";
     this.barSeries2.DataPointLabelOffset        = Telerik.Reporting.Drawing.Unit.Mm(1D);
     this.barSeries2.DataPointLabelStyle.Visible = true;
     this.barSeries2.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries2.DataPointStyle.Visible      = true;
     this.barSeries2.LegendItem.Value            = "= Fields.mat_type";
     this.barSeries2.Name = "barSeries2";
     graphGroup4.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.mat_type"));
     graphGroup4.Name = "mat_typeGroup1";
     graphGroup4.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.mat_type", Telerik.Reporting.SortDirection.Asc));
     this.barSeries2.SeriesGroup  = graphGroup4;
     this.barSeries2.ToolTip.Text = "= Format(\'{0:P}\', Sum(Fields.mat_avl) / CDbl(Exec(\'graph2\', Sum(Fields.mat_avl)))" +
                                    ")";
     this.barSeries2.ToolTip.Title = "= Fields.mat_type";
     this.barSeries2.X             = "= Sum(Fields.mat_avl)";
     //
     // graph3
     //
     graphGroup5.Name = "categoryGroup2";
     this.graph3.CategoryGroups.Add(graphGroup5);
     this.graph3.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
     this.graph3.DataSource             = this.webServiceDataSource1;
     this.graph3.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph3.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(7.7D));
     this.graph3.Name     = "graph3";
     this.graph3.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph3.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph3.Series.Add(this.barSeries3);
     this.graph3.Series.Add(this.barSeries4);
     this.graph3.Series.Add(this.barSeries5);
     this.graph3.Series.Add(this.barSeries6);
     this.graph3.Series.Add(this.barSeries7);
     this.graph3.Series.Add(this.barSeries9);
     this.graph3.SeriesGroups.Add(graphGroup6);
     this.graph3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(26.1D), Telerik.Reporting.Drawing.Unit.Cm(8.5D));
     this.graph3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.graph3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.graph3.Style.Padding.Bottom      = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph3.Style.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph3.Style.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph3.Style.Padding.Top         = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle3.Position        = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle3.Style.LineColor = System.Drawing.Color.LightGray;
     graphTitle3.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle3.Style.Visible   = false;
     graphTitle3.Text            = "graph3";
     this.graph3.Titles.Add(graphTitle3);
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis6;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis5;
     //
     // graphAxis6
     //
     this.graphAxis6.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis6.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis6.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis6.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis6.MinorGridLineStyle.Visible   = false;
     this.graphAxis6.Name          = "graphAxis6";
     this.graphAxis6.Scale         = categoryScale3;
     this.graphAxis6.Style.Visible = false;
     //
     // graphAxis5
     //
     this.graphAxis5.LabelFormat = "{0:N0}";
     this.graphAxis5.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis5.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis5.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis5.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis5.MinorGridLineStyle.Visible   = false;
     this.graphAxis5.Name  = "graphAxis5";
     this.graphAxis5.Scale = numericalScale3;
     //
     // barSeries3
     //
     this.barSeries3.CategoryGroup               = graphGroup5;
     this.barSeries3.CoordinateSystem            = this.cartesianCoordinateSystem1;
     this.barSeries3.DataPointLabel              = "= Sum(Fields.sg_shop)";
     this.barSeries3.DataPointLabelFormat        = "{0:N0}";
     this.barSeries3.DataPointLabelStyle.Visible = true;
     this.barSeries3.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries3.DataPointStyle.Visible      = true;
     this.barSeries3.LegendItem.Value            = "Total Shop ID";
     this.barSeries3.Name          = "barSeries3";
     graphGroup6.Name              = "seriesGroup";
     this.barSeries3.SeriesGroup   = graphGroup6;
     this.barSeries3.ToolTip.Text  = "= Sum(Fields.sg_shop)";
     this.barSeries3.ToolTip.Title = "SG Shop";
     this.barSeries3.Y             = "= Sum(Fields.sg_shop)";
     //
     // barSeries4
     //
     this.barSeries4.CategoryGroup               = graphGroup5;
     this.barSeries4.CoordinateSystem            = this.cartesianCoordinateSystem1;
     this.barSeries4.DataPointLabel              = "= Sum(Fields.sg_field)";
     this.barSeries4.DataPointLabelFormat        = "{0:N0}";
     this.barSeries4.DataPointLabelStyle.Visible = true;
     this.barSeries4.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries4.DataPointStyle.Visible      = true;
     this.barSeries4.LegendItem.Value            = "Total Field ID";
     this.barSeries4.Name          = "barSeries4";
     this.barSeries4.SeriesGroup   = graphGroup6;
     this.barSeries4.ToolTip.Text  = "= Sum(Fields.sg_field)";
     this.barSeries4.ToolTip.Title = "\'Sum(sg_field)\'";
     this.barSeries4.Y             = "= Sum(Fields.sg_field)";
     //
     // barSeries5
     //
     this.barSeries5.CategoryGroup               = graphGroup5;
     this.barSeries5.CoordinateSystem            = this.cartesianCoordinateSystem1;
     this.barSeries5.DataPointLabel              = "=Sum(Fields.mat_avl)";
     this.barSeries5.DataPointLabelFormat        = "{0:N0}";
     this.barSeries5.DataPointLabelStyle.Visible = true;
     this.barSeries5.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries5.DataPointStyle.Visible      = true;
     this.barSeries5.LegendItem.Value            = "Material Avl.";
     this.barSeries5.Name          = "barSeries5";
     this.barSeries5.SeriesGroup   = graphGroup6;
     this.barSeries5.ToolTip.Text  = "= Sum(Fields.mat_avl)";
     this.barSeries5.ToolTip.Title = "\'Sum(mat_avl)\'";
     this.barSeries5.Y             = "= Sum(Fields.mat_avl)";
     //
     // barSeries6
     //
     this.barSeries6.CategoryGroup               = graphGroup5;
     this.barSeries6.CoordinateSystem            = this.cartesianCoordinateSystem1;
     this.barSeries6.DataPointLabel              = "= Sum(Fields.jc_issued)";
     this.barSeries6.DataPointLabelFormat        = "{0:N0}";
     this.barSeries6.DataPointLabelStyle.Visible = true;
     this.barSeries6.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries6.DataPointStyle.Visible      = true;
     this.barSeries6.LegendItem.Value            = "Jobcard Issued";
     this.barSeries6.Name          = "barSeries6";
     this.barSeries6.SeriesGroup   = graphGroup6;
     this.barSeries6.ToolTip.Text  = "= Sum(Fields.jc_issued)";
     this.barSeries6.ToolTip.Title = "\'Sum(jc_issued)\'";
     this.barSeries6.Y             = "= Sum(Fields.jc_issued)";
     //
     // barSeries7
     //
     this.barSeries7.CategoryGroup               = graphGroup5;
     this.barSeries7.CoordinateSystem            = this.cartesianCoordinateSystem1;
     this.barSeries7.DataPointLabel              = "= Sum(Fields.shop_welding)";
     this.barSeries7.DataPointLabelFormat        = "{0:N0}";
     this.barSeries7.DataPointLabelStyle.Visible = true;
     this.barSeries7.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries7.DataPointStyle.Visible      = true;
     this.barSeries7.LegendItem.Value            = "Shop Welding";
     this.barSeries7.Name          = "barSeries7";
     this.barSeries7.SeriesGroup   = graphGroup6;
     this.barSeries7.ToolTip.Text  = "= Sum(Fields.shop_welding)";
     this.barSeries7.ToolTip.Title = "\'Sum(shop_welding)\'";
     this.barSeries7.Y             = "= Sum(Fields.shop_welding)";
     //
     // barSeries9
     //
     this.barSeries9.CategoryGroup               = graphGroup5;
     this.barSeries9.CoordinateSystem            = this.cartesianCoordinateSystem1;
     this.barSeries9.DataPointLabel              = "= Sum(Fields.painted)";
     this.barSeries9.DataPointLabelFormat        = "{0:N0}";
     this.barSeries9.DataPointLabelStyle.Visible = true;
     this.barSeries9.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries9.DataPointStyle.Visible      = true;
     this.barSeries9.LegendItem.Value            = "Painted";
     this.barSeries9.Name          = "barSeries9";
     this.barSeries9.SeriesGroup   = graphGroup6;
     this.barSeries9.ToolTip.Text  = "= Sum(Fields.painted)";
     this.barSeries9.ToolTip.Title = "\'Sum(painted)\'";
     this.barSeries9.Y             = "= Sum(Fields.painted)";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(1D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(22.5D), Telerik.Reporting.Drawing.Unit.Cm(0.2D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.6D), Telerik.Reporting.Drawing.Unit.Cm(0.6D));
     this.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox2.Value           = "Page: {PageNumber}";
     //
     // SpoolIdPieChart
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "SpoolIdPieChart";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = true;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(5D), Telerik.Reporting.Drawing.Unit.Mm(10D), Telerik.Reporting.Drawing.Unit.Mm(10D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AllowBlank       = false;
     reportParameter1.Name             = "ProjId";
     reportParameter1.Text             = "ProjId";
     reportParameter1.Type             = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Value            = "1";
     this.ReportParameters.Add(reportParameter1);
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(26.1D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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.DataColumn                     dataColumn1                     = new Telerik.Reporting.DataColumn();
     Telerik.Reporting.DataColumn                     dataColumn2                     = new Telerik.Reporting.DataColumn();
     Telerik.Reporting.DataColumn                     dataColumn3                     = new Telerik.Reporting.DataColumn();
     Telerik.Reporting.DataColumn                     dataColumn4                     = new Telerik.Reporting.DataColumn();
     Telerik.Reporting.DataColumn                     dataColumn5                     = new Telerik.Reporting.DataColumn();
     Telerik.Reporting.NavigateToReportAction         navigateToReportAction1         = new Telerik.Reporting.NavigateToReportAction();
     Telerik.Reporting.TypeReportSource               typeReportSource1               = new Telerik.Reporting.TypeReportSource();
     Telerik.Reporting.GraphGroup                     graphGroup1                     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup                     graphGroup2                     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette           colorPalette1                   = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphTitle                     graphTitle1                     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.DateTimeScale                  dateTimeScale1                  = new Telerik.Reporting.DateTimeScale();
     Telerik.Reporting.DateTimeScaleCrossAxisPosition dateTimeScaleCrossAxisPosition1 = new Telerik.Reporting.DateTimeScaleCrossAxisPosition();
     Telerik.Reporting.DateTimeScaleCrossAxisPosition dateTimeScaleCrossAxisPosition2 = new Telerik.Reporting.DateTimeScaleCrossAxisPosition();
     Telerik.Reporting.NumericalScale                 numericalScale1                 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.NumericalScale                 numericalScale2                 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup                     graphGroup3                     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup                     graphGroup4                     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.ShapeMapGroup                  shapeMapGroup1                  = new Telerik.Reporting.ShapeMapGroup();
     Telerik.Reporting.GeoLocationMapGroup            geoLocationMapGroup1            = new Telerik.Reporting.GeoLocationMapGroup();
     Telerik.Reporting.MapLegend                    mapLegend1               = new Telerik.Reporting.MapLegend();
     Telerik.Reporting.MercatorProjection           mercatorProjection1      = new Telerik.Reporting.MercatorProjection();
     Telerik.Reporting.MapTitle                     mapTitle1                = new Telerik.Reporting.MapTitle();
     Telerik.Reporting.Drawing.GradientPalette      gradientPalette1         = new Telerik.Reporting.Drawing.GradientPalette();
     Telerik.Reporting.MapGroup                     mapGroup1                = new Telerik.Reporting.MapGroup();
     Telerik.Reporting.EsriShapeFileSourceType      esriShapeFileSourceType1 = new Telerik.Reporting.EsriShapeFileSourceType();
     Telerik.Reporting.MapRelationPair              mapRelationPair1         = new Telerik.Reporting.MapRelationPair();
     Telerik.Reporting.Drawing.FormattingRule       formattingRule1          = new Telerik.Reporting.Drawing.FormattingRule();
     Telerik.Reporting.Drawing.FormattingRule       formattingRule2          = new Telerik.Reporting.Drawing.FormattingRule();
     Telerik.Reporting.Drawing.FormattingRule       formattingRule3          = new Telerik.Reporting.Drawing.FormattingRule();
     Telerik.Reporting.Drawing.FormattingRule       formattingRule4          = new Telerik.Reporting.Drawing.FormattingRule();
     Telerik.Reporting.NavigateToReportAction       navigateToReportAction2  = new Telerik.Reporting.NavigateToReportAction();
     Telerik.Reporting.TypeReportSource             typeReportSource2        = new Telerik.Reporting.TypeReportSource();
     System.ComponentModel.ComponentResourceManager resources                = new System.ComponentModel.ComponentResourceManager(typeof(CryptoCurrencyInfo));
     Telerik.Reporting.ReportParameter              reportParameter1         = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter              reportParameter2         = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter              reportParameter3         = 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.StyleRule            styleRule3               = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule            styleRule4               = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector   descendantSelector1      = new Telerik.Reporting.Drawing.DescendantSelector();
     Telerik.Reporting.Drawing.StyleRule            styleRule5               = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector   descendantSelector2      = new Telerik.Reporting.Drawing.DescendantSelector();
     this.dsData                     = new Telerik.Reporting.CsvDataSource();
     this.pageHeaderSection1         = new Telerik.Reporting.PageHeaderSection();
     this.textBox9                   = new Telerik.Reporting.TextBox();
     this.detailSection1             = new Telerik.Reporting.DetailSection();
     this.graph1                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis2                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis1                 = new Telerik.Reporting.GraphAxis();
     this.cartesianCoordinateSystem3 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis3                 = new Telerik.Reporting.GraphAxis();
     this.lineSeriesPrice            = new Telerik.Reporting.LineSeries();
     this.lineSeriesCoins            = new Telerik.Reporting.LineSeries();
     this.map2            = new Telerik.Reporting.Map();
     this.shapeMapSeries1 = new Telerik.Reporting.ShapeMapSeries();
     this.pointMapSeries1 = new Telerik.Reporting.PointMapSeries();
     this.textBox2        = new Telerik.Reporting.TextBox();
     this.htmlTextBox1    = new Telerik.Reporting.HtmlTextBox();
     this.CurrencyDetails = new Telerik.Reporting.ObjectDataSource();
     this.CurrenciesList  = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // dsData
     //
     this.dsData.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("RiskPercent", typeof(int), "= Fields.RiskIndex/5*100")
     });
     dataColumn1.Name = "Country";
     dataColumn2.Name = "RiskIndex";
     dataColumn2.Type = Telerik.Reporting.SimpleType.Float;
     dataColumn3.Name = "TSI";
     dataColumn3.Type = Telerik.Reporting.SimpleType.Integer;
     dataColumn4.Name = "Lat";
     dataColumn4.Type = Telerik.Reporting.SimpleType.Float;
     dataColumn5.Name = "Long";
     dataColumn5.Type = Telerik.Reporting.SimpleType.Float;
     this.dsData.Columns.Add(dataColumn1);
     this.dsData.Columns.Add(dataColumn2);
     this.dsData.Columns.Add(dataColumn3);
     this.dsData.Columns.Add(dataColumn4);
     this.dsData.Columns.Add(dataColumn5);
     this.dsData.FieldSeparators = new char[] {
         ','
     };
     this.dsData.HasHeaders       = true;
     this.dsData.Name             = "dsData";
     this.dsData.RecordSeparators = new char[] {
         '\r',
         '\n'
     };
     this.dsData.Source = "Country,RiskIndex,TSI,Lat,Long\r\nChina,81,0,40.0, 105.737707\r\nIceland,5,0,64.8, -1" +
                          "8.0\r\nJapan,3,0,35.435666, 148.737707\r\nCzech Republic,3,0,53.0,19.467\r\nGeorgia,2." +
                          "4,0,38.7,47.8\r\nIndia,2,0,19,78";
     this.dsData.ThousandSeparator = "";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.500039279460907D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox9
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox9
     //
     this.textBox9.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox9.Name            = "textBox9";
     this.textBox9.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.5999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.49999991059303284D));
     this.textBox9.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox9.Value           = "=\"Details for \" + ToUpper(Parameters.currencyCode.Value)";
     //
     // detailSection1
     //
     this.detailSection1.CanShrink = true;
     this.detailSection1.Height    = Telerik.Reporting.Drawing.Unit.Inch(10.500000953674316D);
     this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.graph1,
         this.map2,
         this.textBox2,
         this.htmlTextBox1
     });
     this.detailSection1.Name = "detailSection1";
     //
     // graph1
     //
     typeReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("currencyCode", "= Parameters.currencyCode.Value"));
     typeReportSource1.TypeName = "Telerik.Reporting.Examples.CSharp.CryptoCurrencyRawData, CSharp.ReportLibrary, Ve" +
                                  "rsion=1.0.0.0, Culture=neutral, PublicKeyToken=null";
     navigateToReportAction1.ReportSource = typeReportSource1;
     this.graph1.Action = navigateToReportAction1;
     graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Date"));
     graphGroup1.Name = "dateGroup";
     graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Date", Telerik.Reporting.SortDirection.Asc));
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Date"));
     graphGroup2.Name = "dateGroup1";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Date", Telerik.Reporting.SortDirection.Asc));
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CategoryGroups.Add(graphGroup2);
     colorPalette1.Colors.Add(System.Drawing.Color.DodgerBlue);
     colorPalette1.Colors.Add(System.Drawing.Color.MediumVioletRed);
     this.graph1.ColorPalette = colorPalette1;
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem3);
     this.graph1.DataSource = this.CurrencyDetails;
     this.graph1.Filters.Add(new Telerik.Reporting.Filter("= Fields.Date", Telerik.Reporting.FilterOperator.GreaterThan, "= Parameters.fromDate.Value"));
     this.graph1.Filters.Add(new Telerik.Reporting.Filter("= Fields.Date", Telerik.Reporting.FilterOperator.LessOrEqual, "= Parameters.toDate.Value"));
     this.graph1.Legend.IsInsidePlotArea = true;
     this.graph1.Legend.Position         = Telerik.Reporting.GraphItemPosition.TopCenter;
     this.graph1.Legend.Style.LineColor  = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth  = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Series.Add(this.lineSeriesPrice);
     this.graph1.Series.Add(this.lineSeriesCoins);
     this.graph1.SeriesGroups.Add(graphGroup3);
     this.graph1.SeriesGroups.Add(graphGroup4);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.799961090087891D), Telerik.Reporting.Drawing.Unit.Inch(2.5D));
     this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle1.Position             = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle1.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Inch(0D);
     graphTitle1.Style.Visible        = false;
     graphTitle1.Text = "graph1";
     this.graph1.Titles.Add(graphTitle1);
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis2;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
     //
     // graphAxis2
     //
     this.graphAxis2.LabelFormat = "{0:MMM.yy}";
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name = "graphAxis2";
     dateTimeScaleCrossAxisPosition1.Position = Telerik.Reporting.GraphScaleCrossAxisPosition.AtMaximum;
     dateTimeScaleCrossAxisPosition1.Value    = new System.DateTime(((long)(0)));
     dateTimeScaleCrossAxisPosition2.Position = Telerik.Reporting.GraphScaleCrossAxisPosition.AtMinimum;
     dateTimeScaleCrossAxisPosition2.Value    = new System.DateTime(((long)(0)));
     dateTimeScale1.CrossAxisPositions.Add(dateTimeScaleCrossAxisPosition1);
     dateTimeScale1.CrossAxisPositions.Add(dateTimeScaleCrossAxisPosition2);
     dateTimeScale1.LabelStep = 4;
     dateTimeScale1.LabelUnit = Telerik.Reporting.DateTimeScaleUnits.Months;
     dateTimeScale1.MajorStep = 4;
     dateTimeScale1.MajorUnit = Telerik.Reporting.DateTimeScaleUnits.Months;
     dateTimeScale1.MinorUnit = Telerik.Reporting.DateTimeScaleUnits.Years;
     this.graphAxis2.Scale    = dateTimeScale1;
     //
     // graphAxis1
     //
     this.graphAxis1.LabelFormat = "{0:$0}";
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightSteelBlue;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name            = "graphAxis1";
     this.graphAxis1.Scale           = numericalScale1;
     this.graphAxis1.Style.Color     = System.Drawing.Color.DodgerBlue;
     this.graphAxis1.Style.LineColor = System.Drawing.Color.DodgerBlue;
     //
     // cartesianCoordinateSystem3
     //
     this.cartesianCoordinateSystem3.Name  = "cartesianCoordinateSystem3";
     this.cartesianCoordinateSystem3.XAxis = this.graphAxis2;
     this.cartesianCoordinateSystem3.YAxis = this.graphAxis3;
     //
     // graphAxis3
     //
     this.graphAxis3.LabelFormat = "{0:#,##0M,,}";
     this.graphAxis3.MajorGridLineStyle.LineColor = System.Drawing.Color.MistyRose;
     this.graphAxis3.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.Visible   = false;
     this.graphAxis3.Name            = "GraphAxis1";
     this.graphAxis3.Scale           = numericalScale2;
     this.graphAxis3.Style.Color     = System.Drawing.Color.MediumVioletRed;
     this.graphAxis3.Style.LineColor = System.Drawing.Color.MediumVioletRed;
     //
     // lineSeriesPrice
     //
     this.lineSeriesPrice.CategoryGroup               = graphGroup1;
     this.lineSeriesPrice.CoordinateSystem            = this.cartesianCoordinateSystem1;
     this.lineSeriesPrice.DataPointLabel              = "= Sum(Fields.Price)";
     this.lineSeriesPrice.DataPointLabelStyle.Visible = false;
     this.lineSeriesPrice.DataPointStyle.Visible      = false;
     this.lineSeriesPrice.LegendItem.Value            = "Price";
     this.lineSeriesPrice.LineStyle.LineWidth         = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeriesPrice.MarkerMaxSize               = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeriesPrice.MarkerMinSize               = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeriesPrice.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeriesPrice.Name       = "lineSeriesPrice";
     graphGroup3.Name = "seriesGroup";
     this.lineSeriesPrice.SeriesGroup   = graphGroup3;
     this.lineSeriesPrice.Size          = null;
     this.lineSeriesPrice.ToolTip.Text  = "= Sum(Fields.Price)";
     this.lineSeriesPrice.ToolTip.Title = "Price";
     this.lineSeriesPrice.X             = "= Fields.Date";
     this.lineSeriesPrice.Y             = "= Sum(Fields.Price)";
     //
     // lineSeriesCoins
     //
     this.lineSeriesCoins.CategoryGroup               = graphGroup2;
     this.lineSeriesCoins.CoordinateSystem            = this.cartesianCoordinateSystem3;
     this.lineSeriesCoins.DataPointLabel              = "= Fields.MarketCap";
     this.lineSeriesCoins.DataPointLabelStyle.Visible = false;
     this.lineSeriesCoins.DataPointStyle.Visible      = false;
     this.lineSeriesCoins.LegendItem.Value            = "Market cap";
     this.lineSeriesCoins.LineStyle.LineWidth         = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeriesCoins.MarkerMaxSize               = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeriesCoins.MarkerMinSize               = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeriesCoins.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeriesCoins.Name       = "lineSeriesCoins";
     graphGroup4.Name = "seriesGroup1";
     this.lineSeriesCoins.SeriesGroup   = graphGroup4;
     this.lineSeriesCoins.Size          = null;
     this.lineSeriesCoins.ToolTip.Text  = "= Fields.MarketCap";
     this.lineSeriesCoins.ToolTip.Title = "Coins";
     this.lineSeriesCoins.X             = "= Fields.Date";
     this.lineSeriesCoins.Y             = "= Fields.MarketCap";
     //
     // map2
     //
     this.map2.Bindings.Add(new Telerik.Reporting.Binding("Visible", "= Parameters.currencyCode.Value = \"btc\""));
     this.map2.ColorPalette        = null;
     this.map2.DataSource          = this.dsData;
     this.map2.Extent.LatitudeMax  = 74.393967649013874D;
     this.map2.Extent.LatitudeMin  = -20.886359822167741D;
     this.map2.Extent.LongitudeMax = 169.84247446060181D;
     this.map2.Extent.LongitudeMin = -40.861018896102905D;
     shapeMapGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.CNTRY_NAME"));
     shapeMapGroup1.Name = "categoryGroup1";
     geoLocationMapGroup1.Filters.Add(new Telerik.Reporting.Filter("= Fields.Country is Null", Telerik.Reporting.FilterOperator.Equal, "=False"));
     geoLocationMapGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Country"));
     geoLocationMapGroup1.Name = "geoLocationMapGroup";
     this.map2.GeoLocationGroups.Add(shapeMapGroup1);
     this.map2.GeoLocationGroups.Add(geoLocationMapGroup1);
     mapLegend1.IsInsidePlotArea          = true;
     mapLegend1.Position                  = Telerik.Reporting.GraphItemPosition.TopCenter;
     mapLegend1.Style.LineColor           = System.Drawing.Color.LightGray;
     mapLegend1.Style.LineWidth           = Telerik.Reporting.Drawing.Unit.Cm(0D);
     mapLegend1.Title                     = "Mining Pools %";
     mapLegend1.TitleStyle.Font.Bold      = true;
     mapLegend1.TitleStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(6D);
     mapLegend1.TitleStyle.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.map2.Legends.Add(mapLegend1);
     this.map2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(2.6000001430511475D));
     this.map2.Meridians.Style.LineColor = System.Drawing.Color.LightGray;
     this.map2.Name = "map2";
     this.map2.Parallels.Style.LineColor = System.Drawing.Color.LightGray;
     this.map2.PlotAreaStyle.LineColor   = System.Drawing.Color.LightGray;
     this.map2.PlotAreaStyle.LineWidth   = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.map2.Projection = mercatorProjection1;
     this.map2.ScaleLegend.ItemStyle.BorderColor.Default = System.Drawing.Color.White;
     this.map2.ScaleLegend.ItemStyle.LineColor           = System.Drawing.Color.DodgerBlue;
     this.map2.ScaleLegend.ItemStyle.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(2D);
     this.map2.ScaleLegend.ItemStyle.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.map2.ScaleLegend.ItemStyle.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.map2.ScaleLegend.ItemStyle.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.map2.ScaleLegend.Style.VerticalAlign           = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.map2.Series.Add(this.shapeMapSeries1);
     this.map2.Series.Add(this.pointMapSeries1);
     this.map2.SeriesGroups.Add(mapGroup1);
     this.map2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.236221313476563D), Telerik.Reporting.Drawing.Unit.Cm(18.034002304077148D));
     this.map2.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.map2.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.map2.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.map2.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     mapTitle1.Style.LineColor      = System.Drawing.Color.LightGray;
     mapTitle1.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Cm(0D);
     mapTitle1.Text = "";
     this.map2.Titles.Add(mapTitle1);
     //
     // shapeMapSeries1
     //
     this.shapeMapSeries1.ColorData      = "= Fields.RiskIndex";
     gradientPalette1.BeginColor         = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(132)))), ((int)(((byte)(168)))));
     gradientPalette1.EndColor           = System.Drawing.Color.Maroon;
     this.shapeMapSeries1.ColorPalette   = gradientPalette1;
     this.shapeMapSeries1.ColorsCount    = 4;
     this.shapeMapSeries1.DataPointLabel = "{Fields.CNTRY_NAME}\r\n({Sum(Fields.[RiskIndex])})";
     this.shapeMapSeries1.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.shapeMapSeries1.DataPointLabelStyle.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.shapeMapSeries1.DataPointLabelStyle.Visible   = false;
     this.shapeMapSeries1.DataPointStyle.LineColor      = System.Drawing.Color.Gray;
     this.shapeMapSeries1.DataPointStyle.Visible        = true;
     this.shapeMapSeries1.LegendItem.Value = "= RangeMax";
     this.shapeMapSeries1.Name             = "shapeMapSeries1";
     this.shapeMapSeries1.RangeGrouping    = Telerik.Reporting.ShapeMapSeries.RangeGroupings.EqualDistribution;
     mapGroup1.Name = "seriesGroup1";
     this.shapeMapSeries1.SeriesGroup   = mapGroup1;
     this.shapeMapSeries1.ShapeMapGroup = shapeMapGroup1;
     esriShapeFileSourceType1.FileName  = "./Resources/world.shp";
     mapRelationPair1.AnalyticalField   = "= Fields.Country";
     mapRelationPair1.ShapeFileField    = "= Fields.CNTRY_NAME";
     esriShapeFileSourceType1.RelationPairs.Add(mapRelationPair1);
     this.shapeMapSeries1.SourceType = esriShapeFileSourceType1;
     //
     // pointMapSeries1
     //
     formattingRule1.Filters.Add(new Telerik.Reporting.Filter("= Fields.RiskIndex", Telerik.Reporting.FilterOperator.LessThan, "=2.4"));
     formattingRule1.Style.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(153)))), ((int)(((byte)(145)))));
     formattingRule1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(3D);
     formattingRule2.Filters.Add(new Telerik.Reporting.Filter("= Fields.RiskIndex", Telerik.Reporting.FilterOperator.GreaterOrEqual, "=2.4"));
     formattingRule2.Style.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(198)))), ((int)(((byte)(79)))));
     formattingRule2.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(3D);
     formattingRule3.Filters.Add(new Telerik.Reporting.Filter("= Fields.RiskIndex", Telerik.Reporting.FilterOperator.GreaterOrEqual, "=3.5"));
     formattingRule3.Style.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(163)))), ((int)(((byte)(79)))));
     formattingRule3.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(3D);
     formattingRule4.Filters.Add(new Telerik.Reporting.Filter("= Fields.RiskIndex", Telerik.Reporting.FilterOperator.GreaterOrEqual, "=4"));
     formattingRule4.Style.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(134)))), ((int)(((byte)(132)))));
     formattingRule4.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(3D);
     this.pointMapSeries1.DataPointConditionalFormatting.AddRange(new Telerik.Reporting.Drawing.FormattingRule[] {
         formattingRule1,
         formattingRule2,
         formattingRule3,
         formattingRule4
     });
     this.pointMapSeries1.DataPointLabel = "=Format(\'\r\nRegion: {0}\r\nPools: {1}%, \r\nPH/s: {2}\', \r\nFields.Country, Fields.RiskI" +
                                           "ndex, 12000*Fields.RiskIndex/100)\r\n";
     this.pointMapSeries1.DataPointLabelAlignment        = Telerik.Reporting.LineDataPointLabelAlignment.Center;
     this.pointMapSeries1.DataPointLabelStyle.Color      = System.Drawing.Color.White;
     this.pointMapSeries1.DataPointLabelStyle.Font.Bold  = false;
     this.pointMapSeries1.DataPointStyle.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
     this.pointMapSeries1.GeoLocationGroup         = geoLocationMapGroup1;
     this.pointMapSeries1.Latitude                 = "= Fields.Lat";
     this.pointMapSeries1.LegendItem.Style.Visible = false;
     this.pointMapSeries1.Longitude                = "= Fields.Long";
     this.pointMapSeries1.MarkerMaxSize            = Telerik.Reporting.Drawing.Unit.Cm(4D);
     this.pointMapSeries1.MarkerMinSize            = Telerik.Reporting.Drawing.Unit.Cm(4D);
     this.pointMapSeries1.MarkerType               = Telerik.Reporting.DataPointMarkerType.Circle;
     this.pointMapSeries1.SeriesGroup              = mapGroup1;
     this.pointMapSeries1.Size = "= Fields.TSI";
     //
     // textBox2
     //
     typeReportSource2.Parameters.Add(new Telerik.Reporting.Parameter("currencyCode", "= Parameters.currencyCode.Value"));
     typeReportSource2.TypeName = "Telerik.Reporting.Examples.CSharp.CryptoCurrencyRawData, CSharp.ReportLibrary, Ve" +
                                  "rsion=1.0.0.0, Culture=neutral, PublicKeyToken=null";
     navigateToReportAction2.ReportSource = typeReportSource2;
     this.textBox2.Action               = navigateToReportAction2;
     this.textBox2.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.5000789165496826D), Telerik.Reporting.Drawing.Unit.Inch(9.90000057220459D));
     this.textBox2.Name                 = "textBox2";
     this.textBox2.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7999998927116394D), Telerik.Reporting.Drawing.Unit.Inch(0.19995880126953125D));
     this.textBox2.Style.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(64)))), ((int)(((byte)(97)))));
     this.textBox2.Style.Font.Underline = true;
     this.textBox2.Value                = "Raw data.";
     //
     // htmlTextBox1
     //
     this.htmlTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(9.7000818252563477D));
     this.htmlTextBox1.Name     = "htmlTextBox1";
     this.htmlTextBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4999606609344482D), Telerik.Reporting.Drawing.Unit.Inch(0.79987972974777222D));
     this.htmlTextBox1.Value    = resources.GetString("htmlTextBox1.Value");
     //
     // CurrencyDetails
     //
     this.CurrencyDetails.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("MarketCapInThous", typeof(uint), "= Fields.MarketCap/1000")
     });
     this.CurrencyDetails.DataMember = "GetDetails";
     this.CurrencyDetails.DataSource = typeof(Telerik.Reporting.Examples.CSharp.CryptoDataResolver);
     this.CurrencyDetails.Name       = "CurrencyDetails";
     this.CurrencyDetails.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
         new Telerik.Reporting.ObjectDataSourceParameter("currencyCode", typeof(string), "= Parameters.currencyCode.Value")
     });
     //
     // CurrenciesList
     //
     this.CurrenciesList.DataMember = "GetData";
     this.CurrenciesList.DataSource = typeof(Telerik.Reporting.Examples.CSharp.CryptoDataResolver);
     this.CurrenciesList.Name       = "CurrenciesList";
     this.CurrenciesList.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
         new Telerik.Reporting.ObjectDataSourceParameter("forDate", typeof(System.DateTime), "=AddDays(today(),-2)")
     });
     //
     // CryptoCurrencyInfo
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detailSection1
     });
     this.Name = "CryptoCurrencyDetails";
     this.PageSettings.ColumnCount                  = 1;
     this.PageSettings.ColumnSpacing                = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.PageSettings.ContinuousPaper              = false;
     this.PageSettings.Landscape                    = true;
     this.PageSettings.Margins                      = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D), Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D), Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D), Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D));
     this.PageSettings.PaperKind                    = System.Drawing.Printing.PaperKind.Letter;
     reportParameter1.AutoRefresh                   = true;
     reportParameter1.AvailableValues.DataSource    = this.CurrenciesList;
     reportParameter1.AvailableValues.DisplayMember = "= Fields.Name";
     reportParameter1.AvailableValues.ValueMember   = "= Fields.Code";
     reportParameter1.Name        = "currencyCode";
     reportParameter1.Text        = "Crypto Currency";
     reportParameter1.Value       = "btc";
     reportParameter1.Visible     = true;
     reportParameter2.AutoRefresh = true;
     reportParameter2.Name        = "fromDate";
     reportParameter2.Text        = "From Date";
     reportParameter2.Type        = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter2.Value       = "= AddYears(today(), - 1)";
     reportParameter2.Visible     = true;
     reportParameter3.AutoRefresh = true;
     reportParameter3.Name        = "toDate";
     reportParameter3.Text        = "To Date";
     reportParameter3.Type        = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter3.Value       = "=today()";
     reportParameter3.Visible     = true;
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.Style.Font.Name = "Segoe UI";
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.Table), "Apex.TableNormal")
     });
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color     = System.Drawing.Color.Black;
     styleRule3.Style.Font.Name = "Segoe UI";
     styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     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), "Apex.TableBody")
     });
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector1
     });
     styleRule4.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule4.Style.Font.Name           = "Segoe UI";
     styleRule4.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(9D);
     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), "Apex.TableHeader")
     });
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector2
     });
     styleRule5.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(103)))), ((int)(((byte)(109)))));
     styleRule5.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule5.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule5.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(185)))), ((int)(((byte)(102)))));
     styleRule5.Style.Font.Name     = "Segoe UI";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(10.800000190734863D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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.GraphGroup           graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup4     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle           graphTitle1     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.CategoryScale        categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale       numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup           graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette colorPalette1   = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphGroup           graphGroup3     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.StyleRule    styleRule1      = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1         = new Telerik.Reporting.PageHeaderSection();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1         = new Telerik.Reporting.PageFooterSection();
     this.textBox4                   = new Telerik.Reporting.TextBox();
     this.textBox1                   = new Telerik.Reporting.TextBox();
     this.graph1                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis1                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis2                 = new Telerik.Reporting.GraphAxis();
     this.barSeries1                 = new Telerik.Reporting.BarSeries();
     this.lineSeries4                = new Telerik.Reporting.LineSeries();
     this.objectDataSource1          = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.4D);
     this.pageHeaderSection1.Name   = "pageHeaderSection1";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(9.15D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.graph1,
         this.textBox1,
         this.textBox4
     });
     this.detail.Name = "detail";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.55D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // textBox4
     //
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.35D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.704D));
     this.textBox4.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox4.Style.Color     = System.Drawing.Color.Gray;
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Name = "Arial";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Value           = "";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.35D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox1.Style.Color     = System.Drawing.Color.Gray;
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Value           = "REPORTE VENTAS";
     //
     // graph1
     //
     graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Date"));
     graphGroup1.Name = "itemGroup";
     graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Date", Telerik.Reporting.SortDirection.Asc));
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
     this.graph1.DataSource             = null;
     this.graph1.Legend.Position        = Telerik.Reporting.GraphItemPosition.TopCenter;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.7D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Series.Add(this.barSeries1);
     this.graph1.Series.Add(this.lineSeries4);
     graphGroup4.Name = "seriesGroup";
     this.graph1.SeriesGroups.Add(graphGroup4);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.071D), Telerik.Reporting.Drawing.Unit.Inch(4.3D));
     this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle1.Position             = Telerik.Reporting.GraphItemPosition.TopLeft;
     graphTitle1.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Inch(0D);
     graphTitle1.Text = "";
     this.graph1.Titles.Add(graphTitle1);
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis1;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis2;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name            = "GraphAxis1";
     this.graphAxis1.Scale           = categoryScale1;
     this.graphAxis1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     //
     // graphAxis2
     //
     this.graphAxis2.LabelFormat = "{0:C2}";
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name            = "GraphAxis2";
     this.graphAxis2.Scale           = numericalScale1;
     this.graphAxis2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     //
     // barSeries1
     //
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Date"));
     graphGroup2.Name = "itemGroup";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Date", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.CategoryGroup = graphGroup2;
     colorPalette1.Colors.Add(System.Drawing.Color.LimeGreen);
     this.barSeries1.ColorPalette        = colorPalette1;
     this.barSeries1.CoordinateSystem    = this.cartesianCoordinateSystem1;
     this.barSeries1.DataPointLabel      = "=Fields.Total";
     this.barSeries1.DataPointLabelAngle = 270;
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Visible        = false;
     this.barSeries1.DataPointLabelFormat          = "{0:C0}";
     this.barSeries1.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(6D);
     this.barSeries1.LegendItem.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.barSeries1.LegendItem.Value = "Ventas";
     graphGroup3.Name            = "seriesGroup";
     this.barSeries1.SeriesGroup = graphGroup3;
     this.barSeries1.Y           = "= Fields.Total";
     //
     // lineSeries4
     //
     this.lineSeries4.CategoryGroup                 = graphGroup2;
     this.lineSeries4.CoordinateSystem              = this.cartesianCoordinateSystem1;
     this.lineSeries4.DataPointLabelFormat          = "{0:C2}";
     this.lineSeries4.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.lineSeries4.DataPointLabelStyle.Visible   = true;
     this.lineSeries4.DataPointStyle.Visible        = false;
     this.lineSeries4.LegendItem.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.lineSeries4.LegendItem.Value              = "Meta";
     this.lineSeries4.LineStyle.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries4.MarkerMaxSize                 = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries4.MarkerMinSize                 = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries4.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries4.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries4.MissingValuesLineStyle.Visible   = false;
     this.lineSeries4.Name        = "lineSeries2";
     this.lineSeries4.SeriesGroup = graphGroup3;
     this.lineSeries4.Size        = null;
     this.lineSeries4.Y           = "=200000.00";
     //
     // objectDataSource1
     //
     this.objectDataSource1.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("Field1", typeof(int), "Fields.Date"),
         new Telerik.Reporting.CalculatedField("Field2", typeof(decimal), "Fields.Total")
     });
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // Rptmeta
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "Rptmeta";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = true;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.1D), Telerik.Reporting.Drawing.Unit.Cm(0.1D), Telerik.Reporting.Drawing.Unit.Cm(0.1D), Telerik.Reporting.Drawing.Unit.Cm(0.1D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.LetterRotated;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
     this.Width         = Telerik.Reporting.Drawing.Unit.Inch(8.071D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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.GraphGroup graphGroup1 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphTitle graphTitle1 = new Telerik.Reporting.GraphTitle();
            Telerik.Reporting.DateTimeScale dateTimeScale1 = new Telerik.Reporting.DateTimeScale();
            Telerik.Reporting.NumericalScale numericalScale1 = new Telerik.Reporting.NumericalScale();
            Telerik.Reporting.GraphGroup graphGroup2 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            this.detailSection1 = new Telerik.Reporting.DetailSection();
            this.graph1 = new Telerik.Reporting.Graph();
            this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
            this.graphAxis2 = new Telerik.Reporting.GraphAxis();
            this.graphAxis1 = new Telerik.Reporting.GraphAxis();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.lineSeries1 = new Telerik.Reporting.LineSeries();
            this.lineSeries2 = new Telerik.Reporting.LineSeries();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // detailSection1
            // 
            this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(6.9000000953674316D);
            this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.graph1});
            this.detailSection1.Name = "detailSection1";
            // 
            // graph1
            // 
            graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Date"));
            graphGroup1.Name = "dateGroup";
            graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Date", Telerik.Reporting.SortDirection.Asc));
            this.graph1.CategoryGroups.Add(graphGroup1);
            this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
            this.graph1.DataSource = this.sqlDataSource1;
            this.graph1.Legend.Position = Telerik.Reporting.GraphItemPosition.BottomCenter;
            this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
            this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.graph1.Name = "graph1";
            this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
            this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Series.Add(this.lineSeries1);
            this.graph1.Series.Add(this.lineSeries2);
            this.graph1.SeriesGroups.Add(graphGroup2);
            this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.9999608993530273D), Telerik.Reporting.Drawing.Unit.Inch(3.1000001430511475D));
            this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            graphTitle1.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
            graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            graphTitle1.Text = "Broodstock Population";
            this.graph1.Titles.Add(graphTitle1);
            // 
            // cartesianCoordinateSystem1
            // 
            this.cartesianCoordinateSystem1.Name = "cartesianCoordinateSystem1";
            this.cartesianCoordinateSystem1.XAxis = this.graphAxis2;
            this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
            // 
            // graphAxis2
            // 
            this.graphAxis2.LabelFormat = "{0:dd/MM/yy}";
            this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.Visible = false;
            this.graphAxis2.Name = "graphAxis2";
            this.graphAxis2.Scale = dateTimeScale1;
            this.graphAxis2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            // 
            // graphAxis1
            // 
            this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.Visible = false;
            this.graphAxis1.Name = "graphAxis1";
            this.graphAxis1.Scale = numericalScale1;
            this.graphAxis1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "HatcheryReportLibrary.Properties.Settings.Hatchery";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.SelectCommand = "SELECT        Batch, Date, Male, Female, TotalPopulation, DeadMale, DeadFemale, M" +
    "ortality\r\nFROM            BroodstockPopulationView";
            // 
            // lineSeries1
            // 
            this.lineSeries1.CategoryGroup = graphGroup1;
            this.lineSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries1.DataPointLabel = "= Sum(Fields.Female)";
            this.lineSeries1.DataPointLabelStyle.Visible = false;
            this.lineSeries1.DataPointStyle.Visible = false;
            this.lineSeries1.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(Female)\'";
            this.lineSeries1.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries1.LineStyle.Visible = true;
            this.lineSeries1.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries1.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries1.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries1.Name = "lineSeries1";
            graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Batch"));
            graphGroup2.Name = "batchGroup";
            graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Batch", Telerik.Reporting.SortDirection.Asc));
            this.lineSeries1.SeriesGroup = graphGroup2;
            this.lineSeries1.Size = null;
            this.lineSeries1.X = "= Fields.Date";
            this.lineSeries1.Y = "= Sum(Fields.Female)";
            // 
            // lineSeries2
            // 
            this.lineSeries2.CategoryGroup = graphGroup1;
            this.lineSeries2.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries2.DataPointLabel = "= Sum(Fields.Male)";
            this.lineSeries2.DataPointLabelStyle.Visible = false;
            this.lineSeries2.DataPointStyle.Visible = false;
            this.lineSeries2.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(Male)\'";
            this.lineSeries2.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries2.LineStyle.Visible = true;
            this.lineSeries2.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries2.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries2.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries2.Name = "lineSeries2";
            this.lineSeries2.SeriesGroup = graphGroup2;
            this.lineSeries2.Size = null;
            this.lineSeries2.X = "= Fields.Date";
            this.lineSeries2.Y = "= Sum(Fields.Male)";
            // 
            // BroodstockPopulationGraph
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detailSection1});
            this.Name = "BroodstockPopulationGraph";
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(1D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))});
            styleRule1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(2D);
            styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(6D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
 /// <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.GraphGroup                   graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle                   graphTitle1     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.CategoryScale                categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale               numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.Drawing.ColorPalette         colorPalette1   = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphGroup                   graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup                   graphGroup3     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle                   graphTitle2     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.CategoryScale                categoryScale2  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale               numericalScale2 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup                   graphGroup4     = new Telerik.Reporting.GraphGroup();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(RptComparison));
     Telerik.Reporting.Drawing.StyleRule            styleRule1      = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1         = new Telerik.Reporting.PageHeaderSection();
     this.textBox1                   = new Telerik.Reporting.TextBox();
     this.textBox4                   = new Telerik.Reporting.TextBox();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.textBox2                   = new Telerik.Reporting.TextBox();
     this.textBox3                   = new Telerik.Reporting.TextBox();
     this.graph1                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis1                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis2                 = new Telerik.Reporting.GraphAxis();
     this.barSeries1                 = new Telerik.Reporting.BarSeries();
     this.lineSeries4                = new Telerik.Reporting.LineSeries();
     this.graph2                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem2 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis3                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis4                 = new Telerik.Reporting.GraphAxis();
     this.barSeries2                 = new Telerik.Reporting.BarSeries();
     this.lineSeries1                = new Telerik.Reporting.LineSeries();
     this.pageFooterSection1         = new Telerik.Reporting.PageFooterSection();
     this.objectDataSource1          = new Telerik.Reporting.ObjectDataSource();
     this.objectDataSource2          = new Telerik.Reporting.ObjectDataSource();
     this.salesData                  = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.521D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox4
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.533D), Telerik.Reporting.Drawing.Unit.Cm(0.096D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox1.Style.Color     = System.Drawing.Color.Gray;
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Value           = "REPORTE VENTAS";
     //
     // textBox4
     //
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.533D), Telerik.Reporting.Drawing.Unit.Cm(0.662D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox4.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox4.Style.Color     = System.Drawing.Color.Gray;
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Name = "Arial";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Value           = "";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(9.15D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox3,
         this.graph1,
         this.graph2
     });
     this.detail.Name = "detail";
     //
     // textBox2
     //
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.27D), Telerik.Reporting.Drawing.Unit.Cm(0.455D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox2.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox2.Style.Color     = System.Drawing.Color.Gray;
     this.textBox2.Style.Font.Bold = true;
     this.textBox2.Style.Font.Name = "Arial";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox2.Value           = "*Menudeo";
     //
     // textBox3
     //
     this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.27D), Telerik.Reporting.Drawing.Unit.Cm(11.377D));
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox3.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox3.Style.Color     = System.Drawing.Color.Gray;
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.Font.Name = "Arial";
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Value           = "*Mayoreo";
     //
     // graph1
     //
     graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Codigo_De_Sucursal"));
     graphGroup1.Name = "itemGroup";
     graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Numerosucursal", Telerik.Reporting.SortDirection.Asc));
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
     this.graph1.DataSource             = null;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.3D), Telerik.Reporting.Drawing.Unit.Inch(0.479D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Series.Add(this.barSeries1);
     this.graph1.Series.Add(this.lineSeries4);
     this.graph1.SeriesGroups.Add(graphGroup2);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.6D), Telerik.Reporting.Drawing.Unit.Inch(4D));
     this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle1.Position             = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle1.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Inch(0D);
     graphTitle1.Text = "";
     this.graph1.Titles.Add(graphTitle1);
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis1;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis2;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name  = "GraphAxis1";
     this.graphAxis1.Scale = categoryScale1;
     //
     // graphAxis2
     //
     this.graphAxis2.LabelFormat = "{0:C2}";
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name  = "GraphAxis2";
     this.graphAxis2.Scale = numericalScale1;
     //
     // barSeries1
     //
     this.barSeries1.CategoryGroup = graphGroup1;
     colorPalette1.Colors.Add(System.Drawing.Color.LimeGreen);
     this.barSeries1.ColorPalette     = colorPalette1;
     this.barSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Visible        = false;
     this.barSeries1.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.barSeries1.LegendItem.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.barSeries1.LegendItem.Value = "2019";
     graphGroup2.Name            = "seriesGroup";
     this.barSeries1.SeriesGroup = graphGroup2;
     this.barSeries1.Y           = "= Fields.TotalActual";
     //
     // lineSeries4
     //
     this.lineSeries4.CategoryGroup                 = graphGroup1;
     this.lineSeries4.CoordinateSystem              = this.cartesianCoordinateSystem1;
     this.lineSeries4.DataPointLabel                = "= Sum(Fields.TotalAnterior)";
     this.lineSeries4.DataPointLabelFormat          = "{0:C2}";
     this.lineSeries4.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.lineSeries4.DataPointLabelStyle.Visible   = true;
     this.lineSeries4.DataPointStyle.Visible        = true;
     this.lineSeries4.LegendItem.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.lineSeries4.LegendItem.Value              = "2018";
     this.lineSeries4.LineStyle.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries4.MarkerMaxSize                 = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries4.MarkerMinSize                 = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries4.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries4.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries4.MissingValuesLineStyle.Visible   = false;
     this.lineSeries4.Name        = "lineSeries2";
     this.lineSeries4.SeriesGroup = graphGroup2;
     this.lineSeries4.Size        = null;
     this.lineSeries4.Y           = "= Sum(Fields.TotalAnterior)";
     //
     // graph2
     //
     graphGroup3.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Codigo_De_Sucursal"));
     graphGroup3.Name = "itemGroup";
     graphGroup3.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Numerosucursal", Telerik.Reporting.SortDirection.Asc));
     this.graph2.CategoryGroups.Add(graphGroup3);
     this.graph2.CoordinateSystems.Add(this.cartesianCoordinateSystem2);
     this.graph2.DataSource             = null;
     this.graph2.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph2.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.3D), Telerik.Reporting.Drawing.Unit.Inch(4.702D));
     this.graph2.Name     = "graph2";
     this.graph2.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph2.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph2.Series.Add(this.barSeries2);
     this.graph2.Series.Add(this.lineSeries1);
     this.graph2.SeriesGroups.Add(graphGroup4);
     this.graph2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.6D), Telerik.Reporting.Drawing.Unit.Inch(4D));
     this.graph2.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle2.Position             = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle2.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle2.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Inch(0D);
     graphTitle2.Text = "";
     this.graph2.Titles.Add(graphTitle2);
     //
     // cartesianCoordinateSystem2
     //
     this.cartesianCoordinateSystem2.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem2.XAxis = this.graphAxis3;
     this.cartesianCoordinateSystem2.YAxis = this.graphAxis4;
     //
     // graphAxis3
     //
     this.graphAxis3.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.Visible   = false;
     this.graphAxis3.Name  = "GraphAxis1";
     this.graphAxis3.Scale = categoryScale2;
     //
     // graphAxis4
     //
     this.graphAxis4.LabelFormat = "{0:C2}";
     this.graphAxis4.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MinorGridLineStyle.Visible   = false;
     this.graphAxis4.Name  = "GraphAxis2";
     this.graphAxis4.Scale = numericalScale2;
     //
     // barSeries2
     //
     this.barSeries2.CategoryGroup    = graphGroup3;
     this.barSeries2.CoordinateSystem = this.cartesianCoordinateSystem2;
     this.barSeries2.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries2.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries2.DataPointLabelConnectorStyle.Visible        = false;
     this.barSeries2.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.barSeries2.LegendItem.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.barSeries2.LegendItem.Value = "2019";
     graphGroup4.Name            = "seriesGroup";
     this.barSeries2.SeriesGroup = graphGroup4;
     this.barSeries2.Y           = "= Fields.TotalActual";
     //
     // lineSeries1
     //
     this.lineSeries1.CategoryGroup                 = graphGroup3;
     this.lineSeries1.CoordinateSystem              = this.cartesianCoordinateSystem2;
     this.lineSeries1.DataPointLabel                = "= Sum(Fields.TotalAnterior)";
     this.lineSeries1.DataPointLabelFormat          = "{0:C2}";
     this.lineSeries1.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.lineSeries1.DataPointLabelStyle.Visible   = true;
     this.lineSeries1.DataPointStyle.Visible        = false;
     this.lineSeries1.LegendItem.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.lineSeries1.LegendItem.Value              = "2018";
     this.lineSeries1.LineStyle.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries1.MarkerMaxSize                 = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries1.MarkerMinSize                 = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries1.MissingValuesLineStyle.Visible   = false;
     this.lineSeries1.Name        = "lineSeries2";
     this.lineSeries1.SeriesGroup = graphGroup4;
     this.lineSeries1.Size        = null;
     this.lineSeries1.Y           = "= Sum(Fields.TotalAnterior)";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.521D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // objectDataSource1
     //
     this.objectDataSource1.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("Field1", typeof(string), "Fields.Numerosucursal"),
         new Telerik.Reporting.CalculatedField("Field2", typeof(decimal), "Fields.TotalActual"),
         new Telerik.Reporting.CalculatedField("Field3", typeof(string), "Fields.Codigo_De_Sucursal"),
         new Telerik.Reporting.CalculatedField("Field4", typeof(string), "Fields.Nombre"),
         new Telerik.Reporting.CalculatedField("Field5", typeof(decimal), "Fields.TotalAnterior")
     });
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // objectDataSource2
     //
     this.objectDataSource2.Name = "objectDataSource2";
     //
     // salesData
     //
     this.salesData.ConnectionString = "My.MySettings.TelerikConnectionString";
     this.salesData.Name             = "salesData";
     this.salesData.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@country", System.Data.DbType.String, "=Parameters.country.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@year", System.Data.DbType.Int32, "=Parameters.year.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@category", System.Data.DbType.Int32, "=Parameters.category.Value")
     });
     this.salesData.SelectCommand = resources.GetString("salesData.SelectCommand");
     //
     // RptComparison
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "RptComparison";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
     this.Width         = Telerik.Reporting.Drawing.Unit.Cm(20.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemple #6
0
 /// <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.SortingAction              sortingAction1          = new Telerik.Reporting.SortingAction();
     Telerik.Reporting.TableGroup                 tableGroup1             = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup2             = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup3             = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup4             = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup5             = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup6             = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup7             = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup8             = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.NavigateToReportAction     navigateToReportAction1 = new Telerik.Reporting.NavigateToReportAction();
     Telerik.Reporting.TypeReportSource           typeReportSource1       = new Telerik.Reporting.TypeReportSource();
     Telerik.Reporting.NavigateToReportAction     navigateToReportAction2 = new Telerik.Reporting.NavigateToReportAction();
     Telerik.Reporting.TypeReportSource           typeReportSource2       = new Telerik.Reporting.TypeReportSource();
     Telerik.Reporting.SortingAction              sortingAction2          = new Telerik.Reporting.SortingAction();
     Telerik.Reporting.SortingAction              sortingAction3          = new Telerik.Reporting.SortingAction();
     Telerik.Reporting.SortingAction              sortingAction4          = new Telerik.Reporting.SortingAction();
     Telerik.Reporting.SortingAction              sortingAction5          = new Telerik.Reporting.SortingAction();
     Telerik.Reporting.SortingAction              sortingAction6          = new Telerik.Reporting.SortingAction();
     Telerik.Reporting.GraphGroup                 graphGroup1             = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle                 graphTitle1             = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.NumericalScale             numericalScale1         = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.NumericalScale             numericalScale2         = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.Drawing.ColorPalette       colorPalette1           = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphGroup                 graphGroup2             = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette       colorPalette2           = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphGroup                 graphGroup3             = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.NavigateToReportAction     navigateToReportAction3 = new Telerik.Reporting.NavigateToReportAction();
     Telerik.Reporting.TypeReportSource           typeReportSource3       = new Telerik.Reporting.TypeReportSource();
     Telerik.Reporting.ReportParameter            reportParameter1        = 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.StyleRule          styleRule3          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule          styleRule4          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector();
     Telerik.Reporting.Drawing.StyleRule          styleRule5          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector();
     this.textBox8               = new Telerik.Reporting.TextBox();
     this.table1                 = new Telerik.Reporting.Table();
     this.textBox13              = new Telerik.Reporting.TextBox();
     this.textBox9               = new Telerik.Reporting.TextBox();
     this.textBox14              = new Telerik.Reporting.TextBox();
     this.textBox5               = new Telerik.Reporting.TextBox();
     this.textBox15              = new Telerik.Reporting.TextBox();
     this.textBox12              = new Telerik.Reporting.TextBox();
     this.CurrenciesData         = new Telerik.Reporting.ObjectDataSource();
     this.textBox16              = new Telerik.Reporting.TextBox();
     this.textBox1               = new Telerik.Reporting.TextBox();
     this.textBox11              = new Telerik.Reporting.TextBox();
     this.textBox2               = new Telerik.Reporting.TextBox();
     this.textBox22              = new Telerik.Reporting.TextBox();
     this.textBox3               = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1     = new Telerik.Reporting.PageHeaderSection();
     this.textBox7               = new Telerik.Reporting.TextBox();
     this.detailSection1         = new Telerik.Reporting.DetailSection();
     this.textBox6               = new Telerik.Reporting.TextBox();
     this.graph1                 = new Telerik.Reporting.Graph();
     this.polarCoordinateSystem1 = new Telerik.Reporting.PolarCoordinateSystem();
     this.angularAxis            = new Telerik.Reporting.GraphAxis();
     this.radialAxis1            = new Telerik.Reporting.GraphAxis();
     this.algorithmSeries        = new Telerik.Reporting.BarSeries();
     this.codeSeries             = new Telerik.Reporting.BarSeries();
     this.textBox10              = new Telerik.Reporting.TextBox();
     this.reportFooterSection1   = new Telerik.Reporting.ReportFooterSection();
     this.htmlTextBox1           = new Telerik.Reporting.HtmlTextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // textBox8
     //
     sortingAction1.SortingExpression = "= Fields.Code";
     sortingAction1.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {
         this.table1
     });
     this.textBox8.Action    = sortingAction1;
     this.textBox8.Name      = "textBox8";
     this.textBox8.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.681D), Telerik.Reporting.Drawing.Unit.Inch(0.2D));
     this.textBox8.StyleName = "Apex.TableHeader";
     this.textBox8.Value     = "Code";
     //
     // table1
     //
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.681D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.093D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.028D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.682D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.925D)));
     this.table1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1.186D)));
     this.table1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.252D)));
     this.table1.Body.SetCellContent(0, 0, this.textBox13);
     this.table1.Body.SetCellContent(0, 1, this.textBox9);
     this.table1.Body.SetCellContent(0, 3, this.textBox14);
     this.table1.Body.SetCellContent(0, 4, this.textBox5);
     this.table1.Body.SetCellContent(0, 5, this.textBox15);
     this.table1.Body.SetCellContent(0, 2, this.textBox12);
     tableGroup2.Name       = "group4";
     tableGroup2.ReportItem = this.textBox8;
     tableGroup3.Name       = "group5";
     tableGroup3.ReportItem = this.textBox1;
     tableGroup4.Name       = "group7";
     tableGroup4.ReportItem = this.textBox11;
     tableGroup5.Name       = "group8";
     tableGroup5.ReportItem = this.textBox2;
     tableGroup6.Name       = "group9";
     tableGroup6.ReportItem = this.textBox22;
     tableGroup7.Name       = "group10";
     tableGroup7.ReportItem = this.textBox3;
     tableGroup1.ChildGroups.Add(tableGroup2);
     tableGroup1.ChildGroups.Add(tableGroup3);
     tableGroup1.ChildGroups.Add(tableGroup4);
     tableGroup1.ChildGroups.Add(tableGroup5);
     tableGroup1.ChildGroups.Add(tableGroup6);
     tableGroup1.ChildGroups.Add(tableGroup7);
     tableGroup1.Name       = "group";
     tableGroup1.ReportItem = this.textBox16;
     this.table1.ColumnGroups.Add(tableGroup1);
     this.table1.DataSource = this.CurrenciesData;
     this.table1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox13,
         this.textBox9,
         this.textBox12,
         this.textBox14,
         this.textBox5,
         this.textBox15,
         this.textBox16,
         this.textBox8,
         this.textBox1,
         this.textBox11,
         this.textBox2,
         this.textBox22,
         this.textBox3
     });
     this.table1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.7D));
     this.table1.Name     = "table1";
     tableGroup8.Groupings.Add(new Telerik.Reporting.Grouping(null));
     tableGroup8.Name = "detail";
     this.table1.RowGroups.Add(tableGroup8);
     this.table1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.595D), Telerik.Reporting.Drawing.Unit.Inch(0.746D));
     this.table1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.MarketCap", Telerik.Reporting.SortDirection.Desc));
     this.table1.StyleName = "Apex.TableNormal";
     //
     // textBox13
     //
     typeReportSource1.Parameters.Add(new Telerik.Reporting.Parameter("currencyCode", "= Fields.Code"));
     typeReportSource1.TypeName = "Telerik.Reporting.Examples.CSharp.CryptoCurrencyInfo, CSharp.ReportLibrary, Versi" +
                                  "on=1.0.0.0, Culture=neutral, PublicKeyToken=null";
     navigateToReportAction1.ReportSource = typeReportSource1;
     this.textBox13.Action    = navigateToReportAction1;
     this.textBox13.Name      = "textBox13";
     this.textBox13.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.681D), Telerik.Reporting.Drawing.Unit.Inch(0.252D));
     this.textBox13.StyleName = "Apex.TableBody";
     this.textBox13.Value     = "= ToUpper(Fields.Code)";
     //
     // textBox9
     //
     typeReportSource2.Parameters.Add(new Telerik.Reporting.Parameter("currencyCode", "= Fields.Code"));
     typeReportSource2.TypeName = "Telerik.Reporting.Examples.CSharp.CryptoCurrencyInfo, CSharp.ReportLibrary, Versi" +
                                  "on=1.0.0.0, Culture=neutral, PublicKeyToken=null";
     navigateToReportAction2.ReportSource = typeReportSource2;
     this.textBox9.Action    = navigateToReportAction2;
     this.textBox9.Name      = "textBox9";
     this.textBox9.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.093D), Telerik.Reporting.Drawing.Unit.Inch(0.252D));
     this.textBox9.StyleName = "Apex.TableBody";
     this.textBox9.Value     = "= Fields.Name";
     //
     // textBox14
     //
     this.textBox14.Action    = navigateToReportAction2;
     this.textBox14.Format    = "{0:# ##0k}";
     this.textBox14.Name      = "textBox14";
     this.textBox14.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.682D), Telerik.Reporting.Drawing.Unit.Inch(0.252D));
     this.textBox14.StyleName = "Apex.TableBody";
     this.textBox14.Value     = "= Fields.Coins/1000";
     //
     // textBox5
     //
     this.textBox5.Action    = navigateToReportAction2;
     this.textBox5.Format    = "{0:$#,##.00}";
     this.textBox5.Name      = "textBox5";
     this.textBox5.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.925D), Telerik.Reporting.Drawing.Unit.Inch(0.252D));
     this.textBox5.StyleName = "Apex.TableBody";
     this.textBox5.Value     = "= Fields.Price";
     //
     // textBox15
     //
     this.textBox15.Action    = navigateToReportAction2;
     this.textBox15.Format    = "{0:$#,##0M,,}";
     this.textBox15.Name      = "textBox15";
     this.textBox15.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.186D), Telerik.Reporting.Drawing.Unit.Inch(0.252D));
     this.textBox15.StyleName = "Apex.TableBody";
     this.textBox15.Value     = "= Fields.MarketCap";
     //
     // textBox12
     //
     this.textBox12.Action    = navigateToReportAction2;
     this.textBox12.Name      = "textBox12";
     this.textBox12.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.028D), Telerik.Reporting.Drawing.Unit.Inch(0.252D));
     this.textBox12.StyleName = "Apex.TableBody";
     this.textBox12.Value     = "= Fields.Algorithm";
     //
     // CurrenciesData
     //
     this.CurrenciesData.DataMember = "GetData";
     this.CurrenciesData.DataSource = typeof(Telerik.Reporting.Examples.CSharp.CryptoDataResolver);
     this.CurrenciesData.Name       = "CurrenciesData";
     this.CurrenciesData.Parameters.AddRange(new Telerik.Reporting.ObjectDataSourceParameter[] {
         new Telerik.Reporting.ObjectDataSourceParameter("forDate", typeof(System.DateTime), "= Parameters.date.Value")
     });
     //
     // textBox16
     //
     this.textBox16.Format          = "{0:dd.MMM.yy}";
     this.textBox16.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox16.Name            = "textBox16";
     this.textBox16.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.595D), Telerik.Reporting.Drawing.Unit.Inch(0.294D));
     this.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(13D);
     this.textBox16.StyleName       = "Apex.TableHeader";
     this.textBox16.Value           = "=Fields.Date";
     //
     // textBox1
     //
     sortingAction2.SortingExpression = "= Fields.Name";
     sortingAction2.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {
         this.table1
     });
     this.textBox1.Action    = sortingAction2;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.093D), Telerik.Reporting.Drawing.Unit.Inch(0.2D));
     this.textBox1.StyleName = "Apex.TableHeader";
     this.textBox1.Value     = "Currency";
     //
     // textBox11
     //
     sortingAction3.SortingExpression = "= Fields.Algorithm";
     sortingAction3.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {
         this.table1
     });
     this.textBox11.Action    = sortingAction3;
     this.textBox11.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox11.Name      = "textBox11";
     this.textBox11.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.028D), Telerik.Reporting.Drawing.Unit.Inch(0.2D));
     this.textBox11.StyleName = "Apex.TableHeader";
     this.textBox11.Value     = "Algorithm";
     //
     // textBox2
     //
     sortingAction4.SortingExpression = "= Fields.Coins";
     sortingAction4.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {
         this.table1
     });
     this.textBox2.Action    = sortingAction4;
     this.textBox2.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.682D), Telerik.Reporting.Drawing.Unit.Inch(0.2D));
     this.textBox2.StyleName = "Apex.TableHeader";
     this.textBox2.Value     = "Coins";
     //
     // textBox22
     //
     sortingAction5.SortingExpression = "= Fields.Price";
     sortingAction5.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {
         this.table1
     });
     this.textBox22.Action    = sortingAction5;
     this.textBox22.Name      = "textBox22";
     this.textBox22.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.925D), Telerik.Reporting.Drawing.Unit.Inch(0.2D));
     this.textBox22.StyleName = "Apex.TableHeader";
     this.textBox22.Value     = "Price";
     //
     // textBox3
     //
     sortingAction6.SortingExpression = "= Fields.MarketCap";
     sortingAction6.Targets.AddRange(new Telerik.Reporting.IActionTarget[] {
         this.table1
     });
     this.textBox3.Action    = sortingAction6;
     this.textBox3.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.186D), Telerik.Reporting.Drawing.Unit.Inch(0.2D));
     this.textBox3.StyleName = "Apex.TableHeader";
     this.textBox3.Value     = "Market Cap";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.5D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox7
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox7
     //
     this.textBox7.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox7.Name            = "textBox7";
     this.textBox7.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.4D), Telerik.Reporting.Drawing.Unit.Inch(0.5D));
     this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(24D);
     this.textBox7.Value           = "Crypto Currencies";
     //
     // detailSection1
     //
     this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(6.5D);
     this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox6,
         this.graph1,
         this.table1,
         this.textBox10
     });
     this.detailSection1.Name = "detailSection1";
     //
     // textBox6
     //
     this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.95D), Telerik.Reporting.Drawing.Unit.Inch(0.4D));
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5D), Telerik.Reporting.Drawing.Unit.Inch(0.2D));
     this.textBox6.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(230)))), ((int)(((byte)(242)))));
     this.textBox6.Style.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(54)))), ((int)(((byte)(93)))));
     this.textBox6.Style.Font.Bold       = true;
     this.textBox6.TextWrap = false;
     this.textBox6.Value    = "Click on a currency for more details.";
     //
     // graph1
     //
     graphGroup1.Name = "categoryGroup";
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.polarCoordinateSystem1);
     this.graph1.DataSource = this.CurrenciesData;
     this.graph1.Legend.IsInsidePlotArea     = true;
     this.graph1.Legend.Position             = Telerik.Reporting.GraphItemPosition.BottomLeft;
     this.graph1.Legend.Style.LineColor      = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Legend.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.graph1.Legend.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Legend.Title = "Algorithm";
     this.graph1.Legend.TitleStyle.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.graph1.Legend.TitleStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(20D);
     this.graph1.Legend.TitleStyle.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(20D);
     this.graph1.Legend.TitleStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(-10D);
     this.graph1.Legend.TitleStyle.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.graph1.Legend.TitleStyle.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.graph1.Legend.TitleStyle.Visible        = true;
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.89D), Telerik.Reporting.Drawing.Unit.Cm(0.508D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Series.Add(this.algorithmSeries);
     this.graph1.Series.Add(this.codeSeries);
     this.graph1.SeriesGroups.Add(graphGroup2);
     this.graph1.SeriesGroups.Add(graphGroup3);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(20.066D), Telerik.Reporting.Drawing.Unit.Cm(16.002D));
     this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle1.Position             = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle1.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle1.Style.Visible        = false;
     graphTitle1.Text = "graph1";
     this.graph1.Titles.Add(graphTitle1);
     //
     // polarCoordinateSystem1
     //
     this.polarCoordinateSystem1.AngularAxis = this.angularAxis;
     this.polarCoordinateSystem1.Name        = "polarCoordinateSystem1";
     this.polarCoordinateSystem1.RadialAxis  = this.radialAxis1;
     //
     // angularAxis
     //
     this.angularAxis.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.angularAxis.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.angularAxis.MajorGridLineStyle.Visible   = false;
     this.angularAxis.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.angularAxis.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.angularAxis.MinorGridLineStyle.Visible   = false;
     this.angularAxis.Name          = "angularAxis";
     this.angularAxis.Scale         = numericalScale1;
     this.angularAxis.Style.Visible = false;
     //
     // radialAxis1
     //
     this.radialAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.radialAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.radialAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.radialAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.radialAxis1.MinorGridLineStyle.Visible   = false;
     this.radialAxis1.Name          = "radialAxis1";
     numericalScale2.Minimum        = 0D;
     this.radialAxis1.Scale         = numericalScale2;
     this.radialAxis1.Style.Visible = false;
     //
     // algorithmSeries
     //
     this.algorithmSeries.ArrangeByAxis = this.radialAxis1;
     this.algorithmSeries.ArrangeMode   = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.algorithmSeries.CategoryGroup = graphGroup1;
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(145)))), ((int)(((byte)(145)))), ((int)(((byte)(145))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(163)))), ((int)(((byte)(79))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(198)))), ((int)(((byte)(79))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(134)))), ((int)(((byte)(132))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(188)))), ((int)(((byte)(219))))));
     this.algorithmSeries.ColorPalette            = colorPalette1;
     this.algorithmSeries.CoordinateSystem        = this.polarCoordinateSystem1;
     this.algorithmSeries.DataPointLabel          = "= Fields.Algorithm";
     this.algorithmSeries.DataPointLabelAlignment = Telerik.Reporting.BarDataPointLabelAlignment.Center;
     this.algorithmSeries.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.algorithmSeries.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.algorithmSeries.DataPointLabelConnectorStyle.Visible        = false;
     this.algorithmSeries.DataPointLabelOffset        = Telerik.Reporting.Drawing.Unit.Mm(5D);
     this.algorithmSeries.DataPointLabelStyle.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.algorithmSeries.DataPointLabelStyle.Visible = true;
     this.algorithmSeries.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.algorithmSeries.DataPointStyle.Visible      = true;
     this.algorithmSeries.LegendItem.Value            = "= Fields.Algorithm";
     this.algorithmSeries.Name = "algorithmSeries";
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Algorithm"));
     graphGroup2.Name = "algorithmGroup";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Algorithm", Telerik.Reporting.SortDirection.Asc));
     this.algorithmSeries.SeriesGroup  = graphGroup2;
     this.algorithmSeries.ToolTip.Text = "= Format(\'{0:P}\', Sum(Fields.MarketCap) / CDbl(Exec(\'graph1\', Sum(Fields.MarketCa" +
                                         "p))))";
     this.algorithmSeries.ToolTip.Title = "= Fields.Algorithm";
     this.algorithmSeries.X             = "= Sum(Fields.MarketCap)";
     this.algorithmSeries.Y             = "=0.8";
     this.algorithmSeries.Y0            = "=0";
     //
     // codeSeries
     //
     this.codeSeries.ArrangeByAxis = this.radialAxis1;
     this.codeSeries.ArrangeMode   = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.codeSeries.CategoryGroup = graphGroup1;
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(78)))), ((int)(((byte)(78))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(71)))), ((int)(((byte)(50))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(117)))), ((int)(((byte)(151))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(67)))), ((int)(((byte)(86))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(172)))), ((int)(((byte)(0))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(67)))), ((int)(((byte)(73))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(202)))), ((int)(((byte)(132))))));
     this.codeSeries.ColorPalette     = colorPalette2;
     this.codeSeries.CoordinateSystem = this.polarCoordinateSystem1;
     this.codeSeries.DataPointLabel   = "= Format(\"{0} {1:P2}\", ToUpper(Fields.Code), Sum(Fields.MarketCap) / CDbl(Exec(\'g" +
                                        "raph1\', Sum(Fields.MarketCap))))";
     this.codeSeries.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.codeSeries.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.codeSeries.DataPointLabelConnectorStyle.Visible        = false;
     this.codeSeries.DataPointLabelOffset     = Telerik.Reporting.Drawing.Unit.Mm(2D);
     this.codeSeries.LegendItem.Style.Visible = false;
     this.codeSeries.LegendItem.Value         = "= Fields.Code";
     this.codeSeries.Name = "codeSeries";
     typeReportSource3.Parameters.Add(new Telerik.Reporting.Parameter("currencyCode", "= Fields.Code"));
     typeReportSource3.TypeName = "Telerik.Reporting.Examples.CSharp.CryptoCurrencyInfo, CSharp.ReportLibrary, Versi" +
                                  "on=1.0.0.0, Culture=neutral, PublicKeyToken=null";
     navigateToReportAction3.ReportSource = typeReportSource3;
     graphGroup3.Action = navigateToReportAction3;
     graphGroup3.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Code"));
     graphGroup3.Name = "codeGroup";
     graphGroup3.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Algorithm", Telerik.Reporting.SortDirection.Asc));
     this.codeSeries.SeriesGroup  = graphGroup3;
     this.codeSeries.ToolTip.Text = "= Format(\'{0:P}\', Sum(Fields.MarketCap) / CDbl(Exec(\'graph1\', Sum(Fields.MarketCa" +
                                    "p))))";
     this.codeSeries.ToolTip.Title = "= Fields.Name";
     this.codeSeries.X             = "=Sum( Fields.MarketCap)";
     this.codeSeries.Y             = "=1";
     this.codeSeries.Y0            = "=0.8";
     //
     // textBox10
     //
     this.textBox10.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.textBox10.Name            = "textBox10";
     this.textBox10.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.2D), Telerik.Reporting.Drawing.Unit.Inch(0.3D));
     this.textBox10.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox10.Value           = "Compare crypto currencies based on market cap.";
     //
     // reportFooterSection1
     //
     this.reportFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.5D);
     this.reportFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.htmlTextBox1
     });
     this.reportFooterSection1.Name = "reportFooterSection1";
     //
     // htmlTextBox1
     //
     this.htmlTextBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.1D));
     this.htmlTextBox1.Name     = "htmlTextBox1";
     this.htmlTextBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.762D), Telerik.Reporting.Drawing.Unit.Inch(0.4D));
     this.htmlTextBox1.Value    = "Reference:<br /><a href=\"https://coinmetrics.io/data-downloads/\">https://coinmetr" +
                                  "ics.io/data-downloads/</a>";
     //
     // CryptoCurrencies
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detailSection1,
         this.reportFooterSection1
     });
     this.Name = "BlockchainCurrencies";
     this.PageSettings.ColumnCount     = 1;
     this.PageSettings.ColumnSpacing   = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = true;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.1D), Telerik.Reporting.Drawing.Unit.Inch(0.1D), Telerik.Reporting.Drawing.Unit.Inch(0.1D), Telerik.Reporting.Drawing.Unit.Inch(0.1D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AutoRefresh      = true;
     reportParameter1.Name             = "date";
     reportParameter1.Text             = "For Date:";
     reportParameter1.Type             = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter1.Value            = "= Today()";
     reportParameter1.Visible          = true;
     this.ReportParameters.Add(reportParameter1);
     this.Style.Font.Name = "Segoe UI";
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.Table), "Apex.TableNormal")
     });
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color     = System.Drawing.Color.Black;
     styleRule3.Style.Font.Name = "Segoe UI";
     styleRule3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
     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), "Apex.TableBody")
     });
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector1
     });
     styleRule4.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     styleRule4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule4.Style.Color     = System.Drawing.Color.Black;
     styleRule4.Style.Font.Name = "Segoe UI";
     styleRule4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(11D);
     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), "Apex.TableHeader")
     });
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector2
     });
     styleRule5.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(88)))), ((int)(((byte)(88)))));
     styleRule5.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66)))));
     styleRule5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule5.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule5.Style.Color         = System.Drawing.Color.White;
     styleRule5.Style.Font.Name     = "Segoe UI";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(11.4D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NonHazardReport));
     Telerik.Reporting.GraphGroup        graphGroup1          = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup        graphGroup2          = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup        graphGroup5          = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle        graphTitle1          = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.CategoryScale     categoryScale1       = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale    numericalScale1      = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale     categoryScale2       = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale    numericalScale2      = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup        graphGroup3          = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup        graphGroup4          = new Telerik.Reporting.GraphGroup();
     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();
     this.Month                      = new Telerik.Reporting.SqlDataSource();
     this.Year                       = new Telerik.Reporting.SqlDataSource();
     this.sqlDataSource1             = new Telerik.Reporting.SqlDataSource();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.panel1                     = new Telerik.Reporting.Panel();
     this.pictureBox1                = new Telerik.Reporting.PictureBox();
     this.textBox1                   = new Telerik.Reporting.TextBox();
     this.textBox2                   = new Telerik.Reporting.TextBox();
     this.graph1                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis1                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis2                 = new Telerik.Reporting.GraphAxis();
     this.cartesianCoordinateSystem2 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis4                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis3                 = new Telerik.Reporting.GraphAxis();
     this.barSeries1                 = new Telerik.Reporting.BarSeries();
     this.barSeries2                 = new Telerik.Reporting.BarSeries();
     this.lineSeries1                = new Telerik.Reporting.LineSeries();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Month
     //
     this.Month.ConnectionString = "starenergyenviro";
     this.Month.Name             = "Month";
     this.Month.ProviderName     = "System.Data.SqlClient";
     this.Month.SelectCommand    = "with mnth(mnuum) as (\r\nselect 1\r\nunion all\r\nselect mnuum+1 from mnth where mnuum<" +
                                   "12)\r\nselect mnuum as month from mnth";
     //
     // Year
     //
     this.Year.ConnectionString = "starenergyenviro";
     this.Year.Name             = "Year";
     this.Year.ProviderName     = "System.Data.SqlClient";
     this.Year.SelectCommand    = "with yeer(yrnum) as (\r\nselect 2000\r\nunion all\r\nselect yrnum+1 from yeer where yrn" +
                                  "um<2100)\r\nselect yrnum as year from yeer";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "starenergyenviro";
     this.sqlDataSource1.Name             = "sqlDataSource1";
     this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@datefrom", System.Data.DbType.DateTime, "=Parameters.datefrom.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@dateto", System.Data.DbType.DateTime, "=Parameters.dateto.Value")
     });
     this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(6.8000006675720215D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.panel1,
         this.graph1
     });
     this.detail.Name      = "detail";
     this.detail.PageBreak = Telerik.Reporting.PageBreak.None;
     //
     // panel1
     //
     this.panel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.textBox1,
         this.textBox2
     });
     this.panel1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.899998664855957D), Telerik.Reporting.Drawing.Unit.Inch(1.2000000476837158D));
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.pictureBox1.MimeType = "image/png";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6999607086181641D), Telerik.Reporting.Drawing.Unit.Inch(1.1999210119247437D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.7999998331069946D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9D), Telerik.Reporting.Drawing.Unit.Inch(0.40000006556510925D));
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(20D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "STAR ENERGY GEOTHERMAL (WAYANG WINDU) LIMITED";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8000000715255737D), Telerik.Reporting.Drawing.Unit.Inch(0.50000005960464478D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9D), Telerik.Reporting.Drawing.Unit.Inch(0.599921464920044D));
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "Non Hazardous Waste Recycle Rate Report";
     //
     // graph1
     //
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.yeer"));
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.mnuum"));
     graphGroup2.Label = resources.GetString("graphGroup2.Label");
     graphGroup2.Name  = "yearGroup1";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.yeer", Telerik.Reporting.SortDirection.Asc));
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.mnuum", Telerik.Reporting.SortDirection.Asc));
     graphGroup1.ChildGroups.Add(graphGroup2);
     graphGroup1.Label = "= Fields.mnuum";
     graphGroup1.Name  = "graphGroup1";
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem2);
     this.graph1.DataSource             = this.sqlDataSource1;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.10000000894069672D), Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Series.Add(this.barSeries1);
     this.graph1.Series.Add(this.barSeries2);
     this.graph1.Series.Add(this.lineSeries1);
     graphGroup5.Name = "graphGroup2";
     this.graph1.SeriesGroups.Add(graphGroup5);
     this.graph1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.899999618530273D), Telerik.Reporting.Drawing.Unit.Inch(5.2999997138977051D));
     graphTitle1.Style.Font.Bold = true;
     graphTitle1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
     graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     graphTitle1.Text            = "Non Hazardous Waste Recycle Rate";
     this.graph1.Titles.Add(graphTitle1);
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis1;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis2;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name            = "GraphAxis4";
     categoryScale1.SpacingSlotCount = 1D;
     this.graphAxis1.Scale           = categoryScale1;
     //
     // graphAxis2
     //
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name             = "GraphAxis2";
     numericalScale1.CrossAxisValue   = 0D;
     numericalScale1.SpacingSlotCount = 1D;
     this.graphAxis2.Scale            = numericalScale1;
     this.graphAxis2.Title            = "weight (kg)";
     //
     // cartesianCoordinateSystem2
     //
     this.cartesianCoordinateSystem2.Name  = "cartesianCoordinateSystem2";
     this.cartesianCoordinateSystem2.XAxis = this.graphAxis4;
     this.cartesianCoordinateSystem2.YAxis = this.graphAxis3;
     //
     // graphAxis4
     //
     this.graphAxis4.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MinorGridLineStyle.Visible   = false;
     this.graphAxis4.Name             = "GraphAxis1";
     categoryScale2.CrossAxisPosition = Telerik.Reporting.GraphScaleCrossAxisPosition.AtMaximum;
     categoryScale2.SpacingSlotCount  = 1D;
     this.graphAxis4.Scale            = categoryScale2;
     this.graphAxis4.Style.Visible    = false;
     //
     // graphAxis3
     //
     this.graphAxis3.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.Visible   = false;
     this.graphAxis3.Name             = "GraphAxis3";
     numericalScale2.CrossAxisValue   = 0D;
     numericalScale2.SpacingSlotCount = 1D;
     this.graphAxis3.Scale            = numericalScale2;
     this.graphAxis3.Title            = "%";
     //
     // barSeries1
     //
     graphGroup3.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.yeer"));
     graphGroup3.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.mnuum"));
     graphGroup3.Label = resources.GetString("graphGroup3.Label");
     graphGroup3.Name  = "yearGroup1";
     graphGroup3.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.yeer", Telerik.Reporting.SortDirection.Asc));
     graphGroup3.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.mnuum", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.CategoryGroup    = graphGroup3;
     this.barSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
     this.barSeries1.Legend           = "Waste In";
     this.barSeries1.LegendFormat     = "";
     graphGroup4.Name            = "graphGroup2";
     this.barSeries1.SeriesGroup = graphGroup4;
     this.barSeries1.Y           = "= Fields.waste_in";
     //
     // barSeries2
     //
     this.barSeries2.CategoryGroup    = graphGroup3;
     this.barSeries2.CoordinateSystem = this.cartesianCoordinateSystem1;
     this.barSeries2.Legend           = "Waste Out";
     this.barSeries2.LegendFormat     = "";
     this.barSeries2.SeriesGroup      = graphGroup4;
     this.barSeries2.Y = "= Fields.waste_out";
     //
     // lineSeries1
     //
     this.lineSeries1.CategoryGroup        = graphGroup3;
     this.lineSeries1.CoordinateSystem     = this.cartesianCoordinateSystem2;
     this.lineSeries1.DataPointLabel       = "= Fields.recycle_rate / 100";
     this.lineSeries1.DataPointLabelFormat = "{0:P2}";
     this.lineSeries1.DataPointLabelStyle.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.lineSeries1.DataPointLabelStyle.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     this.lineSeries1.DataPointLabelStyle.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.lineSeries1.DataPointLabelStyle.Color     = System.Drawing.Color.Black;
     this.lineSeries1.DataPointLabelStyle.Font.Bold = true;
     this.lineSeries1.DataPointLabelStyle.LineColor = System.Drawing.Color.Bisque;
     this.lineSeries1.DataPointStyle.Visible        = true;
     this.lineSeries1.Legend              = "Recycle Rate";
     this.lineSeries1.LegendFormat        = "";
     this.lineSeries1.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(3D);
     this.lineSeries1.MarkerMaxSize       = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries1.MarkerMinSize       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MarkerSize          = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MarkerType          = Telerik.Reporting.DataPointMarkerType.Circle;
     this.lineSeries1.SeriesGroup         = graphGroup4;
     this.lineSeries1.Size = null;
     this.lineSeries1.Y    = "= Fields.recycle_rate";
     //
     // NonHazardReport
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail
     });
     this.Name = "Report1";
     this.PageSettings.Landscape  = true;
     this.PageSettings.Margins    = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D));
     this.PageSettings.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AutoRefresh = true;
     reportParameter1.Name        = "datefrom";
     reportParameter1.Text        = "From";
     reportParameter1.Type        = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter1.Visible     = true;
     reportParameter2.AutoRefresh = true;
     reportParameter2.Name        = "dateto";
     reportParameter2.Text        = "To";
     reportParameter2.Type        = Telerik.Reporting.ReportParameterType.DateTime;
     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.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(11.100001335144043D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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.GraphGroup graphGroup1 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphTitle graphTitle1 = new Telerik.Reporting.GraphTitle();
            Telerik.Reporting.DateTimeScale dateTimeScale1 = new Telerik.Reporting.DateTimeScale();
            Telerik.Reporting.NumericalScale numericalScale1 = new Telerik.Reporting.NumericalScale();
            Telerik.Reporting.GraphGroup graphGroup2 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            this.detailSection1 = new Telerik.Reporting.DetailSection();
            this.graph1 = new Telerik.Reporting.Graph();
            this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
            this.graphAxis2 = new Telerik.Reporting.GraphAxis();
            this.graphAxis1 = new Telerik.Reporting.GraphAxis();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.lineSeries1 = new Telerik.Reporting.LineSeries();
            this.lineSeries2 = new Telerik.Reporting.LineSeries();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // detailSection1
            // 
            this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(3.2000000476837158D);
            this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.graph1});
            this.detailSection1.Name = "detailSection1";
            // 
            // graph1
            // 
            graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Date"));
            graphGroup1.Name = "dateGroup";
            graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Date", Telerik.Reporting.SortDirection.Asc));
            this.graph1.CategoryGroups.Add(graphGroup1);
            this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
            this.graph1.DataSource = this.sqlDataSource1;
            this.graph1.Legend.IsInsidePlotArea = false;
            this.graph1.Legend.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
            this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.9381284295814112E-05D));
            this.graph1.Name = "graph1";
            this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
            this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Series.Add(this.lineSeries1);
            this.graph1.Series.Add(this.lineSeries2);
            this.graph1.SeriesGroups.Add(graphGroup2);
            this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.9999608993530273D), Telerik.Reporting.Drawing.Unit.Inch(3.1999607086181641D));
            this.graph1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            graphTitle1.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
            graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            graphTitle1.Text = "graph1";
            this.graph1.Titles.Add(graphTitle1);
            // 
            // cartesianCoordinateSystem1
            // 
            this.cartesianCoordinateSystem1.Name = "cartesianCoordinateSystem1";
            this.cartesianCoordinateSystem1.XAxis = this.graphAxis2;
            this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
            // 
            // graphAxis2
            // 
            this.graphAxis2.LabelFormat = "{0:dd/MM/yy}";
            this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.Visible = false;
            this.graphAxis2.Name = "graphAxis2";
            dateTimeScale1.LabelStep = 2;
            dateTimeScale1.MajorStep = 2;
            dateTimeScale1.MinorStep = 2;
            this.graphAxis2.Scale = dateTimeScale1;
            this.graphAxis2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            this.graphAxis2.Style.Visible = true;
            // 
            // graphAxis1
            // 
            this.graphAxis1.LabelFormat = "{0:P0}";
            this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.Visible = false;
            this.graphAxis1.Name = "graphAxis1";
            this.graphAxis1.Scale = numericalScale1;
            this.graphAxis1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "HatcheryReportLibrary.Properties.Settings.Hatchery";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@SelectedBatch", System.Data.DbType.String, "= Parameters.SelectedBatch.Value")});
            this.sqlDataSource1.SelectCommand = "SELECT        Batch, Date, Egg, NaupliiBruto, NaupliiNetto, HatchingRate, Nauplii" +
    "Efficiency\r\nFROM            NaupliiView\r\nwhere batch = @SelectedBatch";
            // 
            // lineSeries1
            // 
            this.lineSeries1.CategoryGroup = graphGroup1;
            this.lineSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries1.DataPointLabel = "= Sum(Fields.HatchingRate)";
            this.lineSeries1.DataPointLabelStyle.Visible = false;
            this.lineSeries1.DataPointStyle.Visible = false;
            this.lineSeries1.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(HatchingRate)\'";
            this.lineSeries1.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries1.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries1.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries1.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries1.Name = "lineSeries1";
            graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Batch"));
            graphGroup2.Name = "batchGroup";
            graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Batch", Telerik.Reporting.SortDirection.Asc));
            this.lineSeries1.SeriesGroup = graphGroup2;
            this.lineSeries1.Size = null;
            this.lineSeries1.X = "= Fields.Date";
            this.lineSeries1.Y = "= Sum(Fields.HatchingRate)";
            // 
            // lineSeries2
            // 
            this.lineSeries2.CategoryGroup = graphGroup1;
            this.lineSeries2.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries2.DataPointLabel = "= Sum(Fields.NaupliiEfficiency)";
            this.lineSeries2.DataPointLabelStyle.Visible = false;
            this.lineSeries2.DataPointStyle.Visible = false;
            this.lineSeries2.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(NaupliiEfficiency)\'";
            this.lineSeries2.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries2.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries2.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries2.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries2.Name = "lineSeries2";
            this.lineSeries2.SeriesGroup = graphGroup2;
            this.lineSeries2.Size = null;
            this.lineSeries2.X = "= Fields.Date";
            this.lineSeries2.Y = "= Sum(Fields.NaupliiEfficiency)";
            // 
            // NaupliiGraphs
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detailSection1});
            this.Name = "NaupliiGraphs";
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.AllowNull = true;
            reportParameter1.Name = "SelectedBatch";
            reportParameter1.Text = "SelectedBatch";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            this.ReportParameters.Add(reportParameter1);
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))});
            styleRule1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(2D);
            styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(6D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
        /// <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.TableGroup tableGroup477 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup478 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup479 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup480 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup481 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup482 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup483 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup484 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup485 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup486 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup487 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup488 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup489 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup490 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup491 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup492 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup493 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup494 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup495 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup496 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup497 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup498 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup499 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup500 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup501 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup502 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup503 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup504 = new Telerik.Reporting.TableGroup();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Bimbingan));
            Telerik.Reporting.GraphGroup graphGroup35 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphTitle graphTitle35 = new Telerik.Reporting.GraphTitle();
            Telerik.Reporting.CategoryScale categoryScale35 = new Telerik.Reporting.CategoryScale();
            Telerik.Reporting.NumericalScale numericalScale35 = new Telerik.Reporting.NumericalScale();
            Telerik.Reporting.GraphGroup graphGroup38 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphGroup graphGroup36 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphTitle graphTitle36 = new Telerik.Reporting.GraphTitle();
            Telerik.Reporting.CategoryScale categoryScale36 = new Telerik.Reporting.CategoryScale();
            Telerik.Reporting.NumericalScale numericalScale36 = new Telerik.Reporting.NumericalScale();
            Telerik.Reporting.GraphGroup graphGroup39 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.Group group18 = new Telerik.Reporting.Group();
            Telerik.Reporting.ReportParameter reportParameter18 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule120 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule121 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.StyleRule styleRule122 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector86 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule123 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector87 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule124 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector88 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule125 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector89 = new Telerik.Reporting.Drawing.DescendantSelector();
            Telerik.Reporting.Drawing.StyleRule styleRule126 = new Telerik.Reporting.Drawing.StyleRule();
            Telerik.Reporting.Drawing.DescendantSelector descendantSelector90 = new Telerik.Reporting.Drawing.DescendantSelector();
            this.textBox18 = new Telerik.Reporting.TextBox();
            this.textBox17 = new Telerik.Reporting.TextBox();
            this.textBox14 = new Telerik.Reporting.TextBox();
            this.textBox10 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.textBox21 = new Telerik.Reporting.TextBox();
            this.textBox20 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox11 = new Telerik.Reporting.TextBox();
            this.textBox13 = new Telerik.Reporting.TextBox();
            this.textBox15 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
            this.groupHeaderSection1 = new Telerik.Reporting.GroupHeaderSection();
            this.crosstab1 = new Telerik.Reporting.Crosstab();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox12 = new Telerik.Reporting.TextBox();
            this.textBox16 = new Telerik.Reporting.TextBox();
            this.textBox19 = new Telerik.Reporting.TextBox();
            this.textBox22 = new Telerik.Reporting.TextBox();
            this.bimbingan_datasource = new Telerik.Reporting.SqlDataSource();
            this.periode_datasource = new Telerik.Reporting.SqlDataSource();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.panel1 = new Telerik.Reporting.Panel();
            this.graph1 = new Telerik.Reporting.Graph();
            this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
            this.graphAxis2 = new Telerik.Reporting.GraphAxis();
            this.graphAxis1 = new Telerik.Reporting.GraphAxis();
            this.barSeries1 = new Telerik.Reporting.BarSeries();
            this.graph2 = new Telerik.Reporting.Graph();
            this.cartesianCoordinateSystem2 = new Telerik.Reporting.CartesianCoordinateSystem();
            this.graphAxis4 = new Telerik.Reporting.GraphAxis();
            this.graphAxis3 = new Telerik.Reporting.GraphAxis();
            this.avg_bimbingan_datasource = new Telerik.Reporting.SqlDataSource();
            this.barSeries2 = new Telerik.Reporting.BarSeries();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // textBox18
            // 
            this.textBox18.Name = "textBox18";
            this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0902782678604126D), Telerik.Reporting.Drawing.Unit.Pixel(50.000041961669922D));
            this.textBox18.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(229)))), ((int)(((byte)(243)))));
            this.textBox18.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox18.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox18.Style.Font.Bold = true;
            this.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox18.Value = "Jumlah Bimbingan";
            // 
            // textBox17
            // 
            this.textBox17.Name = "textBox17";
            this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1562505960464478D), Telerik.Reporting.Drawing.Unit.Pixel(50.000041961669922D));
            this.textBox17.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(229)))), ((int)(((byte)(243)))));
            this.textBox17.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox17.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox17.Style.Font.Bold = true;
            this.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox17.Value = "NPM";
            // 
            // textBox14
            // 
            this.textBox14.Name = "textBox14";
            this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.62499994039535522D), Telerik.Reporting.Drawing.Unit.Pixel(50D));
            this.textBox14.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(229)))), ((int)(((byte)(243)))));
            this.textBox14.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox14.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox14.Style.Font.Bold = true;
            this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox14.Value = "Tipe";
            // 
            // textBox10
            // 
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8263884782791138D), Telerik.Reporting.Drawing.Unit.Pixel(50D));
            this.textBox10.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(229)))), ((int)(((byte)(243)))));
            this.textBox10.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox10.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox10.Style.Font.Bold = true;
            this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
            this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox10.Value = "Nama Dosen";
            // 
            // textBox4
            // 
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0902782678604126D), Telerik.Reporting.Drawing.Unit.Inch(0.18055558204650879D));
            this.textBox4.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox4.Value = "=Fields.bimbingan";
            // 
            // textBox5
            // 
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1562505960464478D), Telerik.Reporting.Drawing.Unit.Inch(0.18055558204650879D));
            this.textBox5.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox5.Value = "=Fields.NPM";
            // 
            // textBox3
            // 
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.62499994039535522D), Telerik.Reporting.Drawing.Unit.Inch(0.18055561184883118D));
            this.textBox3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox3.Value = "=Fields.nama_jenis";
            // 
            // textBox7
            // 
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0902782678604126D), Telerik.Reporting.Drawing.Unit.Inch(0.18750004470348358D));
            this.textBox7.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox7.Value = "= Sum(Fields.bimbingan)";
            // 
            // textBox9
            // 
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7812505960464478D), Telerik.Reporting.Drawing.Unit.Inch(0.18750004470348358D));
            this.textBox9.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox9.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox9.Value = "Subjumlah/ tipe skripsi";
            // 
            // textBox21
            // 
            this.textBox21.Name = "textBox21";
            this.textBox21.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0902782678604126D), Telerik.Reporting.Drawing.Unit.Pixel(14D));
            this.textBox21.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox21.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // textBox20
            // 
            this.textBox20.Name = "textBox20";
            this.textBox20.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7812505960464478D), Telerik.Reporting.Drawing.Unit.Pixel(14D));
            this.textBox20.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox20.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // textBox1
            // 
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.8263884782791138D), Telerik.Reporting.Drawing.Unit.Inch(0.51388901472091675D));
            this.textBox1.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox1.Value = "=Fields.nama";
            // 
            // textBox11
            // 
            this.textBox11.Name = "textBox11";
            this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0902782678604126D), Telerik.Reporting.Drawing.Unit.Inch(0.18749998509883881D));
            this.textBox11.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(229)))), ((int)(((byte)(243)))));
            this.textBox11.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox11.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox11.Value = "= Sum(Fields.bimbingan)";
            // 
            // textBox13
            // 
            this.textBox13.Name = "textBox13";
            this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.6076390743255615D), Telerik.Reporting.Drawing.Unit.Inch(0.18749998509883881D));
            this.textBox13.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(229)))), ((int)(((byte)(243)))));
            this.textBox13.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox13.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox13.Style.Font.Bold = true;
            this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox13.Value = "Total/dosen";
            // 
            // textBox15
            // 
            this.textBox15.Name = "textBox15";
            this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.0902782678604126D), Telerik.Reporting.Drawing.Unit.Inch(0.22916674613952637D));
            this.textBox15.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox15.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox15.Value = "= Sum(Fields.bimbingan)";
            // 
            // textBox6
            // 
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.6076390743255615D), Telerik.Reporting.Drawing.Unit.Inch(0.22916674613952637D));
            this.textBox6.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox6.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox6.Style.Font.Bold = true;
            this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox6.Value = "Total Keseluruhan";
            // 
            // groupFooterSection1
            // 
            this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
            this.groupFooterSection1.Name = "groupFooterSection1";
            // 
            // groupHeaderSection1
            // 
            this.groupHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(2.2000000476837158D);
            this.groupHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.crosstab1});
            this.groupHeaderSection1.Name = "groupHeaderSection1";
            // 
            // crosstab1
            // 
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Pixel(33.333343505859375D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Pixel(50.000041961669922D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Pixel(17.333335876464844D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Pixel(18.0000057220459D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Pixel(14D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Pixel(17.999998092651367D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Pixel(22.000007629394531D)));
            this.crosstab1.Body.SetCellContent(1, 0, this.textBox2);
            this.crosstab1.Body.SetCellContent(2, 0, this.textBox8);
            this.crosstab1.Body.SetCellContent(4, 0, this.textBox12);
            this.crosstab1.Body.SetCellContent(5, 0, this.textBox16);
            this.crosstab1.Body.SetCellContent(0, 0, this.textBox19);
            this.crosstab1.Body.SetCellContent(3, 0, this.textBox22);
            tableGroup477.Name = "ColumnGroup";
            this.crosstab1.ColumnGroups.Add(tableGroup477);
            this.crosstab1.DataSource = this.bimbingan_datasource;
            this.crosstab1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox2,
            this.textBox8,
            this.textBox12,
            this.textBox16,
            this.textBox19,
            this.textBox22,
            this.textBox1,
            this.textBox3,
            this.textBox5,
            this.textBox4,
            this.textBox9,
            this.textBox7,
            this.textBox13,
            this.textBox11,
            this.textBox6,
            this.textBox15,
            this.textBox10,
            this.textBox14,
            this.textBox17,
            this.textBox18,
            this.textBox20,
            this.textBox21});
            this.crosstab1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.crosstab1.Name = "crosstab1";
            tableGroup484.Name = "Group19";
            tableGroup483.ChildGroups.Add(tableGroup484);
            tableGroup483.Name = "Group18";
            tableGroup483.ReportItem = this.textBox18;
            tableGroup482.ChildGroups.Add(tableGroup483);
            tableGroup482.Name = "Group17";
            tableGroup482.ReportItem = this.textBox17;
            tableGroup481.ChildGroups.Add(tableGroup482);
            tableGroup481.Name = "Group16";
            tableGroup481.ReportItem = this.textBox14;
            tableGroup480.ChildGroups.Add(tableGroup481);
            tableGroup480.Name = "Group13";
            tableGroup479.ChildGroups.Add(tableGroup480);
            tableGroup479.Name = "Group12";
            tableGroup479.ReportItem = this.textBox10;
            tableGroup478.ChildGroups.Add(tableGroup479);
            tableGroup478.Name = "Group7";
            tableGroup491.Name = "RowGroup";
            tableGroup490.ChildGroups.Add(tableGroup491);
            tableGroup490.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.bimbingan"));
            tableGroup490.Name = "bimbingan";
            tableGroup490.ReportItem = this.textBox4;
            tableGroup490.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.bimbingan", Telerik.Reporting.SortDirection.Asc));
            tableGroup489.ChildGroups.Add(tableGroup490);
            tableGroup489.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.NPM"));
            tableGroup489.Name = "NPM";
            tableGroup489.ReportItem = this.textBox5;
            tableGroup489.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.NPM", Telerik.Reporting.SortDirection.Asc));
            tableGroup488.ChildGroups.Add(tableGroup489);
            tableGroup488.Name = "Group4";
            tableGroup488.ReportItem = this.textBox3;
            tableGroup494.Name = "Group3";
            tableGroup493.ChildGroups.Add(tableGroup494);
            tableGroup493.Name = "Group2";
            tableGroup493.ReportItem = this.textBox7;
            tableGroup492.ChildGroups.Add(tableGroup493);
            tableGroup492.Name = "Group5";
            tableGroup492.ReportItem = this.textBox9;
            tableGroup497.Name = "Group22";
            tableGroup496.ChildGroups.Add(tableGroup497);
            tableGroup496.Name = "Group21";
            tableGroup496.ReportItem = this.textBox21;
            tableGroup495.ChildGroups.Add(tableGroup496);
            tableGroup495.Name = "Group20";
            tableGroup495.ReportItem = this.textBox20;
            tableGroup487.ChildGroups.Add(tableGroup488);
            tableGroup487.ChildGroups.Add(tableGroup492);
            tableGroup487.ChildGroups.Add(tableGroup495);
            tableGroup487.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.nama_jenis"));
            tableGroup487.Name = "nama_jenis";
            tableGroup487.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.nama_jenis", Telerik.Reporting.SortDirection.Asc));
            tableGroup486.ChildGroups.Add(tableGroup487);
            tableGroup486.Name = "Group10";
            tableGroup486.ReportItem = this.textBox1;
            tableGroup500.Name = "Group9";
            tableGroup499.ChildGroups.Add(tableGroup500);
            tableGroup499.Name = "Group8";
            tableGroup499.ReportItem = this.textBox11;
            tableGroup498.ChildGroups.Add(tableGroup499);
            tableGroup498.Name = "Group11";
            tableGroup498.ReportItem = this.textBox13;
            tableGroup485.ChildGroups.Add(tableGroup486);
            tableGroup485.ChildGroups.Add(tableGroup498);
            tableGroup485.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.nama"));
            tableGroup485.Name = "nama";
            tableGroup485.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.nama", Telerik.Reporting.SortDirection.Asc));
            tableGroup504.Name = "Group15";
            tableGroup503.ChildGroups.Add(tableGroup504);
            tableGroup503.Name = "Group14";
            tableGroup503.ReportItem = this.textBox15;
            tableGroup502.ChildGroups.Add(tableGroup503);
            tableGroup502.Name = "Group6";
            tableGroup502.ReportItem = this.textBox6;
            tableGroup501.ChildGroups.Add(tableGroup502);
            tableGroup501.Name = "Group1";
            this.crosstab1.RowGroups.Add(tableGroup478);
            this.crosstab1.RowGroups.Add(tableGroup485);
            this.crosstab1.RowGroups.Add(tableGroup501);
            this.crosstab1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Pixel(484.33343505859375D), Telerik.Reporting.Drawing.Unit.Pixel(139.33338928222656D));
            // 
            // textBox2
            // 
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.34722232818603516D), Telerik.Reporting.Drawing.Unit.Inch(0.18055558204650879D));
            // 
            // textBox8
            // 
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.34722232818603516D), Telerik.Reporting.Drawing.Unit.Inch(0.18749998509883881D));
            // 
            // textBox12
            // 
            this.textBox12.Name = "textBox12";
            this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.34722232818603516D), Telerik.Reporting.Drawing.Unit.Inch(0.18749991059303284D));
            // 
            // textBox16
            // 
            this.textBox16.Name = "textBox16";
            this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.34722232818603516D), Telerik.Reporting.Drawing.Unit.Inch(0.22916668653488159D));
            // 
            // textBox19
            // 
            this.textBox19.Name = "textBox19";
            this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Pixel(33.333343505859375D), Telerik.Reporting.Drawing.Unit.Pixel(50D));
            // 
            // textBox22
            // 
            this.textBox22.Name = "textBox22";
            this.textBox22.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Pixel(33.333343505859375D), Telerik.Reporting.Drawing.Unit.Pixel(14D));
            // 
            // bimbingan_datasource
            // 
            this.bimbingan_datasource.ConnectionString = "skripsiautomationReport";
            this.bimbingan_datasource.Name = "bimbingan_datasource";
            this.bimbingan_datasource.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@PeriodeSemester", System.Data.DbType.Int32, "=Parameters.Periode.Value")});
            this.bimbingan_datasource.SelectCommand = resources.GetString("bimbingan_datasource.SelectCommand");
            // 
            // periode_datasource
            // 
            this.periode_datasource.ConnectionString = "skripsiautomationReport";
            this.periode_datasource.Name = "periode_datasource";
            this.periode_datasource.SelectCommand = "select id, periode_semester from semester";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D);
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(7.4000000953674316D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.panel1,
            this.graph2});
            this.detail.Name = "detail";
            // 
            // panel1
            // 
            this.panel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.graph1});
            this.panel1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.panel1.Name = "panel1";
            this.panel1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.0000004768371582D), Telerik.Reporting.Drawing.Unit.Inch(3.5D));
            // 
            // graph1
            // 
            graphGroup35.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.inisial"));
            graphGroup35.Name = "inisialGroup2";
            graphGroup35.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.inisial", Telerik.Reporting.SortDirection.Asc));
            this.graph1.CategoryGroups.Add(graphGroup35);
            this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
            this.graph1.DataSource = this.bimbingan_datasource;
            this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
            this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
            this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Pixel(19.196216583251953D), Telerik.Reporting.Drawing.Unit.Pixel(19.19622802734375D));
            this.graph1.Name = "graph1";
            this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
            this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
            this.graph1.Series.Add(this.barSeries1);
            this.graph1.SeriesGroups.Add(graphGroup38);
            this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Pixel(537.60009765625D), Telerik.Reporting.Drawing.Unit.Pixel(297.60000610351562D));
            this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            graphTitle35.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            graphTitle35.Style.LineColor = System.Drawing.Color.LightGray;
            graphTitle35.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
            graphTitle35.Text = "graph1";
            this.graph1.Titles.Add(graphTitle35);
            // 
            // cartesianCoordinateSystem1
            // 
            this.cartesianCoordinateSystem1.Name = "cartesianCoordinateSystem1";
            this.cartesianCoordinateSystem1.XAxis = this.graphAxis2;
            this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
            // 
            // graphAxis2
            // 
            this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.Visible = false;
            this.graphAxis2.Name = "graphAxis2";
            categoryScale35.SpacingSlotCount = 1D;
            this.graphAxis2.Scale = categoryScale35;
            // 
            // graphAxis1
            // 
            this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.Visible = false;
            this.graphAxis1.Name = "graphAxis1";
            numericalScale35.CrossAxisValue = 0D;
            numericalScale35.SpacingSlotCount = 1D;
            this.graphAxis1.Scale = numericalScale35;
            // 
            // barSeries1
            // 
            this.barSeries1.CategoryGroup = graphGroup35;
            this.barSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.barSeries1.DataPointLabel = "=Sum(Fields.bimbingan)";
            this.barSeries1.DataPointLabelStyle.Visible = false;
            this.barSeries1.DataPointStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
            this.barSeries1.DataPointStyle.Visible = true;
            this.barSeries1.Legend = "=Fields.nama_jenis";
            graphGroup38.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.nama_jenis"));
            graphGroup38.Name = "nama_jenisGroup1";
            graphGroup38.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.nama_jenis", Telerik.Reporting.SortDirection.Asc));
            this.barSeries1.SeriesGroup = graphGroup38;
            this.barSeries1.Y = "=Sum(Fields.bimbingan)";
            // 
            // graph2
            // 
            graphGroup36.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.inisial"));
            graphGroup36.Name = "inisialGroup1";
            graphGroup36.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.inisial", Telerik.Reporting.SortDirection.Asc));
            this.graph2.CategoryGroups.Add(graphGroup36);
            this.graph2.CoordinateSystems.Add(this.cartesianCoordinateSystem2);
            this.graph2.DataSource = this.avg_bimbingan_datasource;
            this.graph2.Legend.Style.LineColor = System.Drawing.Color.LightGray;
            this.graph2.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
            this.graph2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Pixel(9.603790283203125D), Telerik.Reporting.Drawing.Unit.Pixel(345.60003662109375D));
            this.graph2.Name = "graph2";
            this.graph2.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
            this.graph2.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
            this.graph2.Series.Add(this.barSeries2);
            this.graph2.SeriesGroups.Add(graphGroup39);
            this.graph2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Pixel(547.1962890625D), Telerik.Reporting.Drawing.Unit.Pixel(316.79998779296875D));
            this.graph2.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph2.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph2.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            graphTitle36.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            graphTitle36.Style.LineColor = System.Drawing.Color.LightGray;
            graphTitle36.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
            graphTitle36.Text = "graph2";
            this.graph2.Titles.Add(graphTitle36);
            // 
            // cartesianCoordinateSystem2
            // 
            this.cartesianCoordinateSystem2.Name = "cartesianCoordinateSystem2";
            this.cartesianCoordinateSystem2.XAxis = this.graphAxis4;
            this.cartesianCoordinateSystem2.YAxis = this.graphAxis3;
            // 
            // graphAxis4
            // 
            this.graphAxis4.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis4.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis4.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis4.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis4.MinorGridLineStyle.Visible = false;
            this.graphAxis4.Name = "graphAxis4";
            categoryScale36.SpacingSlotCount = 1D;
            this.graphAxis4.Scale = categoryScale36;
            // 
            // graphAxis3
            // 
            this.graphAxis3.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis3.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis3.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis3.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis3.MinorGridLineStyle.Visible = false;
            this.graphAxis3.Name = "graphAxis3";
            numericalScale36.CrossAxisValue = 0D;
            numericalScale36.SpacingSlotCount = 1D;
            this.graphAxis3.Scale = numericalScale36;
            // 
            // avg_bimbingan_datasource
            // 
            this.avg_bimbingan_datasource.ConnectionString = "skripsiautomationReport";
            this.avg_bimbingan_datasource.Name = "avg_bimbingan_datasource";
            this.avg_bimbingan_datasource.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@PeriodeSemester", System.Data.DbType.Int16, "=Parameters.Periode.Value")});
            this.avg_bimbingan_datasource.SelectCommand = resources.GetString("avg_bimbingan_datasource.SelectCommand");
            // 
            // barSeries2
            // 
            this.barSeries2.CategoryGroup = graphGroup36;
            this.barSeries2.CoordinateSystem = this.cartesianCoordinateSystem2;
            this.barSeries2.DataPointLabel = "=Sum(Fields.avgbimbingan)";
            this.barSeries2.DataPointLabelStyle.Visible = false;
            this.barSeries2.DataPointStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
            this.barSeries2.DataPointStyle.Visible = true;
            this.barSeries2.Legend = "=Fields.nama_jenis";
            graphGroup39.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.nama_jenis"));
            graphGroup39.Name = "nama_jenisGroup2";
            graphGroup39.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.nama_jenis", Telerik.Reporting.SortDirection.Asc));
            this.barSeries2.SeriesGroup = graphGroup39;
            this.barSeries2.Y = "=Sum(Fields.avgbimbingan)";
            // 
            // Bimbingan
            // 
            group18.GroupFooter = this.groupFooterSection1;
            group18.GroupHeader = this.groupHeaderSection1;
            group18.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.nama"));
            group18.Name = "group1";
            this.Groups.AddRange(new Telerik.Reporting.Group[] {
            group18});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.groupHeaderSection1,
            this.groupFooterSection1,
            this.pageHeaderSection1,
            this.detail});
            this.Name = "Report1";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter18.AvailableValues.DataSource = this.periode_datasource;
            reportParameter18.AvailableValues.DisplayMember = "= Fields.periode_semester";
            reportParameter18.AvailableValues.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.id", Telerik.Reporting.SortDirection.Asc));
            reportParameter18.AvailableValues.ValueMember = "= Fields.id";
            reportParameter18.Name = "Periode";
            reportParameter18.Text = "Periode";
            reportParameter18.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter18.Value = "2";
            reportParameter18.Visible = true;
            this.ReportParameters.Add(reportParameter18);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule120.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))});
            styleRule120.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(2D);
            styleRule120.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
            styleRule121.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.Table), "Civic.TableNormal")});
            styleRule121.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule121.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule121.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule121.Style.Color = System.Drawing.Color.Black;
            styleRule121.Style.Font.Name = "Georgia";
            styleRule121.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            descendantSelector86.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), "Civic.TableGroup")});
            styleRule122.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector86});
            styleRule122.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(245)))), ((int)(((byte)(245)))));
            styleRule122.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule122.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule122.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule122.Style.Font.Name = "Georgia";
            styleRule122.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            descendantSelector87.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), "Civic.GrandTotal")});
            styleRule123.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector87});
            styleRule123.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(214)))), ((int)(((byte)(214)))));
            styleRule123.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule123.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule123.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule123.Style.Font.Bold = true;
            styleRule123.Style.Font.Italic = false;
            styleRule123.Style.Font.Name = "Georgia";
            styleRule123.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule123.Style.Font.Strikeout = false;
            styleRule123.Style.Font.Underline = false;
            descendantSelector88.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), "Civic.SubTotal")});
            styleRule124.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector88});
            styleRule124.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(235)))), ((int)(((byte)(234)))));
            styleRule124.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule124.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule124.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule124.Style.Font.Name = "Georgia";
            styleRule124.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            descendantSelector89.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), "Civic.TableHeader")});
            styleRule125.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector89});
            styleRule125.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
            styleRule125.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule125.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule125.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule125.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
            styleRule125.Style.Font.Name = "Georgia";
            styleRule125.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
            styleRule125.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            descendantSelector90.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), "Civic.TableBody")});
            styleRule126.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            descendantSelector90});
            styleRule126.Style.BorderColor.Default = System.Drawing.Color.Black;
            styleRule126.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            styleRule126.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            styleRule126.Style.Font.Name = "Georgia";
            styleRule126.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule120,
            styleRule121,
            styleRule122,
            styleRule123,
            styleRule124,
            styleRule125,
            styleRule126});
            this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Pixel;
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(6D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
        /// <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.TableGroup tableGroup373 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup374 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup375 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup376 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup377 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup378 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup379 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup380 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup381 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup382 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup383 = new Telerik.Reporting.TableGroup();
            Telerik.Reporting.TableGroup tableGroup384 = new Telerik.Reporting.TableGroup();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Nilai));
            Telerik.Reporting.GraphGroup graphGroup94 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphTitle graphTitle63 = new Telerik.Reporting.GraphTitle();
            Telerik.Reporting.CategoryScale categoryScale63 = new Telerik.Reporting.CategoryScale();
            Telerik.Reporting.NumericalScale numericalScale63 = new Telerik.Reporting.NumericalScale();
            Telerik.Reporting.GraphGroup graphGroup98 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphGroup graphGroup95 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphGroup graphGroup96 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphTitle graphTitle64 = new Telerik.Reporting.GraphTitle();
            Telerik.Reporting.CategoryScale categoryScale64 = new Telerik.Reporting.CategoryScale();
            Telerik.Reporting.NumericalScale numericalScale64 = new Telerik.Reporting.NumericalScale();
            Telerik.Reporting.GraphGroup graphGroup99 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphGroup graphGroup100 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.ReportParameter reportParameter32 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule32 = new Telerik.Reporting.Drawing.StyleRule();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.jenis_skripsi_datasource = new Telerik.Reporting.SqlDataSource();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.detail = new Telerik.Reporting.DetailSection();
            this.crosstab1 = new Telerik.Reporting.Crosstab();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.textBox9 = new Telerik.Reporting.TextBox();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.panel1 = new Telerik.Reporting.Panel();
            this.graph1 = new Telerik.Reporting.Graph();
            this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
            this.graphAxis2 = new Telerik.Reporting.GraphAxis();
            this.graphAxis1 = new Telerik.Reporting.GraphAxis();
            this.nilai_perperiode_datasource = new Telerik.Reporting.SqlDataSource();
            this.barSeries1 = new Telerik.Reporting.BarSeries();
            this.graph2 = new Telerik.Reporting.Graph();
            this.cartesianCoordinateSystem2 = new Telerik.Reporting.CartesianCoordinateSystem();
            this.graphAxis4 = new Telerik.Reporting.GraphAxis();
            this.graphAxis3 = new Telerik.Reporting.GraphAxis();
            this.presentasenilai_perperiode_datasource = new Telerik.Reporting.SqlDataSource();
            this.barSeries2 = new Telerik.Reporting.BarSeries();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // textBox3
            // 
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.2291666716337204D));
            this.textBox3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox3.Value = "=Fields.nilai_akhir";
            // 
            // textBox5
            // 
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.1458333432674408D));
            this.textBox5.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // textBox1
            // 
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2D), Telerik.Reporting.Drawing.Unit.Inch(0.37500002980232239D));
            this.textBox1.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox1.Value = "=Fields.periode_semester";
            // 
            // textBox8
            // 
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(0.145833358168602D));
            this.textBox8.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(229)))), ((int)(((byte)(243)))));
            this.textBox8.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox8.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox8.Style.Font.Bold = true;
            this.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox8.Value = "Total Mahasiswa";
            // 
            // textBox6
            // 
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4D), Telerik.Reporting.Drawing.Unit.Inch(0.3229166567325592D));
            // 
            // jenis_skripsi_datasource
            // 
            this.jenis_skripsi_datasource.ConnectionString = "skripsiautomationReport";
            this.jenis_skripsi_datasource.Name = "jenis_skripsi_datasource";
            this.jenis_skripsi_datasource.SelectCommand = "select id, nama_jenis from jenis_skripsi";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D);
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            // 
            // detail
            // 
            this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(10.183295249938965D);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.crosstab1,
            this.panel1});
            this.detail.Name = "detail";
            // 
            // crosstab1
            // 
            this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(1D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.2291666567325592D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.1458333432674408D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.1458333432674408D)));
            this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.32291668653488159D)));
            this.crosstab1.Body.SetCellContent(0, 0, this.textBox2);
            this.crosstab1.Body.SetCellContent(1, 0, this.textBox4);
            this.crosstab1.Body.SetCellContent(2, 0, this.textBox7);
            this.crosstab1.Body.SetCellContent(3, 0, this.textBox9);
            tableGroup373.Name = "ColumnGroup";
            this.crosstab1.ColumnGroups.Add(tableGroup373);
            this.crosstab1.DataSource = this.sqlDataSource1;
            this.crosstab1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox2,
            this.textBox4,
            this.textBox7,
            this.textBox9,
            this.textBox3,
            this.textBox5,
            this.textBox1,
            this.textBox8,
            this.textBox6});
            this.crosstab1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
            this.crosstab1.Name = "crosstab1";
            tableGroup378.Name = "RowGroup";
            tableGroup377.ChildGroups.Add(tableGroup378);
            tableGroup377.Name = "Group2";
            tableGroup377.ReportItem = this.textBox3;
            tableGroup380.Name = "Group1";
            tableGroup379.ChildGroups.Add(tableGroup380);
            tableGroup379.Name = "Group3";
            tableGroup379.ReportItem = this.textBox5;
            tableGroup376.ChildGroups.Add(tableGroup377);
            tableGroup376.ChildGroups.Add(tableGroup379);
            tableGroup376.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.nilai_akhir"));
            tableGroup376.Name = "nilai_akhir";
            tableGroup376.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.nilai_akhir", Telerik.Reporting.SortDirection.Asc));
            tableGroup375.ChildGroups.Add(tableGroup376);
            tableGroup375.Name = "Group7";
            tableGroup375.ReportItem = this.textBox1;
            tableGroup382.Name = "Group6";
            tableGroup381.ChildGroups.Add(tableGroup382);
            tableGroup381.Name = "Group8";
            tableGroup381.ReportItem = this.textBox8;
            tableGroup384.Name = "Group5";
            tableGroup383.ChildGroups.Add(tableGroup384);
            tableGroup383.Name = "Group4";
            tableGroup383.ReportItem = this.textBox6;
            tableGroup374.ChildGroups.Add(tableGroup375);
            tableGroup374.ChildGroups.Add(tableGroup381);
            tableGroup374.ChildGroups.Add(tableGroup383);
            tableGroup374.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.periode_semester"));
            tableGroup374.Name = "periode_semester";
            tableGroup374.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.periode_semester", Telerik.Reporting.SortDirection.Asc));
            this.crosstab1.RowGroups.Add(tableGroup374);
            this.crosstab1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5D), Telerik.Reporting.Drawing.Unit.Inch(0.84375005960464478D));
            // 
            // textBox2
            // 
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.2291666716337204D));
            this.textBox2.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox2.Value = "= Fields.jumlah_nilai";
            // 
            // textBox4
            // 
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.1458333432674408D));
            this.textBox4.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // textBox7
            // 
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.1458333283662796D));
            this.textBox7.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(229)))), ((int)(((byte)(243)))));
            this.textBox7.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(140)))), ((int)(((byte)(201)))));
            this.textBox7.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            this.textBox7.Style.Font.Bold = true;
            this.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox7.Value = "= Sum(Fields.jumlah_nilai)";
            // 
            // textBox9
            // 
            this.textBox9.Name = "textBox9";
            this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0.3229166567325592D));
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "skripsiautomationReport";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@JenisSkripsi", System.Data.DbType.Int32, "=Parameters.JenisSkripsi.Value")});
            this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
            // 
            // panel1
            // 
            this.panel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.graph1,
            this.graph2});
            this.panel1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(1D));
            this.panel1.Name = "panel1";
            this.panel1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.9999213218688965D), Telerik.Reporting.Drawing.Unit.Inch(9.1832952499389648D));
            // 
            // graph1
            // 
            graphGroup94.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.periode_semester"));
            graphGroup94.Name = "periode_semesterGroup1";
            graphGroup94.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.periode_semester", Telerik.Reporting.SortDirection.Asc));
            this.graph1.CategoryGroups.Add(graphGroup94);
            this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
            this.graph1.DataSource = this.nilai_perperiode_datasource;
            this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
            this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.929932790924795E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
            this.graph1.Name = "graph1";
            this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
            this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Series.Add(this.barSeries1);
            this.graph1.SeriesGroups.Add(graphGroup98);
            this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.9998421669006348D), Telerik.Reporting.Drawing.Unit.Inch(4.3999605178833008D));
            this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            graphTitle63.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            graphTitle63.Style.LineColor = System.Drawing.Color.LightGray;
            graphTitle63.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            graphTitle63.Text = "graph1";
            this.graph1.Titles.Add(graphTitle63);
            // 
            // cartesianCoordinateSystem1
            // 
            this.cartesianCoordinateSystem1.Name = "cartesianCoordinateSystem1";
            this.cartesianCoordinateSystem1.XAxis = this.graphAxis2;
            this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
            // 
            // graphAxis2
            // 
            this.graphAxis2.LabelAngle = 90;
            this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.Visible = false;
            this.graphAxis2.Name = "graphAxis2";
            categoryScale63.SpacingSlotCount = 1D;
            this.graphAxis2.Scale = categoryScale63;
            // 
            // graphAxis1
            // 
            this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.Visible = false;
            this.graphAxis1.Name = "graphAxis1";
            numericalScale63.CrossAxisPosition = Telerik.Reporting.GraphScaleCrossAxisPosition.Specific;
            numericalScale63.CrossAxisValue = 0D;
            numericalScale63.SpacingSlotCount = 1D;
            this.graphAxis1.Scale = numericalScale63;
            // 
            // nilai_perperiode_datasource
            // 
            this.nilai_perperiode_datasource.ConnectionString = "skripsiautomationReport";
            this.nilai_perperiode_datasource.Name = "nilai_perperiode_datasource";
            this.nilai_perperiode_datasource.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@JenisSkripsi", System.Data.DbType.Int32, "=Parameters.JenisSkripsi.Value")});
            this.nilai_perperiode_datasource.SelectCommand = resources.GetString("nilai_perperiode_datasource.SelectCommand");
            // 
            // barSeries1
            // 
            this.barSeries1.CategoryGroup = graphGroup94;
            this.barSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.barSeries1.DataPointLabel = "=Sum(Fields.jumlah_nilai)";
            this.barSeries1.DataPointLabelStyle.Visible = false;
            this.barSeries1.DataPointStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.barSeries1.DataPointStyle.Visible = true;
            this.barSeries1.Legend = "=Fields.nilai_akhir";
            graphGroup98.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.nilai_akhir"));
            graphGroup98.Name = "nilai_akhirGroup1";
            graphGroup98.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.nilai_akhir", Telerik.Reporting.SortDirection.Asc));
            this.barSeries1.SeriesGroup = graphGroup98;
            this.barSeries1.Y = "=Sum(Fields.jumlah_nilai)";
            // 
            // graph2
            // 
            graphGroup95.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.periode_semester"));
            graphGroup95.Name = "periode_semesterGroup2";
            graphGroup95.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.periode_semester", Telerik.Reporting.SortDirection.Asc));
            this.graph2.CategoryGroups.Add(graphGroup95);
            this.graph2.CoordinateSystems.Add(this.cartesianCoordinateSystem2);
            this.graph2.DataSource = this.presentasenilai_perperiode_datasource;
            this.graph2.Legend.Position = Telerik.Reporting.GraphItemPosition.BottomCenter;
            this.graph2.Legend.Style.LineColor = System.Drawing.Color.LightGray;
            this.graph2.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(4.6000003814697266D));
            this.graph2.Name = "graph2";
            this.graph2.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
            this.graph2.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph2.Series.Add(this.barSeries2);
            graphGroup96.Name = "seriesGroup1";
            this.graph2.SeriesGroups.Add(graphGroup96);
            this.graph2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.9998817443847656D), Telerik.Reporting.Drawing.Unit.Inch(4.2999997138977051D));
            this.graph2.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph2.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph2.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            graphTitle64.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            graphTitle64.Style.LineColor = System.Drawing.Color.LightGray;
            graphTitle64.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            graphTitle64.Text = "graph2";
            this.graph2.Titles.Add(graphTitle64);
            // 
            // cartesianCoordinateSystem2
            // 
            this.cartesianCoordinateSystem2.Name = "cartesianCoordinateSystem2";
            this.cartesianCoordinateSystem2.XAxis = this.graphAxis4;
            this.cartesianCoordinateSystem2.YAxis = this.graphAxis3;
            // 
            // graphAxis4
            // 
            this.graphAxis4.LabelAngle = 90;
            this.graphAxis4.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis4.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis4.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis4.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis4.MinorGridLineStyle.Visible = false;
            this.graphAxis4.Name = "graphAxis4";
            categoryScale64.SpacingSlotCount = 1D;
            this.graphAxis4.Scale = categoryScale64;
            this.graphAxis4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
            this.graphAxis4.Style.Visible = true;
            this.graphAxis4.TitlePlacement = Telerik.Reporting.GraphAxisTitlePlacement.Auto;
            // 
            // graphAxis3
            // 
            this.graphAxis3.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis3.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis3.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis3.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis3.MinorGridLineStyle.Visible = false;
            this.graphAxis3.Name = "graphAxis3";
            numericalScale64.CrossAxisPosition = Telerik.Reporting.GraphScaleCrossAxisPosition.Specific;
            numericalScale64.CrossAxisValue = 0D;
            numericalScale64.SpacingSlotCount = 1D;
            this.graphAxis3.Scale = numericalScale64;
            // 
            // presentasenilai_perperiode_datasource
            // 
            this.presentasenilai_perperiode_datasource.ConnectionString = "skripsiautomationReport";
            this.presentasenilai_perperiode_datasource.Name = "presentasenilai_perperiode_datasource";
            this.presentasenilai_perperiode_datasource.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@skripsi", System.Data.DbType.Int32, "=Parameters.JenisSkripsi.Value")});
            this.presentasenilai_perperiode_datasource.SelectCommand = resources.GetString("presentasenilai_perperiode_datasource.SelectCommand");
            // 
            // barSeries2
            // 
            graphGroup99.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.periode_semester"));
            graphGroup99.Name = "periode_semesterGroup2";
            graphGroup99.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.periode_semester", Telerik.Reporting.SortDirection.Asc));
            this.barSeries2.CategoryGroup = graphGroup99;
            this.barSeries2.CoordinateSystem = this.cartesianCoordinateSystem2;
            this.barSeries2.DataPointLabel = "=Sum(Fields.presentase)";
            this.barSeries2.DataPointLabelStyle.Visible = false;
            this.barSeries2.DataPointStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.barSeries2.DataPointStyle.Visible = true;
            this.barSeries2.Legend = "presentase";
            graphGroup100.Name = "seriesGroup1";
            this.barSeries2.SeriesGroup = graphGroup100;
            this.barSeries2.Y = "=Sum(Fields.presentase)";
            // 
            // Nilai
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.pageHeaderSection1,
            this.detail});
            this.Name = "Nilai";
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter32.AvailableValues.DataSource = this.jenis_skripsi_datasource;
            reportParameter32.AvailableValues.DisplayMember = "= Fields.nama_jenis";
            reportParameter32.AvailableValues.ValueMember = "= Fields.id";
            reportParameter32.Name = "JenisSkripsi";
            reportParameter32.Text = "Jenis Skripsi";
            reportParameter32.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter32.Value = "= Fields.id";
            reportParameter32.Visible = true;
            this.ReportParameters.Add(reportParameter32);
            this.Style.BackgroundColor = System.Drawing.Color.White;
            styleRule32.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))});
            styleRule32.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(2D);
            styleRule32.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule32});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(6D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
 /// <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.GraphGroup                     graphGroup5     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette           colorPalette2   = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphTitle                     graphTitle3     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.DateTimeScale                  dateTimeScale2  = new Telerik.Reporting.DateTimeScale();
     Telerik.Reporting.NumericalScale                 numericalScale5 = new Telerik.Reporting.NumericalScale();
     System.ComponentModel.ComponentResourceManager   resources       = new System.ComponentModel.ComponentResourceManager(typeof(Report1));
     Telerik.Reporting.GraphGroup                     graphGroup6     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.NumericalScale                 numericalScale6 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.NumericalScale                 numericalScale7 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale                  categoryScale3  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup                     graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle                     graphTitle4     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.CategoryScale                  categoryScale4  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.CategoryScaleCrossAxisPosition categoryScaleCrossAxisPosition3 = new Telerik.Reporting.CategoryScaleCrossAxisPosition();
     Telerik.Reporting.CategoryScaleCrossAxisPosition categoryScaleCrossAxisPosition4 = new Telerik.Reporting.CategoryScaleCrossAxisPosition();
     Telerik.Reporting.NumericalScale                 numericalScale8 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.DataColumn                     dataColumn6     = new Telerik.Reporting.DataColumn();
     Telerik.Reporting.DataColumn                     dataColumn7     = new Telerik.Reporting.DataColumn();
     Telerik.Reporting.DataColumn                     dataColumn8     = new Telerik.Reporting.DataColumn();
     Telerik.Reporting.DataColumn                     dataColumn9     = new Telerik.Reporting.DataColumn();
     Telerik.Reporting.DataColumn                     dataColumn10    = new Telerik.Reporting.DataColumn();
     Telerik.Reporting.GraphGroup                     graphGroup7     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.StyleRule              styleRule2      = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1         = new Telerik.Reporting.PageHeaderSection();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1         = new Telerik.Reporting.PageFooterSection();
     this.objectDataSource1          = new Telerik.Reporting.ObjectDataSource();
     this.graph1                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis2                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis1                 = new Telerik.Reporting.GraphAxis();
     this.salesData                  = new Telerik.Reporting.SqlDataSource();
     this.lineSeries1                = new Telerik.Reporting.LineSeries();
     this.graphAxis3                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis4                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis5                 = new Telerik.Reporting.GraphAxis();
     this.objectDataSource2          = new Telerik.Reporting.ObjectDataSource();
     this.objectDataSource3          = new Telerik.Reporting.ObjectDataSource();
     this.graph2                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem2 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis6                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis7                 = new Telerik.Reporting.GraphAxis();
     this.csvDataSource1             = new Telerik.Reporting.CsvDataSource();
     this.lineSeries2                = new Telerik.Reporting.LineSeries();
     this.lineSeries3                = new Telerik.Reporting.LineSeries();
     this.barSeries1                 = new Telerik.Reporting.BarSeries();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.4D);
     this.pageHeaderSection1.Name   = "pageHeaderSection1";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(9.5D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.graph1,
         this.graph2
     });
     this.detail.Name = "detail";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.3D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // objectDataSource1
     //
     this.objectDataSource1.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("Field1", typeof(string), "Fields.Numerosucursal"),
         new Telerik.Reporting.CalculatedField("Field2", typeof(decimal), "Fields.TotalActual"),
         new Telerik.Reporting.CalculatedField("Field3", typeof(string), "Fields.Codigo_De_Sucursal"),
         new Telerik.Reporting.CalculatedField("Field4", typeof(string), "Fields.Nombre"),
         new Telerik.Reporting.CalculatedField("Field5", typeof(decimal), "Fields.TotalAnterior")
     });
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // graph1
     //
     graphGroup5.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Field3"));
     graphGroup5.Name = "orderDateMonthGroup";
     graphGroup5.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Field3", Telerik.Reporting.SortDirection.Asc));
     this.graph1.CategoryGroups.Add(graphGroup5);
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(192)))), ((int)(((byte)(80)))), ((int)(((byte)(77))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(128)))), ((int)(((byte)(100)))), ((int)(((byte)(162))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(119)))), ((int)(((byte)(44)))), ((int)(((byte)(42))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))), ((int)(((byte)(98))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(182)))), ((int)(((byte)(87)))), ((int)(((byte)(8))))));
     this.graph1.ColorPalette = colorPalette2;
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
     this.graph1.DataSource             = null;
     this.graph1.Legend.Position        = Telerik.Reporting.GraphItemPosition.BottomCenter;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Legend.Style.Visible   = false;
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.508D), Telerik.Reporting.Drawing.Unit.Cm(0.254D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Series.Add(this.lineSeries1);
     this.graph1.SeriesGroups.Add(graphGroup6);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.5D), Telerik.Reporting.Drawing.Unit.Cm(5.5D));
     this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle3.Position             = Telerik.Reporting.GraphItemPosition.TopLeft;
     graphTitle3.Style.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(152)))), ((int)(((byte)(152)))));
     graphTitle3.Style.Font.Bold      = false;
     graphTitle3.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(9D);
     graphTitle3.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle3.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle3.Text = "SALES VOLUME, MOUNTLY (in millions USD)";
     this.graph1.Titles.Add(graphTitle3);
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis5;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
     //
     // graphAxis2
     //
     this.graphAxis2.LabelFormat = "{0}";
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name           = "graphAxis2";
     dateTimeScale2.BaseUnit        = Telerik.Reporting.DateTimeScaleUnits.Months;
     this.graphAxis2.Scale          = dateTimeScale2;
     this.graphAxis2.Title          = "";
     this.graphAxis2.TitlePlacement = Telerik.Reporting.GraphAxisTitlePlacement.AtMaximum;
     //
     // graphAxis1
     //
     this.graphAxis1.LabelFormat = "{0:C2}";
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MajorGridLineStyle.Visible   = true;
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name            = "graphAxis1";
     this.graphAxis1.Scale           = numericalScale5;
     this.graphAxis1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graphAxis1.Style.Visible   = true;
     this.graphAxis1.Title           = "";
     this.graphAxis1.TitlePlacement  = Telerik.Reporting.GraphAxisTitlePlacement.AtMaximum;
     //
     // salesData
     //
     this.salesData.ConnectionString = "My.MySettings.TelerikConnectionString";
     this.salesData.Name             = "salesData";
     this.salesData.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@country", System.Data.DbType.String, "=Parameters.country.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@year", System.Data.DbType.Int32, "=Parameters.year.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@category", System.Data.DbType.Int32, "=Parameters.category.Value")
     });
     this.salesData.SelectCommand = resources.GetString("salesData.SelectCommand");
     //
     // lineSeries1
     //
     this.lineSeries1.CategoryGroup                    = graphGroup5;
     this.lineSeries1.CoordinateSystem                 = this.cartesianCoordinateSystem1;
     this.lineSeries1.DataPointLabel                   = "=Sum(Fields.Field2)";
     this.lineSeries1.DataPointLabelStyle.Visible      = false;
     this.lineSeries1.DataPointStyle.Visible           = false;
     this.lineSeries1.LegendItem.Style.BackgroundColor = System.Drawing.Color.Transparent;
     this.lineSeries1.LegendItem.Style.LineColor       = System.Drawing.Color.Transparent;
     this.lineSeries1.LegendItem.Style.LineWidth       = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.lineSeries1.LegendItem.Value                 = "=Fields.OrderDate.Year";
     this.lineSeries1.LineStyle.LineWidth              = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries1.MarkerMaxSize                    = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries1.MarkerMinSize                    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MarkerType = Telerik.Reporting.DataPointMarkerType.Diamond;
     this.lineSeries1.Name       = "lineSeries1";
     graphGroup6.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Field1"));
     graphGroup6.Name = "orderDateYearGroup";
     graphGroup6.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Field1", Telerik.Reporting.SortDirection.Asc));
     this.lineSeries1.SeriesGroup = graphGroup6;
     this.lineSeries1.Size        = null;
     this.lineSeries1.Y           = "=Sum(Fields.Field2)";
     //
     // graphAxis3
     //
     this.graphAxis3.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.Visible   = false;
     this.graphAxis3.Name  = "GraphAxis1";
     this.graphAxis3.Scale = numericalScale6;
     //
     // graphAxis4
     //
     this.graphAxis4.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MinorGridLineStyle.Visible   = false;
     this.graphAxis4.Name  = "GraphAxis2";
     this.graphAxis4.Scale = numericalScale7;
     //
     // graphAxis5
     //
     this.graphAxis5.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis5.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis5.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis5.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis5.MinorGridLineStyle.Visible   = false;
     this.graphAxis5.Name  = "GraphAxis1";
     this.graphAxis5.Scale = categoryScale3;
     //
     // objectDataSource2
     //
     this.objectDataSource2.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("Field1", typeof(int), "Fields.Numerosucursal"),
         new Telerik.Reporting.CalculatedField("Field2", typeof(decimal), "Fields.TotalActual"),
         new Telerik.Reporting.CalculatedField("Field3", typeof(string), "Fields.Codigo_De_Sucursal"),
         new Telerik.Reporting.CalculatedField("Field4", typeof(string), "Fields.Nombre")
     });
     this.objectDataSource2.Name = "objectDataSource2";
     //
     // objectDataSource3
     //
     this.objectDataSource3.Name = "objectDataSource3";
     //
     // graph2
     //
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Codigo_De_Sucursal"));
     graphGroup2.Name = "itemGroup";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Numerosucursal", Telerik.Reporting.SortDirection.Asc));
     this.graph2.CategoryGroups.Add(graphGroup2);
     this.graph2.CoordinateSystems.Add(this.cartesianCoordinateSystem2);
     this.graph2.DataSource             = null;
     this.graph2.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph2.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.3D), Telerik.Reporting.Drawing.Unit.Inch(3D));
     this.graph2.Name     = "graph2";
     this.graph2.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph2.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph2.Series.Add(this.lineSeries2);
     this.graph2.Series.Add(this.lineSeries3);
     this.graph2.Series.Add(this.barSeries1);
     this.graph2.SeriesGroups.Add(graphGroup7);
     this.graph2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(3.3D));
     this.graph2.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle4.Position             = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle4.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle4.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Inch(0D);
     graphTitle4.Text = "graph1";
     this.graph2.Titles.Add(graphTitle4);
     //
     // cartesianCoordinateSystem2
     //
     this.cartesianCoordinateSystem2.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem2.XAxis = this.graphAxis6;
     this.cartesianCoordinateSystem2.YAxis = this.graphAxis7;
     //
     // graphAxis6
     //
     this.graphAxis6.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis6.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis6.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis6.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis6.MinorGridLineStyle.Visible   = false;
     this.graphAxis6.Name = "graphAxis2";
     categoryScaleCrossAxisPosition3.Position = Telerik.Reporting.GraphScaleCrossAxisPosition.AtMaximum;
     categoryScaleCrossAxisPosition4.Position = Telerik.Reporting.GraphScaleCrossAxisPosition.AtMinimum;
     categoryScale4.CrossAxisPositions.Add(categoryScaleCrossAxisPosition3);
     categoryScale4.CrossAxisPositions.Add(categoryScaleCrossAxisPosition4);
     this.graphAxis6.Scale = categoryScale4;
     //
     // graphAxis7
     //
     this.graphAxis7.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis7.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis7.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis7.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis7.MinorGridLineStyle.Visible   = false;
     this.graphAxis7.Name  = "GraphAxis2";
     this.graphAxis7.Scale = numericalScale8;
     //
     // csvDataSource1
     //
     dataColumn6.Name  = "Numerosucursal";
     dataColumn7.Name  = "TotalActual";
     dataColumn7.Type  = Telerik.Reporting.SimpleType.Integer;
     dataColumn8.Name  = "Codigo_De_Sucursal";
     dataColumn9.Name  = "Nombre";
     dataColumn10.Name = "TotalAnterior";
     dataColumn10.Type = Telerik.Reporting.SimpleType.Integer;
     this.csvDataSource1.Columns.Add(dataColumn6);
     this.csvDataSource1.Columns.Add(dataColumn7);
     this.csvDataSource1.Columns.Add(dataColumn8);
     this.csvDataSource1.Columns.Add(dataColumn9);
     this.csvDataSource1.Columns.Add(dataColumn10);
     this.csvDataSource1.FieldSeparators = new char[] {
         ','
     };
     this.csvDataSource1.HasHeaders       = true;
     this.csvDataSource1.Name             = "csvDataSource1";
     this.csvDataSource1.RecordSeparators = new char[] {
         '\r',
         '\n'
     };
     this.csvDataSource1.Source = resources.GetString("csvDataSource1.Source");
     //
     // lineSeries2
     //
     this.lineSeries2.CategoryGroup               = graphGroup2;
     this.lineSeries2.CoordinateSystem            = this.cartesianCoordinateSystem2;
     this.lineSeries2.DataPointLabel              = "= Sum(Fields.TotalActual)";
     this.lineSeries2.DataPointLabelStyle.Visible = false;
     this.lineSeries2.DataPointStyle.Visible      = true;
     this.lineSeries2.LegendItem.Value            = "\'Sum(TotalAnterior)\'";
     this.lineSeries2.LineStyle.LineWidth         = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries2.MarkerMaxSize               = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries2.MarkerMinSize               = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries2.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries2.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries2.MissingValuesLineStyle.Visible   = false;
     this.lineSeries2.Name        = "lineSeries1";
     graphGroup7.Name             = "seriesGroup";
     this.lineSeries2.SeriesGroup = graphGroup7;
     this.lineSeries2.Size        = null;
     this.lineSeries2.Y           = "= Sum(Fields.TotalActual)";
     //
     // lineSeries3
     //
     this.lineSeries3.CategoryGroup               = graphGroup2;
     this.lineSeries3.CoordinateSystem            = this.cartesianCoordinateSystem2;
     this.lineSeries3.DataPointLabel              = "= Sum(Fields.TotalAnterior)";
     this.lineSeries3.DataPointLabelStyle.Visible = false;
     this.lineSeries3.DataPointStyle.Visible      = false;
     this.lineSeries3.LegendItem.Value            = "\'Sum(TotalActual)\'";
     this.lineSeries3.LineStyle.LineWidth         = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries3.MarkerMaxSize               = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries3.MarkerMinSize               = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries3.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries3.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries3.MissingValuesLineStyle.Visible   = false;
     this.lineSeries3.Name        = "lineSeries2";
     this.lineSeries3.SeriesGroup = graphGroup7;
     this.lineSeries3.Size        = null;
     this.lineSeries3.Y           = "= Sum(Fields.TotalAnterior)";
     //
     // barSeries1
     //
     this.barSeries1.CategoryGroup    = graphGroup2;
     this.barSeries1.CoordinateSystem = this.cartesianCoordinateSystem2;
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Visible        = false;
     this.barSeries1.SeriesGroup = graphGroup7;
     this.barSeries1.Y           = "= Fields.TotalActual";
     //
     // Report1
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "Report1";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule2
     });
     this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Inch;
     this.Width         = Telerik.Reporting.Drawing.Unit.Cm(20.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(NonHazardousWasteReport));
     Telerik.Reporting.GraphGroup                 graphGroup1         = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle                 graphTitle1         = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.NumericalScale             numericalScale1     = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale              categoryScale1      = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup                 graphGroup2         = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.TableGroup                 tableGroup1         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                 tableGroup2         = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.ReportParameter            reportParameter1    = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter            reportParameter2    = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter            reportParameter3    = 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.StyleRule          styleRule3          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector1 = new Telerik.Reporting.Drawing.DescendantSelector();
     Telerik.Reporting.Drawing.StyleRule          styleRule4          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector2 = new Telerik.Reporting.Drawing.DescendantSelector();
     Telerik.Reporting.Drawing.StyleRule          styleRule5          = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.DescendantSelector descendantSelector3 = new Telerik.Reporting.Drawing.DescendantSelector();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.sqlDataSource1             = new Telerik.Reporting.SqlDataSource();
     this.panel1                     = new Telerik.Reporting.Panel();
     this.pictureBox1                = new Telerik.Reporting.PictureBox();
     this.textBox1                   = new Telerik.Reporting.TextBox();
     this.textBox2                   = new Telerik.Reporting.TextBox();
     this.graph1                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis1                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis2                 = new Telerik.Reporting.GraphAxis();
     this.barSeries1                 = new Telerik.Reporting.BarSeries();
     this.crosstab1                  = new Telerik.Reporting.Crosstab();
     this.textBox3                   = new Telerik.Reporting.TextBox();
     this.textBox4                   = new Telerik.Reporting.TextBox();
     this.textBox5                   = new Telerik.Reporting.TextBox();
     this.textBox6                   = new Telerik.Reporting.TextBox();
     this.waste_type                 = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(7.2000002861022949D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.panel1,
         this.graph1,
         this.crosstab1
     });
     this.detail.Name = "detail";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "starenergyenviro";
     this.sqlDataSource1.Name             = "sqlDataSource1";
     this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@datefrom", System.Data.DbType.DateTime, "=Parameters.datefrom.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@dateto", System.Data.DbType.DateTime, "=Parameters.dateto.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@types", System.Data.DbType.String, "=Parameters.types.Value")
     });
     this.sqlDataSource1.SelectCommand = resources.GetString("sqlDataSource1.SelectCommand");
     //
     // panel1
     //
     this.panel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pictureBox1,
         this.textBox1,
         this.textBox2
     });
     this.panel1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.09375D), Telerik.Reporting.Drawing.Unit.Inch(0.09375D));
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.899998664855957D), Telerik.Reporting.Drawing.Unit.Inch(1.2000000476837158D));
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9339065551757812E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
     this.pictureBox1.MimeType = "image/png";
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6999607086181641D), Telerik.Reporting.Drawing.Unit.Inch(1.1999210119247437D));
     this.pictureBox1.Sizing   = Telerik.Reporting.Drawing.ImageSizeMode.ScaleProportional;
     this.pictureBox1.Value    = ((object)(resources.GetObject("pictureBox1.Value")));
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.7999998331069946D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9D), Telerik.Reporting.Drawing.Unit.Inch(0.40000006556510925D));
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(20D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "STAR ENERGY (WAYANG WINDU) LIMITED";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8000000715255737D), Telerik.Reporting.Drawing.Unit.Inch(0.50000005960464478D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(9D), Telerik.Reporting.Drawing.Unit.Inch(0.599921464920044D));
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(16D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "Non Hazardous Waste Generations Report";
     //
     // graph1
     //
     graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.yeer"));
     graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.mnuum"));
     graphGroup1.Label = resources.GetString("graphGroup1.Label");
     graphGroup1.Name  = "mnuumGroup1";
     graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.yeer", Telerik.Reporting.SortDirection.Asc));
     graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.mnuum", Telerik.Reporting.SortDirection.Asc));
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
     this.graph1.DataSource             = this.sqlDataSource1;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.093789339065551758D), Telerik.Reporting.Drawing.Unit.Inch(1.4000000953674316D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Series.Add(this.barSeries1);
     this.graph1.SeriesGroups.Add(graphGroup2);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.899999618530273D), Telerik.Reporting.Drawing.Unit.Inch(5.3000001907348633D));
     this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle1.Position             = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle1.Style.Font.Bold      = true;
     graphTitle1.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(16D);
     graphTitle1.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Inch(0D);
     graphTitle1.Text = "Non Hazardous Waste Generations";
     this.graph1.Titles.Add(graphTitle1);
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis2;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name             = "graphAxis1";
     numericalScale1.CrossAxisValue   = 0D;
     numericalScale1.SpacingSlotCount = 1D;
     this.graphAxis1.Scale            = numericalScale1;
     this.graphAxis1.Title            = "berat (kg)";
     //
     // graphAxis2
     //
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name            = "graphAxis2";
     categoryScale1.SpacingSlotCount = 1D;
     this.graphAxis2.Scale           = categoryScale1;
     //
     // barSeries1
     //
     this.barSeries1.CategoryGroup               = graphGroup1;
     this.barSeries1.CoordinateSystem            = this.cartesianCoordinateSystem1;
     this.barSeries1.DataPointLabel              = "=Fields.waste_in";
     this.barSeries1.DataPointLabelStyle.Visible = false;
     this.barSeries1.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.barSeries1.DataPointStyle.Visible      = true;
     this.barSeries1.Legend       = "=Fields.name";
     this.barSeries1.LegendFormat = "";
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.id"));
     graphGroup2.Name = "nameGroup1";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.id", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.SeriesGroup = graphGroup2;
     this.barSeries1.Y           = "=Fields.waste_in";
     //
     // crosstab1
     //
     this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Inch(0.74791687726974487D)));
     this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D)));
     this.crosstab1.Body.SetCellContent(0, 0, this.textBox6);
     tableGroup1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.yeer"));
     tableGroup1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.mnuum"));
     tableGroup1.Name       = "mnuum1";
     tableGroup1.ReportItem = this.textBox3;
     tableGroup1.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.yeer", Telerik.Reporting.SortDirection.Asc));
     tableGroup1.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.mnuum", Telerik.Reporting.SortDirection.Asc));
     this.crosstab1.ColumnGroups.Add(tableGroup1);
     this.crosstab1.Corner.SetCellContent(0, 0, this.textBox5);
     this.crosstab1.DataSource = this.sqlDataSource1;
     this.crosstab1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox3,
         this.textBox4,
         this.textBox5,
         this.textBox6
     });
     this.crosstab1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.093789339065551758D), Telerik.Reporting.Drawing.Unit.Inch(6.7000002861022949D));
     this.crosstab1.Name     = "crosstab1";
     tableGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.id"));
     tableGroup2.Name       = "id1";
     tableGroup2.ReportItem = this.textBox4;
     tableGroup2.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.id", Telerik.Reporting.SortDirection.Asc));
     this.crosstab1.RowGroups.Add(tableGroup2);
     this.crosstab1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2979168891906738D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     this.crosstab1.StyleName = "Normal.TableNormal";
     //
     // textBox3
     //
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.74791669845581055D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.StyleName           = "Normal.TableGroup";
     this.textBox3.Value               = resources.GetString("textBox3.Value");
     //
     // textBox4
     //
     this.textBox4.Name                = "textBox4";
     this.textBox4.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.550000011920929D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox4.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.StyleName           = "Normal.TableGroup";
     this.textBox4.Value               = "= Fields.name";
     //
     // textBox5
     //
     this.textBox5.Name      = "textBox5";
     this.textBox5.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.550000011920929D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox5.StyleName = "Normal.TableHeader";
     this.textBox5.Value     = "";
     //
     // textBox6
     //
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.74791669845581055D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
     this.textBox6.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.StyleName           = "Normal.TableBody";
     this.textBox6.Value               = "=Sum(Fields.waste_in)";
     //
     // waste_type
     //
     this.waste_type.ConnectionString = "starenergyenviro";
     this.waste_type.Name             = "waste_type";
     this.waste_type.SelectCommand    = "select id,name\r\nfrom type_of_waste";
     //
     // NonHazardousWasteReport
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail
     });
     this.Name = "NonHazardousWasteReport";
     this.PageSettings.Landscape  = true;
     this.PageSettings.Margins    = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D), Telerik.Reporting.Drawing.Unit.Inch(0.25D));
     this.PageSettings.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AutoRefresh = true;
     reportParameter1.Name        = "datefrom";
     reportParameter1.Text        = "From";
     reportParameter1.Type        = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter1.Visible     = true;
     reportParameter2.AutoRefresh = true;
     reportParameter2.Name        = "dateto";
     reportParameter2.Text        = "To";
     reportParameter2.Type        = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter2.Visible     = true;
     reportParameter3.AutoRefresh = true;
     reportParameter3.AvailableValues.DataSource    = this.waste_type;
     reportParameter3.AvailableValues.DisplayMember = "= Fields.name";
     reportParameter3.AvailableValues.ValueMember   = "= Fields.id";
     reportParameter3.MultiValue = true;
     reportParameter3.Name       = "types";
     reportParameter3.Text       = "Type of waste";
     reportParameter3.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter3.Visible    = true;
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector(typeof(Telerik.Reporting.Table), "Normal.TableNormal")
     });
     styleRule2.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule2.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule2.Style.Color     = System.Drawing.Color.Black;
     styleRule2.Style.Font.Name = "Tahoma";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     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")
     });
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector1
     });
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Font.Name           = "Tahoma";
     styleRule3.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(9D);
     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")
     });
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector2
     });
     styleRule4.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule4.Style.Font.Name           = "Tahoma";
     styleRule4.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule4.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")
     });
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         descendantSelector3
     });
     styleRule5.Style.BorderColor.Default = System.Drawing.Color.Black;
     styleRule5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
     styleRule5.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule5.Style.Font.Name           = "Tahoma";
     styleRule5.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(9D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(11.100001335144043D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemple #13
0
 /// <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.GraphGroup           graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette colorPalette1   = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.NumericalScale       numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale        categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup           graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.StyleRule    styleRule1      = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1     = new Telerik.Reporting.PageHeaderSection();
     this.textBox1               = new Telerik.Reporting.TextBox();
     this.detail                 = new Telerik.Reporting.DetailSection();
     this.graph1                 = new Telerik.Reporting.Graph();
     this.polarCoordinateSystem1 = new Telerik.Reporting.PolarCoordinateSystem();
     this.graphAxis2             = new Telerik.Reporting.GraphAxis();
     this.graphAxis1             = new Telerik.Reporting.GraphAxis();
     this.barSeries1             = new Telerik.Reporting.BarSeries();
     this.pageFooterSection1     = new Telerik.Reporting.PageFooterSection();
     this.objectDataSource1      = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.0589995384216309D), Telerik.Reporting.Drawing.Unit.Cm(0.76199996471405029D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.4350013732910156D), Telerik.Reporting.Drawing.Unit.Cm(1.0160000324249268D));
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox1.Style.Color     = System.Drawing.Color.Gray;
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Value           = "REPORTE INVENTARIO - POR MARCAS";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(4.5999608039855957D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.graph1
     });
     this.detail.Name = "detail";
     //
     // graph1
     //
     graphGroup1.Name = "categoryGroup1";
     this.graph1.CategoryGroups.Add(graphGroup1);
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))));
     colorPalette1.Colors.Add(System.Drawing.Color.Turquoise);
     this.graph1.ColorPalette = colorPalette1;
     this.graph1.CoordinateSystems.Add(this.polarCoordinateSystem1);
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.5240001678466797D), Telerik.Reporting.Drawing.Unit.Cm(1.2699999809265137D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Series.Add(this.barSeries1);
     this.graph1.SeriesGroups.Add(graphGroup2);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.989999771118164D), Telerik.Reporting.Drawing.Unit.Cm(5.8400001525878906D));
     //
     // polarCoordinateSystem1
     //
     this.polarCoordinateSystem1.AngularAxis = this.graphAxis2;
     this.polarCoordinateSystem1.Name        = "polarCoordinateSystem1";
     this.polarCoordinateSystem1.RadialAxis  = this.graphAxis1;
     //
     // graphAxis2
     //
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name          = "GraphAxis2";
     this.graphAxis2.Scale         = numericalScale1;
     this.graphAxis2.Style.Visible = false;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name            = "GraphAxis1";
     categoryScale1.SpacingSlotCount = 0D;
     this.graphAxis1.Scale           = categoryScale1;
     this.graphAxis1.Style.Visible   = false;
     //
     // barSeries1
     //
     this.barSeries1.ArrangeMode      = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.barSeries1.CategoryGroup    = graphGroup1;
     this.barSeries1.CoordinateSystem = this.polarCoordinateSystem1;
     this.barSeries1.DataPointLabel   = "=CDbl(Fields.Field2) / CDbl(Exec(\'graph1\', Sum(Fields.Field2)))";
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelFormat = "{0:0.00%}";
     this.barSeries1.LegendItem.Value     = "=Fields.Field3";
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Field3"));
     graphGroup2.Name = "seriesGroup1";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("=sum(Fields.Cantidad)", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.SeriesGroup = graphGroup2;
     this.barSeries1.X           = "=Sum(Fields.Field2)";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // objectDataSource1
     //
     this.objectDataSource1.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("Field1", typeof(string), "Fields.Marca"),
         new Telerik.Reporting.CalculatedField("Field2", typeof(int), "Fields.Cantidad"),
         new Telerik.Reporting.CalculatedField("Field3", typeof(string), "Fields.Descripcion")
     });
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // RptTrimarca
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "RptTrimarca";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
     this.Width         = Telerik.Reporting.Drawing.Unit.Cm(20.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(WorkersAgeCommonReport));
     Telerik.Reporting.GraphGroup              graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup              graphGroup4     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle              graphTitle1     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.NumericalScale          numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale           categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup              graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup              graphGroup3     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Barcodes.Code128Encoder code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection = new Telerik.Reporting.GroupHeaderSection();
     this.surnameCaptionTextBox    = new Telerik.Reporting.TextBox();
     this.nameCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.middleNameCaptionTextBox = new Telerik.Reporting.TextBox();
     this.textBox1                 = new Telerik.Reporting.TextBox();
     this.textBox2                 = new Telerik.Reporting.TextBox();
     this.textBox3                 = new Telerik.Reporting.TextBox();
     this.textBox4                 = new Telerik.Reporting.TextBox();
     this.textBox5                 = new Telerik.Reporting.TextBox();
     this.PersonnelDataSource1     = new Telerik.Reporting.SqlDataSource();
     this.reportFooter             = new Telerik.Reporting.ReportFooterSection();
     this.textBox6                 = new Telerik.Reporting.TextBox();
     this.nameCountFunctionTextBox = new Telerik.Reporting.TextBox();
     this.textBox7                 = new Telerik.Reporting.TextBox();
     this.textBox8                 = new Telerik.Reporting.TextBox();
     this.textBox9                 = new Telerik.Reporting.TextBox();
     this.textBox10                = new Telerik.Reporting.TextBox();
     this.textBox11                = new Telerik.Reporting.TextBox();
     this.graph1 = new Telerik.Reporting.Graph();
     this.polarCoordinateSystem1 = new Telerik.Reporting.PolarCoordinateSystem();
     this.graphAxis1             = new Telerik.Reporting.GraphAxis();
     this.graphAxis2             = new Telerik.Reporting.GraphAxis();
     this.barSeries1             = new Telerik.Reporting.BarSeries();
     this.barSeries2             = new Telerik.Reporting.BarSeries();
     this.barSeries3             = new Telerik.Reporting.BarSeries();
     this.barSeries4             = new Telerik.Reporting.BarSeries();
     this.barSeries5             = new Telerik.Reporting.BarSeries();
     this.pageHeader             = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox      = new Telerik.Reporting.TextBox();
     this.pageFooter             = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox     = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox        = new Telerik.Reporting.TextBox();
     this.barcode1              = new Telerik.Reporting.Barcode();
     this.reportHeader          = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox          = new Telerik.Reporting.TextBox();
     this.detail                = new Telerik.Reporting.DetailSection();
     this.surnameDataTextBox    = new Telerik.Reporting.TextBox();
     this.nameDataTextBox       = new Telerik.Reporting.TextBox();
     this.middleNameDataTextBox = new Telerik.Reporting.TextBox();
     this.textBox12             = new Telerik.Reporting.TextBox();
     this.textBox13             = new Telerik.Reporting.TextBox();
     this.textBox14             = new Telerik.Reporting.TextBox();
     this.textBox15             = new Telerik.Reporting.TextBox();
     this.textBox16             = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.surnameCaptionTextBox,
         this.nameCaptionTextBox,
         this.middleNameCaptionTextBox,
         this.textBox1,
         this.textBox2,
         this.textBox3,
         this.textBox4,
         this.textBox5
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // surnameCaptionTextBox
     //
     this.surnameCaptionTextBox.CanGrow   = true;
     this.surnameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.surnameCaptionTextBox.Name      = "surnameCaptionTextBox";
     this.surnameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0468831062316895D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.surnameCaptionTextBox.StyleName = "Caption";
     this.surnameCaptionTextBox.Value     = "Прізвище";
     //
     // nameCaptionTextBox
     //
     this.nameCaptionTextBox.CanGrow   = true;
     this.nameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.0999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.nameCaptionTextBox.Name      = "nameCaptionTextBox";
     this.nameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1997997760772705D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.nameCaptionTextBox.StyleName = "Caption";
     this.nameCaptionTextBox.Value     = "Ім\'я";
     //
     // middleNameCaptionTextBox
     //
     this.middleNameCaptionTextBox.CanGrow   = true;
     this.middleNameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.2999997138977051D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.middleNameCaptionTextBox.Name      = "middleNameCaptionTextBox";
     this.middleNameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.7997989654541016D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.middleNameCaptionTextBox.StyleName = "Caption";
     this.middleNameCaptionTextBox.Value     = "По-батькові";
     //
     // textBox1
     //
     this.textBox1.CanGrow   = true;
     this.textBox1.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.09999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5998001098632813D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox1.StyleName = "Caption";
     this.textBox1.Value     = "18-24";
     //
     // textBox2
     //
     this.textBox2.CanGrow   = true;
     this.textBox2.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.69999885559082D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7998008728027344D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox2.StyleName = "Caption";
     this.textBox2.Value     = "25-37";
     //
     // textBox3
     //
     this.textBox3.CanGrow   = true;
     this.textBox3.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.499999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.699799656867981D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox3.StyleName = "Caption";
     this.textBox3.Value     = "38-45";
     //
     // textBox4
     //
     this.textBox4.CanGrow   = true;
     this.textBox4.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.200000762939453D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox4.Name      = "textBox4";
     this.textBox4.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8997987508773804D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox4.StyleName = "Caption";
     this.textBox4.Value     = "46-55";
     //
     // textBox5
     //
     this.textBox5.CanGrow   = true;
     this.textBox5.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.099998474121094D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox5.Name      = "textBox5";
     this.textBox5.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8470839262008667D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox5.StyleName = "Caption";
     this.textBox5.Value     = "56-70";
     //
     // PersonnelDataSource1
     //
     this.PersonnelDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDataSource1.Name             = "PersonnelDataSource1";
     this.PersonnelDataSource1.SelectCommand    = resources.GetString("PersonnelDataSource1.SelectCommand");
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(12.556873321533203D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox6,
         this.nameCountFunctionTextBox,
         this.textBox7,
         this.textBox8,
         this.textBox9,
         this.textBox10,
         this.textBox11,
         this.graph1,
         this.barcode1
     });
     this.reportFooter.Name          = "reportFooter";
     this.reportFooter.Style.Visible = true;
     //
     // textBox6
     //
     this.textBox6.CanGrow         = true;
     this.textBox6.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox6.Name            = "textBox6";
     this.textBox6.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0468831062316895D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox6.StyleName       = "Caption";
     this.textBox6.Value           = "Загальні калькість:";
     //
     // nameCountFunctionTextBox
     //
     this.nameCountFunctionTextBox.CanGrow   = true;
     this.nameCountFunctionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.0999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.nameCountFunctionTextBox.Name      = "nameCountFunctionTextBox";
     this.nameCountFunctionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1997997760772705D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.nameCountFunctionTextBox.StyleName = "Data";
     this.nameCountFunctionTextBox.Value     = "= Count(Fields.Name)";
     //
     // textBox7
     //
     this.textBox7.CanGrow   = true;
     this.textBox7.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.09999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0.061884142458438873D));
     this.textBox7.Name      = "textBox7";
     this.textBox7.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5998001098632813D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox7.StyleName = "Data";
     this.textBox7.Value     = "= Sum(Fields.[18-24])";
     //
     // textBox8
     //
     this.textBox8.CanGrow   = true;
     this.textBox8.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.69999885559082D), Telerik.Reporting.Drawing.Unit.Cm(0.061884142458438873D));
     this.textBox8.Name      = "textBox8";
     this.textBox8.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7998008728027344D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox8.StyleName = "Data";
     this.textBox8.Value     = "= Sum(Fields.[25-37])";
     //
     // textBox9
     //
     this.textBox9.CanGrow   = true;
     this.textBox9.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.499999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox9.Name      = "textBox9";
     this.textBox9.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.699799656867981D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox9.StyleName = "Data";
     this.textBox9.Value     = "= Sum(Fields.[38-45])";
     //
     // textBox10
     //
     this.textBox10.CanGrow   = true;
     this.textBox10.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.200000762939453D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox10.Name      = "textBox10";
     this.textBox10.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8997987508773804D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox10.StyleName = "Data";
     this.textBox10.Value     = "= Sum(Fields.[46-55])";
     //
     // textBox11
     //
     this.textBox11.CanGrow   = true;
     this.textBox11.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.099998474121094D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox11.Name      = "textBox11";
     this.textBox11.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8470839262008667D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox11.StyleName = "Data";
     this.textBox11.Value     = "= Sum(Fields.[56-70])";
     //
     // graph1
     //
     graphGroup1.Name = "categoryGroup";
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.polarCoordinateSystem1);
     this.graph1.DataSource             = this.PersonnelDataSource1;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Legend.Style.Visible   = false;
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.4997992515563965D), Telerik.Reporting.Drawing.Unit.Cm(1.5895837545394898D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Series.Add(this.barSeries1);
     this.graph1.Series.Add(this.barSeries2);
     this.graph1.Series.Add(this.barSeries3);
     this.graph1.Series.Add(this.barSeries4);
     this.graph1.Series.Add(this.barSeries5);
     graphGroup4.Name = "seriesGroup";
     this.graph1.SeriesGroups.Add(graphGroup4);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(10.000000953674316D), Telerik.Reporting.Drawing.Unit.Cm(8.0000009536743164D));
     this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle1.Position             = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle1.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle1.Text = "";
     this.graph1.Titles.Add(graphTitle1);
     //
     // polarCoordinateSystem1
     //
     this.polarCoordinateSystem1.AngularAxis = this.graphAxis1;
     this.polarCoordinateSystem1.Name        = "polarCoordinateSystem1";
     this.polarCoordinateSystem1.RadialAxis  = this.graphAxis2;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MajorGridLineStyle.Visible   = false;
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name          = "graphAxis1";
     this.graphAxis1.Scale         = numericalScale1;
     this.graphAxis1.Style.Visible = false;
     //
     // graphAxis2
     //
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MajorGridLineStyle.Visible   = false;
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name            = "graphAxis2";
     categoryScale1.PositionMode     = Telerik.Reporting.AxisPositionMode.OnTicks;
     categoryScale1.SpacingSlotCount = 0D;
     this.graphAxis2.Scale           = categoryScale1;
     this.graphAxis2.Style.Visible   = false;
     //
     // barSeries1
     //
     this.barSeries1.ArrangeMode             = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     graphGroup2.Name                        = "categoryGroup";
     this.barSeries1.CategoryGroup           = graphGroup2;
     this.barSeries1.CoordinateSystem        = this.polarCoordinateSystem1;
     this.barSeries1.DataPointLabel          = "= Sum(Fields.[18-24]) / CDbl(Exec(\'graph1\', Sum(Fields.[18-24])))";
     this.barSeries1.DataPointLabelAlignment = Telerik.Reporting.BarDataPointLabelAlignment.OutsideColumn;
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelFormat        = "{0:P}";
     this.barSeries1.DataPointLabelOffset        = Telerik.Reporting.Drawing.Unit.Mm(5D);
     this.barSeries1.DataPointLabelStyle.Visible = true;
     this.barSeries1.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries1.DataPointStyle.Visible      = true;
     this.barSeries1.LegendItem.Value            = "\'Sum([18-24])\'";
     this.barSeries1.Name        = "barSeries1";
     graphGroup3.Name            = "seriesGroup";
     this.barSeries1.SeriesGroup = graphGroup3;
     this.barSeries1.X           = "= Sum(Fields.[18-24])";
     //
     // barSeries2
     //
     this.barSeries2.ArrangeMode             = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.barSeries2.CategoryGroup           = graphGroup2;
     this.barSeries2.CoordinateSystem        = this.polarCoordinateSystem1;
     this.barSeries2.DataPointLabel          = "= Sum(Fields.[25-37])  ";
     this.barSeries2.DataPointLabelAlignment = Telerik.Reporting.BarDataPointLabelAlignment.OutsideColumn;
     this.barSeries2.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries2.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries2.DataPointLabelFormat        = "{0:N0}";
     this.barSeries2.DataPointLabelOffset        = Telerik.Reporting.Drawing.Unit.Mm(5D);
     this.barSeries2.DataPointLabelStyle.Visible = true;
     this.barSeries2.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries2.DataPointStyle.Visible      = true;
     this.barSeries2.LegendItem.Value            = "\'Sum([25-37])\'";
     this.barSeries2.Name        = "barSeries2";
     this.barSeries2.SeriesGroup = graphGroup3;
     this.barSeries2.X           = "= Sum(Fields.[25-37])";
     //
     // barSeries3
     //
     this.barSeries3.ArrangeMode             = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.barSeries3.CategoryGroup           = graphGroup2;
     this.barSeries3.CoordinateSystem        = this.polarCoordinateSystem1;
     this.barSeries3.DataPointLabel          = "= Sum(Fields.[38-45]) / CDbl(Exec(\'graph1\', Sum(Fields.[38-45])))";
     this.barSeries3.DataPointLabelAlignment = Telerik.Reporting.BarDataPointLabelAlignment.OutsideColumn;
     this.barSeries3.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries3.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries3.DataPointLabelFormat        = "{0:N0}";
     this.barSeries3.DataPointLabelOffset        = Telerik.Reporting.Drawing.Unit.Mm(5D);
     this.barSeries3.DataPointLabelStyle.Visible = true;
     this.barSeries3.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries3.DataPointStyle.Visible      = true;
     this.barSeries3.LegendItem.Value            = "\'Sum([38-45])\'";
     this.barSeries3.Name        = "barSeries3";
     this.barSeries3.SeriesGroup = graphGroup3;
     this.barSeries3.X           = "= Sum(Fields.[38-45])";
     //
     // barSeries4
     //
     this.barSeries4.ArrangeMode             = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.barSeries4.CategoryGroup           = graphGroup2;
     this.barSeries4.CoordinateSystem        = this.polarCoordinateSystem1;
     this.barSeries4.DataPointLabel          = "= Sum(Fields.[46-55])  ";
     this.barSeries4.DataPointLabelAlignment = Telerik.Reporting.BarDataPointLabelAlignment.OutsideColumn;
     this.barSeries4.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries4.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries4.DataPointLabelFormat        = "{0:N0}";
     this.barSeries4.DataPointLabelOffset        = Telerik.Reporting.Drawing.Unit.Mm(5D);
     this.barSeries4.DataPointLabelStyle.Visible = true;
     this.barSeries4.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries4.DataPointStyle.Visible      = true;
     this.barSeries4.LegendItem.Value            = "\'Sum([46-55])\'";
     this.barSeries4.Name        = "barSeries4";
     this.barSeries4.SeriesGroup = graphGroup3;
     this.barSeries4.X           = "= Sum(Fields.[46-55])";
     //
     // barSeries5
     //
     this.barSeries5.ArrangeMode             = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.barSeries5.CategoryGroup           = graphGroup2;
     this.barSeries5.CoordinateSystem        = this.polarCoordinateSystem1;
     this.barSeries5.DataPointLabel          = "= Sum(Fields.[56-70]) / CDbl(Exec(\'graph1\', Sum(Fields.[56-70])))";
     this.barSeries5.DataPointLabelAlignment = Telerik.Reporting.BarDataPointLabelAlignment.OutsideColumn;
     this.barSeries5.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries5.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries5.DataPointLabelFormat        = "{0:P}";
     this.barSeries5.DataPointLabelOffset        = Telerik.Reporting.Drawing.Unit.Mm(5D);
     this.barSeries5.DataPointLabelStyle.Visible = true;
     this.barSeries5.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries5.DataPointStyle.Visible      = true;
     this.barSeries5.LegendItem.Value            = "\'Sum([56-70])\'";
     this.barSeries5.Name        = "barSeries5";
     this.barSeries5.SeriesGroup = graphGroup3;
     this.barSeries5.X           = "= Sum(Fields.[56-70])";
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(19.8941650390625D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.7000003457069397D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.933539867401123D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(12.013541221618652D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(9.456873893737793D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3.0000002384185791D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.2856253385543823D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(20D), Telerik.Reporting.Drawing.Unit.Cm(1.2856251001358032D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Інформація про вікові групи";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.surnameDataTextBox,
         this.nameDataTextBox,
         this.middleNameDataTextBox,
         this.textBox12,
         this.textBox13,
         this.textBox14,
         this.textBox15,
         this.textBox16
     });
     this.detail.Name = "detail";
     //
     // surnameDataTextBox
     //
     this.surnameDataTextBox.CanGrow   = true;
     this.surnameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.surnameDataTextBox.Name      = "surnameDataTextBox";
     this.surnameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.0468831062316895D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.surnameDataTextBox.StyleName = "Data";
     this.surnameDataTextBox.Value     = "= Fields.Surname";
     //
     // nameDataTextBox
     //
     this.nameDataTextBox.CanGrow   = true;
     this.nameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.0999999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.nameDataTextBox.Name      = "nameDataTextBox";
     this.nameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.1997997760772705D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.nameDataTextBox.StyleName = "Data";
     this.nameDataTextBox.Value     = "= Fields.Name";
     //
     // middleNameDataTextBox
     //
     this.middleNameDataTextBox.CanGrow   = true;
     this.middleNameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.2999997138977051D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.middleNameDataTextBox.Name      = "middleNameDataTextBox";
     this.middleNameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.7997982501983643D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.middleNameDataTextBox.StyleName = "Data";
     this.middleNameDataTextBox.Value     = "= Fields.MiddleName";
     //
     // textBox12
     //
     this.textBox12.CanGrow   = true;
     this.textBox12.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.09999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox12.Name      = "textBox12";
     this.textBox12.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.5998001098632813D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox12.StyleName = "Data";
     this.textBox12.Value     = "= Fields.[18-24]";
     //
     // textBox13
     //
     this.textBox13.CanGrow   = true;
     this.textBox13.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.69999885559082D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox13.Name      = "textBox13";
     this.textBox13.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.7998008728027344D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox13.StyleName = "Data";
     this.textBox13.Value     = "= Fields.[25-37]";
     //
     // textBox14
     //
     this.textBox14.CanGrow   = true;
     this.textBox14.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.499999046325684D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox14.Name      = "textBox14";
     this.textBox14.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.699799656867981D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox14.StyleName = "Data";
     this.textBox14.Value     = "= Fields.[38-45]";
     //
     // textBox15
     //
     this.textBox15.CanGrow   = true;
     this.textBox15.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.200000762939453D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox15.Name      = "textBox15";
     this.textBox15.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8997987508773804D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox15.StyleName = "Data";
     this.textBox15.Value     = "= Fields.[46-55]";
     //
     // textBox16
     //
     this.textBox16.CanGrow   = true;
     this.textBox16.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(18.099998474121094D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox16.Name      = "textBox16";
     this.textBox16.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.8470839262008667D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox16.StyleName = "Data";
     this.textBox16.Value     = "= Fields.[56-70]";
     //
     // WorkersAgeCommonReport
     //
     this.DataSource    = this.PersonnelDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.reportFooter,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.detail
     });
     this.Name = "WorkersAgeCommonReport";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(19.999998092651367D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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.GraphGroup        graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup        graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup        graphGroup4     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle        graphTitle1     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.NumericalScale    numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale     categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup        graphGroup3     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.StyleRule styleRule1      = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1     = new Telerik.Reporting.PageHeaderSection();
     this.detail                 = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1     = new Telerik.Reporting.PageFooterSection();
     this.graph1                 = new Telerik.Reporting.Graph();
     this.objectDataSource1      = new Telerik.Reporting.ObjectDataSource();
     this.sqlDataSource1         = new Telerik.Reporting.SqlDataSource();
     this.polarCoordinateSystem1 = new Telerik.Reporting.PolarCoordinateSystem();
     this.graphAxis1             = new Telerik.Reporting.GraphAxis();
     this.graphAxis2             = new Telerik.Reporting.GraphAxis();
     this.barSeries1             = new Telerik.Reporting.BarSeries();
     this.barSeries2             = new Telerik.Reporting.BarSeries();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.pageHeaderSection1.Name   = "pageHeaderSection1";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(9D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.graph1
     });
     this.detail.Name = "detail";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // graph1
     //
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Restante"));
     graphGroup2.Name = "restanteGroup";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Restante", Telerik.Reporting.SortDirection.Asc));
     graphGroup1.ChildGroups.Add(graphGroup2);
     graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Pagado"));
     graphGroup1.Name = "pagadoGroup";
     graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Pagado", Telerik.Reporting.SortDirection.Asc));
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.polarCoordinateSystem1);
     this.graph1.DataSource             = this.sqlDataSource1;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.5D), Telerik.Reporting.Drawing.Unit.Cm(0.299999862909317D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Series.Add(this.barSeries1);
     this.graph1.Series.Add(this.barSeries2);
     graphGroup4.ChildGroups.Add(graphGroup3);
     graphGroup4.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Pagado"));
     graphGroup4.Name = "pagadoGroup1";
     graphGroup4.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Pagado", Telerik.Reporting.SortDirection.Asc));
     this.graph1.SeriesGroups.Add(graphGroup4);
     this.graph1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(13.199999809265137D), Telerik.Reporting.Drawing.Unit.Cm(7.90000057220459D));
     graphTitle1.Position        = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle1.Text            = "graph1";
     this.graph1.Titles.Add(graphTitle1);
     //
     // objectDataSource1
     //
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "Data Source=10.1.0.120;Initial Catalog=SIANCENTRAL;Persist Security Info=True;Use" +
                                            "r ID=sa;Password=sistemas";
     this.sqlDataSource1.Name = "sqlDataSource1";
     this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@FechaCorte", System.Data.DbType.DateTime, null),
         new Telerik.Reporting.SqlDataSourceParameter("@DiasRevision", System.Data.DbType.Int32, null),
         new Telerik.Reporting.SqlDataSourceParameter("@Id_Cte", System.Data.DbType.Int32, null),
         new Telerik.Reporting.SqlDataSourceParameter("@Id_cd", System.Data.DbType.Int32, null)
     });
     this.sqlDataSource1.ProviderName      = "System.Data.SqlClient";
     this.sqlDataSource1.SelectCommand     = "dbo.spCobSaldosNivel2";
     this.sqlDataSource1.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
     //
     // polarCoordinateSystem1
     //
     this.polarCoordinateSystem1.AngularAxis      = this.graphAxis1;
     this.polarCoordinateSystem1.InnerRadiusRatio = 0.3D;
     this.polarCoordinateSystem1.Name             = "polarCoordinateSystem1";
     this.polarCoordinateSystem1.RadialAxis       = this.graphAxis2;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MajorGridLineStyle.Visible   = false;
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name          = "graphAxis1";
     this.graphAxis1.Scale         = numericalScale1;
     this.graphAxis1.Style.Visible = false;
     //
     // graphAxis2
     //
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MajorGridLineStyle.Visible   = false;
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name            = "graphAxis2";
     categoryScale1.PositionMode     = Telerik.Reporting.AxisPositionMode.OnTicks;
     categoryScale1.SpacingSlotCount = 0D;
     this.graphAxis2.Scale           = categoryScale1;
     this.graphAxis2.Style.Visible   = false;
     //
     // barSeries1
     //
     this.barSeries1.ArrangeMode                 = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.barSeries1.CategoryGroup               = graphGroup2;
     this.barSeries1.CoordinateSystem            = this.polarCoordinateSystem1;
     this.barSeries1.DataPointLabel              = "= Sum(Fields.Pagado) / CDbl(Exec(\'graph1\', Sum(Fields.Pagado)))";
     this.barSeries1.DataPointLabelFormat        = "{0:P}";
     this.barSeries1.DataPointLabelStyle.Visible = true;
     this.barSeries1.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries1.DataPointStyle.Visible      = true;
     this.barSeries1.Legend       = "=Fields.Pagado + \'/\' + Fields.Restante + \'/\' + \'Sum(Pagado)\'";
     this.barSeries1.LegendFormat = "";
     graphGroup3.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Restante"));
     graphGroup3.Name = "restanteGroup1";
     graphGroup3.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Restante", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.SeriesGroup = graphGroup3;
     this.barSeries1.X           = "=Sum(Fields.Pagado)";
     //
     // barSeries2
     //
     this.barSeries2.ArrangeMode                 = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.barSeries2.CategoryGroup               = graphGroup2;
     this.barSeries2.CoordinateSystem            = this.polarCoordinateSystem1;
     this.barSeries2.DataPointLabel              = "= Sum(Fields.Restante) / CDbl(Exec(\'graph1\', Sum(Fields.Restante)))";
     this.barSeries2.DataPointLabelFormat        = "{0:P}";
     this.barSeries2.DataPointLabelStyle.Visible = true;
     this.barSeries2.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries2.DataPointStyle.Visible      = true;
     this.barSeries2.Legend       = "=Fields.Pagado + \'/\' + Fields.Restante + \'/\' + \'Sum(Restante)\'";
     this.barSeries2.LegendFormat = "";
     this.barSeries2.SeriesGroup  = graphGroup3;
     this.barSeries2.X            = "=Sum(Fields.Restante)";
     //
     // pruebafinal
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "pruebafinal";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Style.BackgroundColor  = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(16.100000381469727D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemple #16
0
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(CountFMReport));
     Telerik.Reporting.GraphGroup              graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup              graphGroup4     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle              graphTitle1     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.NumericalScale          numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale           categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup              graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup              graphGroup3     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Barcodes.Code128Encoder code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     Telerik.Reporting.Group             group1     = new Telerik.Reporting.Group();
     Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4 = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule5 = new Telerik.Reporting.Drawing.StyleRule();
     this.labelsGroupFooterSection      = new Telerik.Reporting.GroupFooterSection();
     this.labelsGroupHeaderSection      = new Telerik.Reporting.GroupHeaderSection();
     this.isWorkCaptionTextBox          = new Telerik.Reporting.TextBox();
     this.numberOfWorkersCaptionTextBox = new Telerik.Reporting.TextBox();
     this.PersonnelDataSource1          = new Telerik.Reporting.SqlDataSource();
     this.reportFooter = new Telerik.Reporting.ReportFooterSection();
     this.textBox1     = new Telerik.Reporting.TextBox();
     this.numberOfWorkersSumFunctionTextBox = new Telerik.Reporting.TextBox();
     this.graph1 = new Telerik.Reporting.Graph();
     this.polarCoordinateSystem1 = new Telerik.Reporting.PolarCoordinateSystem();
     this.graphAxis1             = new Telerik.Reporting.GraphAxis();
     this.graphAxis2             = new Telerik.Reporting.GraphAxis();
     this.barSeries1             = new Telerik.Reporting.BarSeries();
     this.pageHeader             = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox      = new Telerik.Reporting.TextBox();
     this.pageFooter             = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox     = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox        = new Telerik.Reporting.TextBox();
     this.barcode1                   = new Telerik.Reporting.Barcode();
     this.reportHeader               = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox               = new Telerik.Reporting.TextBox();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.isWorkDataTextBox          = new Telerik.Reporting.TextBox();
     this.numberOfWorkersDataTextBox = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(1.3039582967758179D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.isWorkCaptionTextBox,
         this.numberOfWorkersCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // isWorkCaptionTextBox
     //
     this.isWorkCaptionTextBox.CanGrow   = true;
     this.isWorkCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.isWorkCaptionTextBox.Name      = "isWorkCaptionTextBox";
     this.isWorkCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.546882629394531D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.isWorkCaptionTextBox.StyleName = "Caption";
     this.isWorkCaptionTextBox.Value     = "Категорія";
     //
     // numberOfWorkersCaptionTextBox
     //
     this.numberOfWorkersCaptionTextBox.CanGrow   = true;
     this.numberOfWorkersCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.59999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.numberOfWorkersCaptionTextBox.Name      = "numberOfWorkersCaptionTextBox";
     this.numberOfWorkersCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.161250114440918D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.numberOfWorkersCaptionTextBox.StyleName = "Caption";
     this.numberOfWorkersCaptionTextBox.Value     = "Кількість";
     //
     // PersonnelDataSource1
     //
     this.PersonnelDataSource1.ConnectionString = "ReportLib.Properties.Settings.Personneldepartment";
     this.PersonnelDataSource1.Name             = "PersonnelDataSource1";
     this.PersonnelDataSource1.SelectCommand    = resources.GetString("PersonnelDataSource1.SelectCommand");
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(12.500000953674316D);
     this.reportFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.numberOfWorkersSumFunctionTextBox,
         this.graph1,
         this.barcode1
     });
     this.reportFooter.Name          = "reportFooter";
     this.reportFooter.Style.Visible = true;
     //
     // textBox1
     //
     this.textBox1.CanGrow         = true;
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.546882629394531D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox1.StyleName       = "Caption";
     this.textBox1.Value           = "Загальна кількість";
     //
     // numberOfWorkersSumFunctionTextBox
     //
     this.numberOfWorkersSumFunctionTextBox.CanGrow   = true;
     this.numberOfWorkersSumFunctionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.59999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.numberOfWorkersSumFunctionTextBox.Name      = "numberOfWorkersSumFunctionTextBox";
     this.numberOfWorkersSumFunctionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.161250114440918D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.numberOfWorkersSumFunctionTextBox.StyleName = "Data";
     this.numberOfWorkersSumFunctionTextBox.Value     = "= Sum(Fields.NumberOfWorkers)";
     //
     // graph1
     //
     graphGroup1.Name = "categoryGroup";
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.polarCoordinateSystem1);
     this.graph1.DataSource             = this.PersonnelDataSource1;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(2.2999999523162842D), Telerik.Reporting.Drawing.Unit.Cm(1.0998997688293457D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Series.Add(this.barSeries1);
     graphGroup4.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.IsWork"));
     graphGroup4.Name = "isWorkGroup";
     graphGroup4.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.IsWork", Telerik.Reporting.SortDirection.Asc));
     this.graph1.SeriesGroups.Add(graphGroup4);
     this.graph1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(13.199999809265137D), Telerik.Reporting.Drawing.Unit.Cm(7.90000057220459D));
     graphTitle1.Position        = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle1.Style.Visible   = false;
     graphTitle1.Text            = "graph1";
     this.graph1.Titles.Add(graphTitle1);
     //
     // polarCoordinateSystem1
     //
     this.polarCoordinateSystem1.AngularAxis = this.graphAxis1;
     this.polarCoordinateSystem1.Name        = "polarCoordinateSystem1";
     this.polarCoordinateSystem1.RadialAxis  = this.graphAxis2;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MajorGridLineStyle.Visible   = false;
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name          = "graphAxis1";
     this.graphAxis1.Scale         = numericalScale1;
     this.graphAxis1.Style.Visible = false;
     //
     // graphAxis2
     //
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MajorGridLineStyle.Visible   = false;
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name            = "graphAxis2";
     categoryScale1.PositionMode     = Telerik.Reporting.AxisPositionMode.OnTicks;
     categoryScale1.SpacingSlotCount = 0D;
     this.graphAxis2.Scale           = categoryScale1;
     this.graphAxis2.Style.Visible   = false;
     //
     // barSeries1
     //
     this.barSeries1.ArrangeMode      = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     graphGroup2.Name                 = "categoryGroup";
     this.barSeries1.CategoryGroup    = graphGroup2;
     this.barSeries1.CoordinateSystem = this.polarCoordinateSystem1;
     this.barSeries1.DataPointLabel   = "= Sum(Fields.NumberOfWorkers) / CDbl(Exec(\'graph1\', Sum(Fields.NumberOfWorkers)))" +
                                        "";
     this.barSeries1.DataPointLabelAlignment = Telerik.Reporting.BarDataPointLabelAlignment.OutsideColumn;
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelFormat        = "{0:P0}";
     this.barSeries1.DataPointLabelOffset        = Telerik.Reporting.Drawing.Unit.Mm(5D);
     this.barSeries1.DataPointLabelStyle.Visible = true;
     this.barSeries1.DataPointStyle.LineWidth    = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries1.DataPointStyle.Visible      = true;
     this.barSeries1.LegendItem.Value            = "= Fields.IsWork";
     this.barSeries1.Name = "barSeries1";
     graphGroup3.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.IsWork"));
     graphGroup3.Name = "isWorkGroup";
     graphGroup3.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.IsWork", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.SeriesGroup = graphGroup3;
     this.barSeries1.X           = "= Sum(Fields.NumberOfWorkers)";
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.708333015441895D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "Звіт";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.79999864101409912D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(9.4999008178710938D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3D), Telerik.Reporting.Drawing.Unit.Cm(3D));
     this.barcode1.Stretch  = true;
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.3856254816055298D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(1.3856253623962402D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Кількість чоловіків та жінок";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.isWorkDataTextBox,
         this.numberOfWorkersDataTextBox
     });
     this.detail.Name = "detail";
     //
     // isWorkDataTextBox
     //
     this.isWorkDataTextBox.CanGrow   = true;
     this.isWorkDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.isWorkDataTextBox.Name      = "isWorkDataTextBox";
     this.isWorkDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.546882629394531D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.isWorkDataTextBox.StyleName = "Data";
     this.isWorkDataTextBox.Value     = "= Fields.IsWork";
     //
     // numberOfWorkersDataTextBox
     //
     this.numberOfWorkersDataTextBox.CanGrow   = true;
     this.numberOfWorkersDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(11.59999942779541D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.numberOfWorkersDataTextBox.Name      = "numberOfWorkersDataTextBox";
     this.numberOfWorkersDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.161250114440918D), Telerik.Reporting.Drawing.Unit.Cm(0.60000002384185791D));
     this.numberOfWorkersDataTextBox.StyleName = "Data";
     this.numberOfWorkersDataTextBox.Value     = "= Fields.NumberOfWorkers";
     //
     // CountFMReport
     //
     this.DataSource    = this.PersonnelDataSource1;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.reportFooter,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.detail
     });
     this.Name = "CountFMReport";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule2.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(97)))), ((int)(((byte)(74)))));
     styleRule2.Style.Font.Name = "Georgia";
     styleRule2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule3.Style.BackgroundColor     = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(174)))), ((int)(((byte)(173)))));
     styleRule3.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(168)))), ((int)(((byte)(212)))));
     styleRule3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
     styleRule3.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(238)))), ((int)(((byte)(243)))));
     styleRule3.Style.Font.Name     = "Georgia";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule4.Style.Font.Name     = "Georgia";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule5.Style.Font.Name     = "Georgia";
     styleRule5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(22.100000381469727D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemple #17
0
 /// <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.GraphGroup           graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle           graphTitle1     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.CategoryScale        categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale       numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup           graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup3     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.CategoryScale        categoryScale3  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale       numericalScale3 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup           graphGroup7     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup8     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup9     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup10    = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.CategoryScale        categoryScale4  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale       numericalScale4 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup           graphGroup11    = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette colorPalette1   = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphGroup           graphGroup12    = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup13    = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup14    = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup4     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle           graphTitle2     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.CategoryScale        categoryScale2  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale       numericalScale2 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup           graphGroup5     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup6     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.StyleRule    styleRule1      = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1         = new Telerik.Reporting.PageHeaderSection();
     this.textBox1                   = new Telerik.Reporting.TextBox();
     this.textBox4                   = new Telerik.Reporting.TextBox();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.textBox2                   = new Telerik.Reporting.TextBox();
     this.textBox3                   = new Telerik.Reporting.TextBox();
     this.graph1                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem3 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis5                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis6                 = new Telerik.Reporting.GraphAxis();
     this.barSeries3                 = new Telerik.Reporting.BarSeries();
     this.lineSeries2                = new Telerik.Reporting.LineSeries();
     this.pageFooterSection1         = new Telerik.Reporting.PageFooterSection();
     this.objectDataSource1          = new Telerik.Reporting.ObjectDataSource();
     this.objectDataSource2          = new Telerik.Reporting.ObjectDataSource();
     this.graphAxis3                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis4                 = new Telerik.Reporting.GraphAxis();
     this.cartesianCoordinateSystem2 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.barSeries2                 = new Telerik.Reporting.BarSeries();
     this.lineSeries1                = new Telerik.Reporting.LineSeries();
     this.graphAxis1                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis2                 = new Telerik.Reporting.GraphAxis();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.barSeries1                 = new Telerik.Reporting.BarSeries();
     this.lineSeries4                = new Telerik.Reporting.LineSeries();
     this.graph2                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem4 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis7                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis8                 = new Telerik.Reporting.GraphAxis();
     this.barSeries4                 = new Telerik.Reporting.BarSeries();
     this.lineSeries3                = new Telerik.Reporting.LineSeries();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.521D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox4
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.533D), Telerik.Reporting.Drawing.Unit.Cm(0.096D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox1.Style.Color     = System.Drawing.Color.Gray;
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Value           = "REPORTE VENTAS";
     //
     // textBox4
     //
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.533D), Telerik.Reporting.Drawing.Unit.Cm(0.662D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox4.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox4.Style.Color     = System.Drawing.Color.Gray;
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Name = "Arial";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Value           = "";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(9.15D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2,
         this.textBox3,
         this.graph1,
         this.graph2
     });
     this.detail.Name = "detail";
     //
     // textBox2
     //
     this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.27D), Telerik.Reporting.Drawing.Unit.Cm(0.796D));
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox2.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox2.Style.Color     = System.Drawing.Color.Gray;
     this.textBox2.Style.Font.Bold = true;
     this.textBox2.Style.Font.Name = "Arial";
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox2.Value           = "*Menudeo";
     //
     // textBox3
     //
     this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.27D), Telerik.Reporting.Drawing.Unit.Cm(11.718D));
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox3.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox3.Style.Color     = System.Drawing.Color.Gray;
     this.textBox3.Style.Font.Bold = true;
     this.textBox3.Style.Font.Name = "Arial";
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Value           = "*Mayoreo";
     //
     // graph1
     //
     graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Field3"));
     graphGroup1.Name = "categoryGroup1";
     graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Field1", Telerik.Reporting.SortDirection.Asc));
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem3);
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.27D), Telerik.Reporting.Drawing.Unit.Cm(1.981D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Series.Add(this.barSeries3);
     this.graph1.Series.Add(this.lineSeries2);
     this.graph1.SeriesGroups.Add(graphGroup2);
     this.graph1.SeriesGroups.Add(graphGroup3);
     this.graph1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(16.002D), Telerik.Reporting.Drawing.Unit.Cm(9.737D));
     graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     graphTitle1.Text            = "=(Format(\"{0:C2}\",Sum(Fields.Field2)))";
     this.graph1.Titles.Add(graphTitle1);
     //
     // cartesianCoordinateSystem3
     //
     this.cartesianCoordinateSystem3.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem3.XAxis = this.graphAxis5;
     this.cartesianCoordinateSystem3.YAxis = this.graphAxis6;
     //
     // graphAxis5
     //
     this.graphAxis5.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis5.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis5.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis5.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis5.MinorGridLineStyle.Visible   = false;
     this.graphAxis5.Name            = "GraphAxis1";
     categoryScale1.SpacingSlotCount = 0D;
     this.graphAxis5.Scale           = categoryScale1;
     //
     // graphAxis6
     //
     this.graphAxis6.LabelFormat = "{0:C2}";
     this.graphAxis6.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis6.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis6.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis6.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis6.MinorGridLineStyle.Visible   = false;
     this.graphAxis6.Name  = "GraphAxis2";
     this.graphAxis6.Scale = numericalScale1;
     //
     // barSeries3
     //
     this.barSeries3.ArrangeMode      = Telerik.Reporting.GraphSeriesArrangeMode.Stacked;
     this.barSeries3.CategoryGroup    = graphGroup1;
     this.barSeries3.CoordinateSystem = this.cartesianCoordinateSystem3;
     this.barSeries3.DataPointLabel   = "=CDbl(Fields.Field2) / CDbl(Fields.Field5)";
     this.barSeries3.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries3.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries3.DataPointLabelConnectorStyle.Visible        = false;
     this.barSeries3.DataPointLabelFormat          = "{0:0.00%}";
     this.barSeries3.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.barSeries3.LegendItem.Value = "=Format(\"{0,-3}\",Field3) + \'  \'+ Format(\"{0,-12}\",(Format(\"{0:C2}\",Field2)))";
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Field1"));
     graphGroup2.Name = "seriesGroup1";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("Fields.Field2", Telerik.Reporting.SortDirection.Asc));
     this.barSeries3.SeriesGroup = graphGroup2;
     this.barSeries3.Y           = "=Sum(Fields.Field2)";
     //
     // lineSeries2
     //
     this.lineSeries2.CategoryGroup                 = graphGroup1;
     this.lineSeries2.CoordinateSystem              = this.cartesianCoordinateSystem3;
     this.lineSeries2.DataPointLabel                = "=Sum(Fields.Field5)";
     this.lineSeries2.DataPointLabelFormat          = "{0:C2}";
     this.lineSeries2.DataPointLabelStyle.Color     = System.Drawing.Color.Green;
     this.lineSeries2.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.lineSeries2.DataPointLabelStyle.LineColor = System.Drawing.Color.White;
     this.lineSeries2.DataPointStyle.Visible        = true;
     this.lineSeries2.LegendItem.Style.Visible      = false;
     this.lineSeries2.LineStyle.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries2.MarkerMaxSize                 = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries2.MarkerMinSize                 = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries2.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries2.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     graphGroup3.Name             = "seriesGroup2";
     this.lineSeries2.SeriesGroup = graphGroup3;
     this.lineSeries2.Size        = null;
     this.lineSeries2.Y           = "=Sum(Fields.Field5)";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.521D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // objectDataSource1
     //
     this.objectDataSource1.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("Field1", typeof(string), "Fields.Numerosucursal"),
         new Telerik.Reporting.CalculatedField("Field2", typeof(decimal), "Fields.Total"),
         new Telerik.Reporting.CalculatedField("Field3", typeof(string), "Fields.Codigo_De_Sucursal"),
         new Telerik.Reporting.CalculatedField("Field4", typeof(string), "Fields.Nombre"),
         new Telerik.Reporting.CalculatedField("Field5", typeof(decimal), "Fields.Meta")
     });
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // objectDataSource2
     //
     this.objectDataSource2.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("Field1", typeof(string), "Fields.Numerosucursal"),
         new Telerik.Reporting.CalculatedField("Field2", typeof(decimal), "Fields.Total"),
         new Telerik.Reporting.CalculatedField("Field3", typeof(string), "Fields.Codigo_De_Sucursal"),
         new Telerik.Reporting.CalculatedField("Field4", typeof(string), "Fields.Nombre"),
         new Telerik.Reporting.CalculatedField("Field5", typeof(string), "Fields.Meta")
     });
     this.objectDataSource2.Name = "objectDataSource2";
     //
     // graphAxis3
     //
     this.graphAxis3.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.Visible   = false;
     this.graphAxis3.Name  = "GraphAxis1";
     this.graphAxis3.Scale = categoryScale3;
     //
     // graphAxis4
     //
     this.graphAxis4.LabelFormat = "{0:C2}";
     this.graphAxis4.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MinorGridLineStyle.Visible   = false;
     this.graphAxis4.Name  = "GraphAxis2";
     this.graphAxis4.Scale = numericalScale3;
     //
     // cartesianCoordinateSystem2
     //
     this.cartesianCoordinateSystem2.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem2.XAxis = this.graphAxis3;
     this.cartesianCoordinateSystem2.YAxis = this.graphAxis4;
     //
     // barSeries2
     //
     graphGroup7.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Field3"));
     graphGroup7.Name = "itemGroup";
     graphGroup7.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Field1", Telerik.Reporting.SortDirection.Asc));
     this.barSeries2.CategoryGroup    = graphGroup7;
     this.barSeries2.CoordinateSystem = this.cartesianCoordinateSystem2;
     this.barSeries2.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries2.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries2.DataPointLabelConnectorStyle.Visible        = true;
     this.barSeries2.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.barSeries2.LegendItem.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.barSeries2.LegendItem.Value = "Actual";
     graphGroup8.Name            = "seriesGroup";
     this.barSeries2.SeriesGroup = graphGroup8;
     this.barSeries2.Y           = "= Fields.Field2";
     //
     // lineSeries1
     //
     graphGroup9.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Field3"));
     graphGroup9.Name = "itemGroup";
     graphGroup9.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Field1", Telerik.Reporting.SortDirection.Asc));
     this.lineSeries1.CategoryGroup                 = graphGroup9;
     this.lineSeries1.CoordinateSystem              = this.cartesianCoordinateSystem2;
     this.lineSeries1.DataPointLabel                = "= Sum(Fields.Field2)";
     this.lineSeries1.DataPointLabelFormat          = "{0:C2}";
     this.lineSeries1.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.lineSeries1.DataPointLabelStyle.Visible   = true;
     this.lineSeries1.DataPointStyle.Visible        = true;
     this.lineSeries1.LegendItem.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.lineSeries1.LegendItem.Value              = "Meta";
     this.lineSeries1.LineStyle.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries1.MarkerMaxSize                 = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries1.MarkerMinSize                 = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MarkerType = Telerik.Reporting.DataPointMarkerType.Square;
     this.lineSeries1.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries1.MissingValuesLineStyle.Visible   = false;
     this.lineSeries1.Name        = "lineSeries2";
     graphGroup10.Name            = "seriesGroup";
     this.lineSeries1.SeriesGroup = graphGroup10;
     this.lineSeries1.Size        = null;
     this.lineSeries1.Y           = "= Sum(Fields.Field2)";
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name  = "GraphAxis1";
     this.graphAxis1.Scale = categoryScale4;
     //
     // graphAxis2
     //
     this.graphAxis2.LabelFormat = "{0:C2}";
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name  = "GraphAxis2";
     this.graphAxis2.Scale = numericalScale4;
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis1;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis2;
     //
     // barSeries1
     //
     graphGroup11.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Field3"));
     graphGroup11.Name = "itemGroup";
     graphGroup11.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Field1", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.CategoryGroup = graphGroup11;
     colorPalette1.Colors.Add(System.Drawing.Color.LimeGreen);
     this.barSeries1.ColorPalette     = colorPalette1;
     this.barSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Visible        = false;
     this.barSeries1.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.barSeries1.LegendItem.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.barSeries1.LegendItem.Value = "Actual";
     graphGroup12.Name           = "seriesGroup";
     this.barSeries1.SeriesGroup = graphGroup12;
     this.barSeries1.Y           = "= Sum(Fields.Field2)";
     //
     // lineSeries4
     //
     graphGroup13.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Field3"));
     graphGroup13.Name = "itemGroup";
     graphGroup13.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Field1", Telerik.Reporting.SortDirection.Asc));
     this.lineSeries4.CategoryGroup                 = graphGroup13;
     this.lineSeries4.CoordinateSystem              = this.cartesianCoordinateSystem1;
     this.lineSeries4.DataPointLabel                = "= Sum(Fields.Field5)";
     this.lineSeries4.DataPointLabelFormat          = "{0:C2}";
     this.lineSeries4.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.lineSeries4.DataPointLabelStyle.Visible   = true;
     this.lineSeries4.DataPointStyle.Visible        = true;
     this.lineSeries4.LegendItem.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.lineSeries4.LegendItem.Value              = "Meta";
     this.lineSeries4.LineStyle.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries4.MarkerMaxSize                 = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries4.MarkerMinSize                 = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries4.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries4.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries4.MissingValuesLineStyle.Visible   = false;
     this.lineSeries4.Name        = "lineSeries2";
     graphGroup14.Name            = "seriesGroup";
     this.lineSeries4.SeriesGroup = graphGroup14;
     this.lineSeries4.Size        = null;
     this.lineSeries4.Y           = "= Sum(Fields.Field5)";
     //
     // graph2
     //
     graphGroup4.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Field3"));
     graphGroup4.Name = "categoryGroup1";
     graphGroup4.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Field1", Telerik.Reporting.SortDirection.Asc));
     this.graph2.CategoryGroups.Add(graphGroup4);
     this.graph2.CoordinateSystems.Add(this.cartesianCoordinateSystem4);
     this.graph2.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph2.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.27D), Telerik.Reporting.Drawing.Unit.Cm(12.901D));
     this.graph2.Name     = "graph2";
     this.graph2.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph2.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph2.Series.Add(this.barSeries4);
     this.graph2.Series.Add(this.lineSeries3);
     this.graph2.SeriesGroups.Add(graphGroup5);
     this.graph2.SeriesGroups.Add(graphGroup6);
     this.graph2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(16.002D), Telerik.Reporting.Drawing.Unit.Cm(9.737D));
     graphTitle2.Style.LineColor = System.Drawing.Color.LightGray;
     graphTitle2.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     graphTitle2.Text            = "=(Format(\"{0:C2}\",Sum(Fields.Field2)))";
     this.graph2.Titles.Add(graphTitle2);
     //
     // cartesianCoordinateSystem4
     //
     this.cartesianCoordinateSystem4.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem4.XAxis = this.graphAxis7;
     this.cartesianCoordinateSystem4.YAxis = this.graphAxis8;
     //
     // graphAxis7
     //
     this.graphAxis7.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis7.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis7.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis7.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis7.MinorGridLineStyle.Visible   = false;
     this.graphAxis7.Name            = "GraphAxis1";
     categoryScale2.SpacingSlotCount = 0D;
     this.graphAxis7.Scale           = categoryScale2;
     //
     // graphAxis8
     //
     this.graphAxis8.LabelFormat = "{0:C2}";
     this.graphAxis8.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis8.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis8.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis8.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis8.MinorGridLineStyle.Visible   = false;
     this.graphAxis8.Name  = "GraphAxis2";
     this.graphAxis8.Scale = numericalScale2;
     //
     // barSeries4
     //
     this.barSeries4.ArrangeMode      = Telerik.Reporting.GraphSeriesArrangeMode.Stacked;
     this.barSeries4.CategoryGroup    = graphGroup4;
     this.barSeries4.CoordinateSystem = this.cartesianCoordinateSystem4;
     this.barSeries4.DataPointLabel   = "=CDbl(Fields.Field2) / CDbl(Fields.Field5)";
     this.barSeries4.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries4.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries4.DataPointLabelConnectorStyle.Visible        = false;
     this.barSeries4.DataPointLabelFormat          = "{0:0.00%}";
     this.barSeries4.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.barSeries4.LegendItem.Value = "=Format(\"{0,-3}\",Field3) + \'  \'+ Format(\"{0,-12}\",(Format(\"{0:C2}\",Field2)))";
     graphGroup5.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Field1"));
     graphGroup5.Name = "seriesGroup1";
     graphGroup5.Sortings.Add(new Telerik.Reporting.Sorting("Fields.Field2", Telerik.Reporting.SortDirection.Asc));
     this.barSeries4.SeriesGroup = graphGroup5;
     this.barSeries4.Y           = "=Sum(Fields.Field2)";
     //
     // lineSeries3
     //
     this.lineSeries3.CategoryGroup                 = graphGroup4;
     this.lineSeries3.CoordinateSystem              = this.cartesianCoordinateSystem4;
     this.lineSeries3.DataPointLabel                = "=Sum(Fields.Field5)";
     this.lineSeries3.DataPointLabelFormat          = "{0:C2}";
     this.lineSeries3.DataPointLabelStyle.Color     = System.Drawing.Color.Green;
     this.lineSeries3.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(7D);
     this.lineSeries3.DataPointStyle.Visible        = true;
     this.lineSeries3.LegendItem.Style.Visible      = false;
     this.lineSeries3.LineStyle.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries3.MarkerMaxSize                 = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries3.MarkerMinSize                 = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries3.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries3.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     graphGroup6.Name             = "seriesGroup2";
     this.lineSeries3.SeriesGroup = graphGroup6;
     this.lineSeries3.Size        = null;
     this.lineSeries3.Y           = "=Sum(Fields.Field5)";
     //
     // metasgral
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "metasgral";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
     this.Width         = Telerik.Reporting.Drawing.Unit.Cm(20.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources            = new System.ComponentModel.ComponentResourceManager(typeof(SalesByRegionDashboard));
     Telerik.Reporting.Drawing.ColorPalette         colorPalette1        = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GeoLocationMapGroup          geoLocationMapGroup1 = new Telerik.Reporting.GeoLocationMapGroup();
     Telerik.Reporting.MapLegend            mapLegend1           = new Telerik.Reporting.MapLegend();
     Telerik.Reporting.MercatorProjection   mercatorProjection1  = new Telerik.Reporting.MercatorProjection();
     Telerik.Reporting.GenericTileProvider  genericTileProvider1 = new Telerik.Reporting.GenericTileProvider();
     Telerik.Reporting.MapTitle             mapTitle1            = new Telerik.Reporting.MapTitle();
     Telerik.Reporting.MapGroup             mapGroup1            = new Telerik.Reporting.MapGroup();
     Telerik.Reporting.MapGroup             mapGroup2            = new Telerik.Reporting.MapGroup();
     Telerik.Reporting.GraphGroup           graphGroup1          = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette colorPalette2        = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphTitle           graphTitle1          = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.DateTimeScale        dateTimeScale1       = new Telerik.Reporting.DateTimeScale();
     Telerik.Reporting.NumericalScale       numericalScale1      = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup           graphGroup2          = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup3          = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette colorPalette3        = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphTitle           graphTitle2          = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.NumericalScale       numericalScale2      = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale        categoryScale1       = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup           graphGroup4          = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup           graphGroup5          = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette colorPalette4        = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphTitle           graphTitle3          = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.NumericalScale       numericalScale3      = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale        categoryScale2       = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup           graphGroup6          = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.ReportParameter      reportParameter1     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter      reportParameter2     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter      reportParameter3     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter      reportParameter4     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.Drawing.StyleRule    styleRule1           = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule    styleRule2           = new Telerik.Reporting.Drawing.StyleRule();
     this.yearsData             = new Telerik.Reporting.SqlDataSource();
     this.countryData           = new Telerik.Reporting.SqlDataSource();
     this.productCategoriesData = new Telerik.Reporting.SqlDataSource();
     this.salesData             = new Telerik.Reporting.SqlDataSource();
     this.detailSection1        = new Telerik.Reporting.DetailSection();
     this.map1          = new Telerik.Reporting.Map();
     this.pieMapSeries1 = new Telerik.Reporting.PieMapSeries();
     this.graph1        = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis2  = new Telerik.Reporting.GraphAxis();
     this.graphAxis1  = new Telerik.Reporting.GraphAxis();
     this.lineSeries1 = new Telerik.Reporting.LineSeries();
     this.graph2      = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem2 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis3 = new Telerik.Reporting.GraphAxis();
     this.graphAxis4 = new Telerik.Reporting.GraphAxis();
     this.barSeries1 = new Telerik.Reporting.BarSeries();
     this.graph3     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem3 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis5 = new Telerik.Reporting.GraphAxis();
     this.graphAxis6 = new Telerik.Reporting.GraphAxis();
     this.barSeries2 = new Telerik.Reporting.BarSeries();
     this.textBox1   = new Telerik.Reporting.TextBox();
     this.textBox2   = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // yearsData
     //
     this.yearsData.ConnectionString = "Telerik.Reporting.Examples.CSharp.Properties.Settings.TelerikConnectionString";
     this.yearsData.Name             = "yearsData";
     this.yearsData.SelectCommand    = "SELECT DISTINCT DatePart(YEAR, soh.OrderDate) AS Year\r\nFROM Sales.SalesOrderHeade" +
                                       "r AS soh\r\nORDER BY DatePart(YEAR, soh.OrderDate) ASC";
     //
     // countryData
     //
     this.countryData.ConnectionString = "Telerik.Reporting.Examples.CSharp.Properties.Settings.TelerikConnectionString";
     this.countryData.Name             = "countryData";
     this.countryData.SelectCommand    = resources.GetString("countryData.SelectCommand");
     //
     // productCategoriesData
     //
     this.productCategoriesData.ConnectionString = "Telerik.Reporting.Examples.CSharp.Properties.Settings.TelerikConnectionString";
     this.productCategoriesData.Name             = "productCategoriesData";
     this.productCategoriesData.SelectCommand    = "SELECT ProductCategoryID, [Name] FROM Production.ProductCategory";
     //
     // salesData
     //
     this.salesData.ConnectionString = "Telerik.Reporting.Examples.CSharp.Properties.Settings.TelerikConnectionString";
     this.salesData.Name             = "salesData";
     this.salesData.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@country", System.Data.DbType.String, "=Parameters.country.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@year", System.Data.DbType.Int32, "=Parameters.year.Value"),
         new Telerik.Reporting.SqlDataSourceParameter("@category", System.Data.DbType.Int32, "=Parameters.category.Value")
     });
     this.salesData.SelectCommand = resources.GetString("salesData.SelectCommand");
     //
     // detailSection1
     //
     this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(8.070866584777832D);
     this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.map1,
         this.graph1,
         this.graph2,
         this.graph3,
         this.textBox1,
         this.textBox2
     });
     this.detailSection1.Name = "detailSection1";
     this.detailSection1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Mm(5D);
     this.detailSection1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Mm(5D);
     this.detailSection1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Mm(5D);
     this.detailSection1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Mm(5D);
     //
     // map1
     //
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(80)))), ((int)(((byte)(77))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(128)))), ((int)(((byte)(100)))), ((int)(((byte)(162))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(119)))), ((int)(((byte)(44)))), ((int)(((byte)(42))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))), ((int)(((byte)(98))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(182)))), ((int)(((byte)(87)))), ((int)(((byte)(8))))));
     this.map1.ColorPalette = colorPalette1;
     this.map1.DataSource   = this.salesData;
     this.map1.Filters.Add(new Telerik.Reporting.Filter("=Fields.Country", Telerik.Reporting.FilterOperator.In, "=@country"));
     this.map1.Filters.Add(new Telerik.Reporting.Filter("=Fields.OrderDate.Year", Telerik.Reporting.FilterOperator.In, "=@year"));
     geoLocationMapGroup1.Filters.Add(new Telerik.Reporting.Filter("=Sum(Fields.LineTotal)", Telerik.Reporting.FilterOperator.TopN, "=CInt(Parameters.topN.Value)"));
     geoLocationMapGroup1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.State"));
     geoLocationMapGroup1.Name = "stateGroup";
     geoLocationMapGroup1.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.State", Telerik.Reporting.SortDirection.Asc));
     this.map1.GeoLocationGroups.Add(geoLocationMapGroup1);
     mapLegend1.IsInsidePlotArea = false;
     mapLegend1.Position         = Telerik.Reporting.GraphItemPosition.BottomLeft;
     mapLegend1.Style.LineColor  = System.Drawing.Color.LightGray;
     mapLegend1.Style.LineWidth  = Telerik.Reporting.Drawing.Unit.Cm(0D);
     mapLegend1.Style.Visible    = true;
     this.map1.Legends.Add(mapLegend1);
     this.map1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.50010007619857788D), Telerik.Reporting.Drawing.Unit.Cm(3.0002996921539307D));
     this.map1.Meridians.Style.LineColor = System.Drawing.Color.LightGray;
     this.map1.Name = "map1";
     this.map1.Parallels.Style.LineColor = System.Drawing.Color.LightGray;
     this.map1.PlotAreaStyle.LineColor   = System.Drawing.Color.LightGray;
     this.map1.PlotAreaStyle.LineWidth   = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.map1.Projection = mercatorProjection1;
     this.map1.ScaleLegend.ItemStyle.BorderColor.Default = System.Drawing.Color.White;
     this.map1.ScaleLegend.ItemStyle.Font.Name           = "Segoe UI Light";
     this.map1.ScaleLegend.ItemStyle.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.map1.ScaleLegend.ItemStyle.LineColor           = System.Drawing.Color.DodgerBlue;
     this.map1.ScaleLegend.ItemStyle.LineWidth           = Telerik.Reporting.Drawing.Unit.Pixel(2D);
     this.map1.ScaleLegend.ItemStyle.Padding.Left        = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.map1.ScaleLegend.ItemStyle.Padding.Right       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.map1.ScaleLegend.ItemStyle.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.map1.ScaleLegend.ScaleUnits          = Telerik.Reporting.DistanceUnitType.Imperial;
     this.map1.ScaleLegend.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.map1.Series.Add(this.pieMapSeries1);
     this.map1.SeriesGroups.Add(mapGroup1);
     this.map1.Size                   = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.499899864196777D), Telerik.Reporting.Drawing.Unit.Cm(11.499997138977051D));
     this.map1.Style.Font.Name        = "Segoe UI Light";
     this.map1.Style.Padding.Bottom   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.map1.Style.Padding.Left     = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.map1.Style.Padding.Right    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.map1.Style.Padding.Top      = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     genericTileProvider1.Attribution = "© OpenStreetMap contributors";
     genericTileProvider1.LogoUrl     = "http://wiki.openstreetmap.org/w/images/thumb/7/79/Public-images-osm_logo.svg/32px-Public-images-osm_logo.svg.png";
     genericTileProvider1.UrlSubdomains.Add("a");
     genericTileProvider1.UrlSubdomains.Add("b");
     genericTileProvider1.UrlSubdomains.Add("c");
     genericTileProvider1.UrlTemplate = "http://{subdomain}.tile.openstreetmap.org/{zoom}/{X}/{Y}.png";
     this.map1.TileProvider           = genericTileProvider1;
     mapTitle1.Position        = Telerik.Reporting.GraphItemPosition.TopLeft;
     mapTitle1.Style.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(152)))), ((int)(((byte)(152)))));
     mapTitle1.Style.Font.Bold = false;
     mapTitle1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(9D);
     mapTitle1.Style.LineColor = System.Drawing.Color.LightGray;
     mapTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     mapTitle1.Style.Visible   = true;
     mapTitle1.Text            = "SALES VOLUME BY COUNTRY";
     this.map1.Titles.Add(mapTitle1);
     //
     // pieMapSeries1
     //
     this.pieMapSeries1.DataPointLabel = "=Format(\'{0:N4}\', Sum(Fields.LineTotal)/1e6)";
     this.pieMapSeries1.DataPointLabelStyle.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.pieMapSeries1.DataPointLabelStyle.Visible   = false;
     this.pieMapSeries1.GeoLocationGroup = geoLocationMapGroup1;
     this.pieMapSeries1.Latitude         = "=(Fields.Lat)";
     this.pieMapSeries1.LegendItem.MarkStyle.LineWidth   = Telerik.Reporting.Drawing.Unit.Point(0D);
     this.pieMapSeries1.LegendItem.Style.BackgroundColor = System.Drawing.Color.Transparent;
     this.pieMapSeries1.LegendItem.Style.LineColor       = System.Drawing.Color.Transparent;
     this.pieMapSeries1.LegendItem.Style.LineWidth       = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.pieMapSeries1.LegendItem.Value = "= Fields.ProductSubCategory";
     this.pieMapSeries1.Longitude        = "=(Fields.Long)";
     this.pieMapSeries1.MarkerMaxSize    = Telerik.Reporting.Drawing.Unit.Mm(15D);
     this.pieMapSeries1.MarkerMinSize    = Telerik.Reporting.Drawing.Unit.Mm(8D);
     mapGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.ProductSubCategory"));
     mapGroup2.Name = "ProductSubCategoryGroup";
     mapGroup2.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.ProductSubCategory", Telerik.Reporting.SortDirection.Asc));
     mapGroup1.ChildGroups.Add(mapGroup2);
     mapGroup1.Name = "seriesGroup";
     this.pieMapSeries1.SeriesGroup   = mapGroup1;
     this.pieMapSeries1.Size          = "=Sum(Fields.LineTotal)";
     this.pieMapSeries1.ToolTip.Title = "= Format('{0}, {1}', Fields.State, Fields.Country)";
     this.pieMapSeries1.ToolTip.Text  = "=Format('Total: ${0:0.00}M', Sum(Fields.LineTotal)/1e6)";
     //
     // graph1
     //
     graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.OrderDate.Month"));
     graphGroup1.Name = "orderDateMonthGroup";
     graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.OrderDate.Month", Telerik.Reporting.SortDirection.Asc));
     this.graph1.CategoryGroups.Add(graphGroup1);
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(192)))), ((int)(((byte)(80)))), ((int)(((byte)(77))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(128)))), ((int)(((byte)(100)))), ((int)(((byte)(162))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(119)))), ((int)(((byte)(44)))), ((int)(((byte)(42))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))), ((int)(((byte)(98))))));
     colorPalette2.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(182)))), ((int)(((byte)(87)))), ((int)(((byte)(8))))));
     this.graph1.ColorPalette = colorPalette2;
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
     this.graph1.DataSource = this.salesData;
     this.graph1.Filters.Add(new Telerik.Reporting.Filter("=Fields.Country", Telerik.Reporting.FilterOperator.In, "=@country"));
     this.graph1.Filters.Add(new Telerik.Reporting.Filter("=Fields.OrderDate.Year", Telerik.Reporting.FilterOperator.In, "=@year"));
     this.graph1.Legend.Position        = Telerik.Reporting.GraphItemPosition.BottomCenter;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Legend.Style.Visible   = false;
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.50010007619857788D), Telerik.Reporting.Drawing.Unit.Cm(14.500496864318848D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Series.Add(this.lineSeries1);
     this.graph1.SeriesGroups.Add(graphGroup2);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.499899864196777D), Telerik.Reporting.Drawing.Unit.Cm(5.5D));
     this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle1.Position             = Telerik.Reporting.GraphItemPosition.TopLeft;
     graphTitle1.Style.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(152)))), ((int)(((byte)(152)))));
     graphTitle1.Style.Font.Bold      = false;
     graphTitle1.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(9D);
     graphTitle1.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle1.Text = "SALES VOLUME, MONTHLY (in millions USD)";
     this.graph1.Titles.Add(graphTitle1);
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis2;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
     //
     // graphAxis2
     //
     this.graphAxis2.LabelFormat = "{0:MMM}";
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name           = "graphAxis2";
     dateTimeScale1.BaseUnit        = Telerik.Reporting.DateTimeScaleUnits.Months;
     this.graphAxis2.Scale          = dateTimeScale1;
     this.graphAxis2.Title          = "";
     this.graphAxis2.TitlePlacement = Telerik.Reporting.GraphAxisTitlePlacement.AtMaximum;
     //
     // graphAxis1
     //
     this.graphAxis1.LabelFormat = "${0}M";
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MajorGridLineStyle.Visible   = true;
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name            = "graphAxis1";
     this.graphAxis1.Scale           = numericalScale1;
     this.graphAxis1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graphAxis1.Style.Visible   = true;
     this.graphAxis1.Title           = "";
     this.graphAxis1.TitlePlacement  = Telerik.Reporting.GraphAxisTitlePlacement.AtMaximum;
     //
     // lineSeries1
     //
     this.lineSeries1.CategoryGroup                    = graphGroup1;
     this.lineSeries1.CoordinateSystem                 = this.cartesianCoordinateSystem1;
     this.lineSeries1.DataPointLabel                   = "=Sum(Fields.LineTotal)";
     this.lineSeries1.DataPointLabelStyle.Visible      = false;
     this.lineSeries1.DataPointStyle.Visible           = false;
     this.lineSeries1.LegendItem.Style.BackgroundColor = System.Drawing.Color.Transparent;
     this.lineSeries1.LegendItem.Style.LineColor       = System.Drawing.Color.Transparent;
     this.lineSeries1.LegendItem.Style.LineWidth       = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.lineSeries1.LegendItem.Value                 = "=Fields.OrderDate.Year";
     this.lineSeries1.LineStyle.LineWidth              = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries1.MarkerMaxSize                    = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries1.MarkerMinSize                    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.Name       = "lineSeries1";
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.OrderDate.Year"));
     graphGroup2.Name = "orderDateYearGroup";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.OrderDate.Year", Telerik.Reporting.SortDirection.Asc));
     this.lineSeries1.SeriesGroup = graphGroup2;
     this.lineSeries1.Size        = null;
     this.lineSeries1.X           = "=Date(1, Fields.OrderDate.Month, 1)";
     this.lineSeries1.Y           = "=Sum(Fields.LineTotal)/1e6";
     //
     // graph2
     //
     graphGroup3.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.ProductCategory"));
     graphGroup3.Name = "productCategoryGroup";
     graphGroup3.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.ProductCategory", Telerik.Reporting.SortDirection.Asc));
     this.graph2.CategoryGroups.Add(graphGroup3);
     colorPalette3.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(192)))), ((int)(((byte)(80)))), ((int)(((byte)(77))))));
     colorPalette3.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(128)))), ((int)(((byte)(100)))), ((int)(((byte)(162))))));
     colorPalette3.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70))))));
     colorPalette3.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(119)))), ((int)(((byte)(44)))), ((int)(((byte)(42))))));
     colorPalette3.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))), ((int)(((byte)(98))))));
     colorPalette3.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(182)))), ((int)(((byte)(87)))), ((int)(((byte)(8))))));
     this.graph2.ColorPalette = colorPalette3;
     this.graph2.CoordinateSystems.Add(this.cartesianCoordinateSystem2);
     this.graph2.DataSource = this.salesData;
     this.graph2.Filters.Add(new Telerik.Reporting.Filter("=Fields.Country", Telerik.Reporting.FilterOperator.In, "=@country"));
     this.graph2.Filters.Add(new Telerik.Reporting.Filter("=Fields.OrderDate.Year", Telerik.Reporting.FilterOperator.In, "=@year"));
     this.graph2.Legend.Position        = Telerik.Reporting.GraphItemPosition.RightCenter;
     this.graph2.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph2.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph2.Legend.Style.Visible   = true;
     this.graph2.Legend.Width           = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.graph2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15.000298500061035D), Telerik.Reporting.Drawing.Unit.Cm(14.500496864318848D));
     this.graph2.Name     = "graph2";
     this.graph2.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph2.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph2.Series.Add(this.barSeries1);
     this.graph2.SeriesGroups.Add(graphGroup4);
     this.graph2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.499902725219727D), Telerik.Reporting.Drawing.Unit.Cm(5.5D));
     this.graph2.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph2.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle2.Position             = Telerik.Reporting.GraphItemPosition.TopLeft;
     graphTitle2.Style.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(152)))), ((int)(((byte)(152)))));
     graphTitle2.Style.Font.Bold      = false;
     graphTitle2.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(9D);
     graphTitle2.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle2.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle2.Text = "SALES VOLUME BY PRODUCT CATEGORY (in millions USD)";
     this.graph2.Titles.Add(graphTitle2);
     //
     // cartesianCoordinateSystem2
     //
     this.cartesianCoordinateSystem2.Name  = "cartesianCoordinateSystem2";
     this.cartesianCoordinateSystem2.XAxis = this.graphAxis3;
     this.cartesianCoordinateSystem2.YAxis = this.graphAxis4;
     //
     // graphAxis3
     //
     this.graphAxis3.LabelFormat = "${0}M";
     this.graphAxis3.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis3.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis3.MinorGridLineStyle.Visible   = false;
     this.graphAxis3.Name           = "graphAxis3";
     this.graphAxis3.Scale          = numericalScale2;
     this.graphAxis3.Title          = "";
     this.graphAxis3.TitlePlacement = Telerik.Reporting.GraphAxisTitlePlacement.AtMaximum;
     //
     // graphAxis4
     //
     this.graphAxis4.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MajorGridLineStyle.Visible   = false;
     this.graphAxis4.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis4.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis4.MinorGridLineStyle.Visible   = false;
     this.graphAxis4.Name            = "graphAxis4";
     this.graphAxis4.Scale           = categoryScale1;
     this.graphAxis4.Size            = Telerik.Reporting.Drawing.Unit.Cm(2.5D);
     this.graphAxis4.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     //
     // barSeries1
     //
     this.barSeries1.ArrangeMode                      = Telerik.Reporting.GraphSeriesArrangeMode.Stacked;
     this.barSeries1.CategoryGroup                    = graphGroup3;
     this.barSeries1.CoordinateSystem                 = this.cartesianCoordinateSystem2;
     this.barSeries1.DataPointLabel                   = "=Sum(Fields.LineTotal)";
     this.barSeries1.DataPointLabelStyle.Visible      = false;
     this.barSeries1.DataPointStyle.LineWidth         = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries1.DataPointStyle.Visible           = true;
     this.barSeries1.LegendItem.Style.BackgroundColor = System.Drawing.Color.Transparent;
     this.barSeries1.LegendItem.Style.LineColor       = System.Drawing.Color.Transparent;
     this.barSeries1.LegendItem.Style.LineWidth       = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries1.LegendItem.Value                 = "=Fields.OrderDate.Year";
     this.barSeries1.Name = "barSeries1";
     graphGroup4.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.OrderDate.Year"));
     graphGroup4.Name = "orderDateYearGroup1";
     graphGroup4.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.OrderDate.Year", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.SeriesGroup   = graphGroup4;
     this.barSeries1.X             = "=Sum(Fields.LineTotal)/1e6";
     this.barSeries1.ToolTip.Title = "=Format('Year {0}', Fields.OrderDate.Year)";
     this.barSeries1.ToolTip.Text  = "=Format('${0:0.00}M', Sum(Fields.LineTotal)/1e6)";
     //
     // graph3
     //
     graphGroup5.Filters.Add(new Telerik.Reporting.Filter("=Sum(Fields.LineTotal)", Telerik.Reporting.FilterOperator.TopN, "=CInt(Parameters.topN.Value)"));
     graphGroup5.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.State"));
     graphGroup5.Name = "stateGroup1";
     graphGroup5.Sortings.Add(new Telerik.Reporting.Sorting("=Sum(Fields.LineTotal)", Telerik.Reporting.SortDirection.Asc));
     this.graph3.CategoryGroups.Add(graphGroup5);
     colorPalette4.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(192)))), ((int)(((byte)(80)))), ((int)(((byte)(77))))));
     colorPalette4.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(128)))), ((int)(((byte)(100)))), ((int)(((byte)(162))))));
     colorPalette4.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70))))));
     colorPalette4.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(119)))), ((int)(((byte)(44)))), ((int)(((byte)(42))))));
     colorPalette4.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))), ((int)(((byte)(98))))));
     colorPalette4.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(182)))), ((int)(((byte)(87)))), ((int)(((byte)(8))))));
     this.graph3.ColorPalette = colorPalette4;
     this.graph3.CoordinateSystems.Add(this.cartesianCoordinateSystem3);
     this.graph3.DataSource = this.salesData;
     this.graph3.Filters.Add(new Telerik.Reporting.Filter("=Fields.Country", Telerik.Reporting.FilterOperator.In, "=@country"));
     this.graph3.Filters.Add(new Telerik.Reporting.Filter("=Fields.OrderDate.Year", Telerik.Reporting.FilterOperator.In, "=@year"));
     this.graph3.Legend.IsInsidePlotArea = false;
     this.graph3.Legend.Position         = Telerik.Reporting.GraphItemPosition.BottomLeft;
     this.graph3.Legend.Style.LineColor  = System.Drawing.Color.LightGray;
     this.graph3.Legend.Style.LineWidth  = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph3.Legend.Style.Visible    = true;
     this.graph3.Legend.Width            = Telerik.Reporting.Drawing.Unit.Cm(3D);
     this.graph3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(15D), Telerik.Reporting.Drawing.Unit.Cm(3.000300407409668D));
     this.graph3.Name     = "graph3";
     this.graph3.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph3.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph3.Series.Add(this.barSeries2);
     this.graph3.SeriesGroups.Add(graphGroup6);
     this.graph3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.500203132629395D), Telerik.Reporting.Drawing.Unit.Cm(11.499997138977051D));
     this.graph3.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph3.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph3.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle3.Position             = Telerik.Reporting.GraphItemPosition.TopLeft;
     graphTitle3.Style.Color          = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(152)))), ((int)(((byte)(152)))));
     graphTitle3.Style.Font.Size      = Telerik.Reporting.Drawing.Unit.Point(9D);
     graphTitle3.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle3.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle3.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(26D);
     graphTitle3.Text = "TOP {Parameters.topN.Value} STATES";
     this.graph3.Titles.Add(graphTitle3);
     //
     // cartesianCoordinateSystem3
     //
     this.cartesianCoordinateSystem3.Name  = "cartesianCoordinateSystem3";
     this.cartesianCoordinateSystem3.XAxis = this.graphAxis5;
     this.cartesianCoordinateSystem3.YAxis = this.graphAxis6;
     //
     // graphAxis5
     //
     this.graphAxis5.LabelFormat = "${0}M";
     this.graphAxis5.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis5.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis5.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis5.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis5.MinorGridLineStyle.Visible   = false;
     this.graphAxis5.Name  = "graphAxis5";
     this.graphAxis5.Scale = numericalScale3;
     //
     // graphAxis6
     //
     this.graphAxis6.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis6.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis6.MajorGridLineStyle.Visible   = false;
     this.graphAxis6.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis6.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis6.MinorGridLineStyle.Visible   = false;
     this.graphAxis6.MinSize         = Telerik.Reporting.Drawing.Unit.Cm(2.7999999523162842D);
     this.graphAxis6.Name            = "graphAxis6";
     categoryScale2.SpacingSlotCount = 0.5D;
     this.graphAxis6.Scale           = categoryScale2;
     this.graphAxis6.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(0D);
     this.graphAxis6.Style.Visible   = true;
     //
     // barSeries2
     //
     this.barSeries2.ArrangeMode                      = Telerik.Reporting.GraphSeriesArrangeMode.Stacked;
     this.barSeries2.CategoryGroup                    = graphGroup5;
     this.barSeries2.CoordinateSystem                 = this.cartesianCoordinateSystem3;
     this.barSeries2.DataPointLabel                   = "=Sum(Fields.LineTotal)/1e6";
     this.barSeries2.DataPointLabelStyle.Visible      = false;
     this.barSeries2.DataPointStyle.LineWidth         = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries2.DataPointStyle.Visible           = true;
     this.barSeries2.LegendItem.Style.BackgroundColor = System.Drawing.Color.Transparent;
     this.barSeries2.LegendItem.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.barSeries2.LegendItem.Style.LineColor       = System.Drawing.Color.Transparent;
     this.barSeries2.LegendItem.Style.LineWidth       = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.barSeries2.LegendItem.Value                 = "=Fields.ProductSubCategory";
     this.barSeries2.Name = "barSeries2";
     graphGroup6.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.ProductSubCategory"));
     graphGroup6.Name = "productCategoryGroup1";
     graphGroup6.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.ProductSubCategory", Telerik.Reporting.SortDirection.Asc));
     this.barSeries2.SeriesGroup   = graphGroup6;
     this.barSeries2.X             = "=Sum(Fields.LineTotal)/1e6";
     this.barSeries2.ToolTip.Title = "=Format('Sales in {0}, {1}', Fields.State, Fields.Country)";
     this.barSeries2.ToolTip.Text  = "=Format('{0}: ${1:0.00}M', Fields.ProductSubCategory, Sum(Fields.LineTotal)/1e6)";
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19688987731933594D), Telerik.Reporting.Drawing.Unit.Inch(0.19688980281352997D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(11.417283058166504D), Telerik.Reporting.Drawing.Unit.Inch(0.590511679649353D));
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(25D);
     this.textBox1.Style.LineWidth     = Telerik.Reporting.Drawing.Unit.Point(34D);
     this.textBox1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.textBox1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.StyleName           = "Header";
     this.textBox1.Value               = "{Parameters.category.Label} Sales Distribution By Region";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.49959805607795715D), Telerik.Reporting.Drawing.Unit.Cm(2.0001997947692871D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(29.000308990478516D), Telerik.Reporting.Drawing.Unit.Cm(0.99989980459213257D));
     this.textBox2.Style.Font.Bold     = false;
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.textBox2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "REGION: {Join(\', \', Parameters.country.Value)}\r\nPERIOD: {Join(\', \', Parameters.ye" +
                                         "ar.Value)}";
     //
     // SalesByRegionDashboard
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detailSection1
     });
     this.Name = "SalesByRegionDashboard";
     this.PageSettings.Landscape  = false;
     this.PageSettings.Margins    = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.PageSettings.PaperSize  = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(14D), Telerik.Reporting.Drawing.Unit.Mm(297D));
     reportParameter1.AutoRefresh = true;
     reportParameter1.AvailableValues.DataSource  = this.yearsData;
     reportParameter1.AvailableValues.ValueMember = "= Fields.Year";
     reportParameter1.MultiValue  = true;
     reportParameter1.Name        = "year";
     reportParameter1.Text        = "Year";
     reportParameter1.Type        = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Value       = "=Array(2003, 2004)";
     reportParameter1.Visible     = true;
     reportParameter2.AutoRefresh = true;
     reportParameter2.AvailableValues.DataSource  = this.countryData;
     reportParameter2.AvailableValues.ValueMember = "= Fields.Country";
     reportParameter2.MultiValue  = true;
     reportParameter2.Name        = "country";
     reportParameter2.Text        = "Country";
     reportParameter2.Value       = "=Array(\'United States\', \'Canada\')";
     reportParameter2.Visible     = true;
     reportParameter3.AutoRefresh = true;
     reportParameter3.AvailableValues.DataSource    = this.productCategoriesData;
     reportParameter3.AvailableValues.DisplayMember = "= Fields.Name";
     reportParameter3.AvailableValues.ValueMember   = "= Fields.ProductCategoryID";
     reportParameter3.Name        = "category";
     reportParameter3.Text        = "Category";
     reportParameter3.Value       = "=1";
     reportParameter4.AutoRefresh = true;
     reportParameter4.Name        = "topN";
     reportParameter4.Text        = "Top ¹ States";
     reportParameter4.Type        = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter4.Value       = "12";
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     this.Style.Font.Name       = "Segoe UI Light";
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule2.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule2.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2
     });
     this.TocText = "Sales By Region";
     this.Width   = Telerik.Reporting.Drawing.Unit.Inch(11.81102466583252D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemple #19
0
 /// <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.GraphGroup        graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.CategoryScale     categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale    numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup        graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.StyleRule styleRule1      = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1         = new Telerik.Reporting.PageHeaderSection();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.pageFooterSection1         = new Telerik.Reporting.PageFooterSection();
     this.graph1                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis1                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis2                 = new Telerik.Reporting.GraphAxis();
     this.lineSeries1                = new Telerik.Reporting.LineSeries();
     this.lineSeries2                = new Telerik.Reporting.LineSeries();
     this.lineSeries3                = new Telerik.Reporting.LineSeries();
     this.textBox4                   = new Telerik.Reporting.TextBox();
     this.textBox1                   = new Telerik.Reporting.TextBox();
     this.objectDataSource1          = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.6D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox4
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(22.098D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.graph1
     });
     this.detail.Name = "detail";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0.8D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // graph1
     //
     graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("Fields.Field2"));
     graphGroup1.Name = "categoryGroup";
     graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("Fields.Field1", Telerik.Reporting.SortDirection.Asc));
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
     this.graph1.Legend.Position        = Telerik.Reporting.GraphItemPosition.TopCenter;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.4D), Telerik.Reporting.Drawing.Unit.Inch(0.2D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Series.Add(this.lineSeries1);
     this.graph1.Series.Add(this.lineSeries2);
     this.graph1.Series.Add(this.lineSeries3);
     this.graph1.SeriesGroups.Add(graphGroup2);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.7D), Telerik.Reporting.Drawing.Unit.Inch(4.6D));
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis1;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis2;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name            = "GraphAxis1";
     this.graphAxis1.Scale           = categoryScale1;
     this.graphAxis1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     //
     // graphAxis2
     //
     this.graphAxis2.LabelFormat = "{0:#.}";
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name            = "GraphAxis2";
     this.graphAxis2.Scale           = numericalScale1;
     this.graphAxis2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     //
     // lineSeries1
     //
     this.lineSeries1.CategoryGroup             = graphGroup1;
     this.lineSeries1.CoordinateSystem          = this.cartesianCoordinateSystem1;
     this.lineSeries1.DataPointStyle.Visible    = false;
     this.lineSeries1.LegendItem.Value          = "2019";
     this.lineSeries1.LineStyle.BackgroundColor = System.Drawing.Color.Black;
     this.lineSeries1.LineStyle.LineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lineSeries1.LineStyle.LineWidth       = Telerik.Reporting.Drawing.Unit.Pixel(3D);
     this.lineSeries1.MarkerMaxSize             = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries1.MarkerMinSize             = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries1.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     graphGroup2.Name             = "seriesGroup";
     this.lineSeries1.SeriesGroup = graphGroup2;
     this.lineSeries1.Size        = null;
     this.lineSeries1.Y           = "=Fields.Field5";
     //
     // lineSeries2
     //
     this.lineSeries2.CategoryGroup                    = graphGroup1;
     this.lineSeries2.CoordinateSystem                 = this.cartesianCoordinateSystem1;
     this.lineSeries2.DataPointStyle.Visible           = false;
     this.lineSeries2.LegendItem.Value                 = "2018";
     this.lineSeries2.LineStyle.LineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.lineSeries2.LineStyle.LineWidth              = Telerik.Reporting.Drawing.Unit.Pixel(3D);
     this.lineSeries2.MarkerMaxSize                    = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries2.MarkerMinSize                    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries2.MarkerSize                       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries2.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries2.SeriesGroup                      = graphGroup2;
     this.lineSeries2.Size = null;
     this.lineSeries2.Y    = "=Fields.Field6";
     //
     // lineSeries3
     //
     this.lineSeries3.CategoryGroup                    = graphGroup1;
     this.lineSeries3.CoordinateSystem                 = this.cartesianCoordinateSystem1;
     this.lineSeries3.DataPointStyle.Visible           = false;
     this.lineSeries3.LegendItem.Value                 = "2017";
     this.lineSeries3.LineStyle.LineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(192)))));
     this.lineSeries3.LineStyle.LineWidth              = Telerik.Reporting.Drawing.Unit.Pixel(3D);
     this.lineSeries3.MarkerMaxSize                    = Telerik.Reporting.Drawing.Unit.Pixel(50D);
     this.lineSeries3.MarkerMinSize                    = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries3.MarkerSize                       = Telerik.Reporting.Drawing.Unit.Pixel(5D);
     this.lineSeries3.MissingValuesLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.lineSeries3.SeriesGroup                      = graphGroup2;
     this.lineSeries3.Size = null;
     this.lineSeries3.Y    = "=Fields.Field7";
     //
     // textBox4
     //
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.532D), Telerik.Reporting.Drawing.Unit.Cm(0.762D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox4.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox4.Style.Color     = System.Drawing.Color.Gray;
     this.textBox4.Style.Font.Bold = true;
     this.textBox4.Style.Font.Name = "Arial";
     this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Value           = "";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.532D), Telerik.Reporting.Drawing.Unit.Cm(0.196D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.435D), Telerik.Reporting.Drawing.Unit.Cm(0.566D));
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox1.Style.Color     = System.Drawing.Color.Gray;
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Value           = "REPORTE VENTAS";
     //
     // objectDataSource1
     //
     this.objectDataSource1.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("Field1", typeof(int), "Fields.Mes"),
         new Telerik.Reporting.CalculatedField("Field2", typeof(string), "Fields.Mesname"),
         new Telerik.Reporting.CalculatedField("Field3", typeof(string), "Fields.Codigo"),
         new Telerik.Reporting.CalculatedField("Field4", typeof(string), "Fields.Descipcion"),
         new Telerik.Reporting.CalculatedField("Field5", typeof(decimal), "Fields.Total"),
         new Telerik.Reporting.CalculatedField("Field6", typeof(decimal), "Fields.Total2"),
         new Telerik.Reporting.CalculatedField("Field7", typeof(decimal), "Fields.Total3")
     });
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // RptCodigos
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "RptCodigos";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
     this.Width         = Telerik.Reporting.Drawing.Unit.Cm(20.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <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.GraphGroup graphGroup1 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.GraphTitle graphTitle1 = new Telerik.Reporting.GraphTitle();
            Telerik.Reporting.DateTimeScale dateTimeScale1 = new Telerik.Reporting.DateTimeScale();
            Telerik.Reporting.NumericalScale numericalScale1 = new Telerik.Reporting.NumericalScale();
            Telerik.Reporting.GraphGroup graphGroup2 = new Telerik.Reporting.GraphGroup();
            Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            this.detailSection1 = new Telerik.Reporting.DetailSection();
            this.graph1 = new Telerik.Reporting.Graph();
            this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
            this.graphAxis2 = new Telerik.Reporting.GraphAxis();
            this.graphAxis1 = new Telerik.Reporting.GraphAxis();
            this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
            this.lineSeries1 = new Telerik.Reporting.LineSeries();
            this.lineSeries2 = new Telerik.Reporting.LineSeries();
            this.lineSeries3 = new Telerik.Reporting.LineSeries();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // detailSection1
            // 
            this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(3.1000001430511475D);
            this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.graph1});
            this.detailSection1.Name = "detailSection1";
            // 
            // graph1
            // 
            graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Date"));
            graphGroup1.Name = "dateGroup";
            graphGroup1.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Date", Telerik.Reporting.SortDirection.Asc));
            this.graph1.CategoryGroups.Add(graphGroup1);
            this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
            this.graph1.DataSource = this.sqlDataSource1;
            this.graph1.Legend.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
            this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.graph1.Name = "graph1";
            this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
            this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            this.graph1.Series.Add(this.lineSeries1);
            this.graph1.Series.Add(this.lineSeries2);
            this.graph1.Series.Add(this.lineSeries3);
            this.graph1.SeriesGroups.Add(graphGroup2);
            this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.3000006675720215D), Telerik.Reporting.Drawing.Unit.Inch(3.1000001430511475D));
            this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            this.graph1.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Pixel(10D);
            graphTitle1.Position = Telerik.Reporting.GraphItemPosition.TopCenter;
            graphTitle1.Style.LineColor = System.Drawing.Color.LightGray;
            graphTitle1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
            graphTitle1.Text = "Water Parameter";
            this.graph1.Titles.Add(graphTitle1);
            // 
            // cartesianCoordinateSystem1
            // 
            this.cartesianCoordinateSystem1.Name = "cartesianCoordinateSystem1";
            this.cartesianCoordinateSystem1.XAxis = this.graphAxis2;
            this.cartesianCoordinateSystem1.YAxis = this.graphAxis1;
            // 
            // graphAxis2
            // 
            this.graphAxis2.LabelFormat = "{0:dd/MM}";
            this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis2.MinorGridLineStyle.Visible = false;
            this.graphAxis2.Name = "graphAxis2";
            dateTimeScale1.PositionMode = Telerik.Reporting.AxisPositionMode.OnTicks;
            this.graphAxis2.Scale = dateTimeScale1;
            // 
            // graphAxis1
            // 
            this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
            this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.graphAxis1.MinorGridLineStyle.Visible = false;
            this.graphAxis1.Name = "graphAxis1";
            this.graphAxis1.Scale = numericalScale1;
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionString = "HatcheryReportLibrary.Properties.Settings.Hatchery";
            this.sqlDataSource1.Name = "sqlDataSource1";
            this.sqlDataSource1.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
            new Telerik.Reporting.SqlDataSourceParameter("@BatchParameter", System.Data.DbType.String, "= Parameters.BatchParameter.Value")});
            this.sqlDataSource1.SelectCommand = "SELECT        Date, Salinity, MatTemp, HatcTemp, DO, PH, Batch\r\nFROM            B" +
    "roodstockWaterParameter\r\nwhere batch = @BatchParameter";
            // 
            // lineSeries1
            // 
            this.lineSeries1.CategoryGroup = graphGroup1;
            this.lineSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries1.DataPointLabel = "= Sum(Fields.Salinity)";
            this.lineSeries1.DataPointLabelStyle.Visible = false;
            this.lineSeries1.DataPointStyle.Visible = true;
            this.lineSeries1.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(Salinity)\'";
            this.lineSeries1.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries1.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries1.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries1.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries1.Name = "lineSeries1";
            graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Batch"));
            graphGroup2.Name = "batchGroup";
            graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Batch", Telerik.Reporting.SortDirection.Asc));
            this.lineSeries1.SeriesGroup = graphGroup2;
            this.lineSeries1.Size = null;
            this.lineSeries1.X = "= Fields.Date";
            this.lineSeries1.Y = "= Sum(Fields.Salinity)";
            // 
            // lineSeries2
            // 
            this.lineSeries2.CategoryGroup = graphGroup1;
            this.lineSeries2.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries2.DataPointLabel = "= Sum(Fields.HatcTemp)";
            this.lineSeries2.DataPointLabelStyle.Visible = false;
            this.lineSeries2.DataPointStyle.Visible = true;
            this.lineSeries2.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(HatcTemp)\'";
            this.lineSeries2.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries2.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries2.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries2.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries2.Name = "lineSeries2";
            this.lineSeries2.SeriesGroup = graphGroup2;
            this.lineSeries2.Size = null;
            this.lineSeries2.X = "= Fields.Date";
            this.lineSeries2.Y = "= Sum(Fields.HatcTemp)";
            // 
            // lineSeries3
            // 
            this.lineSeries3.CategoryGroup = graphGroup1;
            this.lineSeries3.CoordinateSystem = this.cartesianCoordinateSystem1;
            this.lineSeries3.DataPointLabel = "= Sum(Fields.MatTemp)";
            this.lineSeries3.DataPointLabelStyle.Visible = false;
            this.lineSeries3.DataPointStyle.Visible = true;
            this.lineSeries3.LegendItem.Value = "= Fields.Batch + \'/\' + \'Sum(MatTemp)\'";
            this.lineSeries3.LineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
            this.lineSeries3.MarkerMaxSize = Telerik.Reporting.Drawing.Unit.Pixel(50D);
            this.lineSeries3.MarkerMinSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries3.MarkerSize = Telerik.Reporting.Drawing.Unit.Pixel(5D);
            this.lineSeries3.Name = "lineSeries3";
            this.lineSeries3.SeriesGroup = graphGroup2;
            this.lineSeries3.Size = null;
            this.lineSeries3.X = "= Fields.Date";
            this.lineSeries3.Y = "= Sum(Fields.MatTemp)";
            // 
            // BroodstockWaterParameter
            // 
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detailSection1});
            this.Name = "BroodstockWaterParameter";
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
            reportParameter1.Name = "BatchParameter";
            reportParameter1.Text = "BatchParameter";
            reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
            reportParameter1.Visible = true;
            this.ReportParameters.Add(reportParameter1);
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
            new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))});
            styleRule1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(2D);
            styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1});
            this.Width = Telerik.Reporting.Drawing.Unit.Inch(6.3000006675720215D);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Exemple #21
0
 /// <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.GraphGroup           graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette colorPalette1   = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.NumericalScale       numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale        categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.GraphGroup           graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.StyleRule    styleRule1      = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1     = new Telerik.Reporting.PageHeaderSection();
     this.textBox1               = new Telerik.Reporting.TextBox();
     this.detail                 = new Telerik.Reporting.DetailSection();
     this.graph2                 = new Telerik.Reporting.Graph();
     this.polarCoordinateSystem1 = new Telerik.Reporting.PolarCoordinateSystem();
     this.graphAxis2             = new Telerik.Reporting.GraphAxis();
     this.graphAxis1             = new Telerik.Reporting.GraphAxis();
     this.barSeries1             = new Telerik.Reporting.BarSeries();
     this.pageFooterSection1     = new Telerik.Reporting.PageFooterSection();
     this.objectDataSource1      = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.35D), Telerik.Reporting.Drawing.Unit.Cm(0.762D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.382D), Telerik.Reporting.Drawing.Unit.Cm(1.016D));
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox1.Style.Color     = System.Drawing.Color.Gray;
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Value           = "REPORTE INVENTARIO - POR LINEAS";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(4.5D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.graph2
     });
     this.detail.Name = "detail";
     //
     // graph2
     //
     graphGroup1.Name = "categoryGroup1";
     this.graph2.CategoryGroups.Add(graphGroup1);
     colorPalette1.Colors.Add(System.Drawing.Color.DodgerBlue);
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))));
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))));
     this.graph2.ColorPalette = colorPalette1;
     this.graph2.CoordinateSystems.Add(this.polarCoordinateSystem1);
     this.graph2.Legend.IsInsidePlotArea = true;
     this.graph2.Legend.Style.LineColor  = System.Drawing.Color.LightGray;
     this.graph2.Legend.Style.LineWidth  = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.556D), Telerik.Reporting.Drawing.Unit.Cm(1.27D));
     this.graph2.Name     = "graph2";
     this.graph2.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph2.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph2.Series.Add(this.barSeries1);
     this.graph2.SeriesGroups.Add(graphGroup2);
     this.graph2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(14.986D), Telerik.Reporting.Drawing.Unit.Cm(5.842D));
     //
     // polarCoordinateSystem1
     //
     this.polarCoordinateSystem1.AngularAxis = this.graphAxis2;
     this.polarCoordinateSystem1.Name        = "polarCoordinateSystem1";
     this.polarCoordinateSystem1.RadialAxis  = this.graphAxis1;
     //
     // graphAxis2
     //
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name          = "GraphAxis2";
     this.graphAxis2.Scale         = numericalScale1;
     this.graphAxis2.Style.Visible = false;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name            = "GraphAxis1";
     categoryScale1.SpacingSlotCount = 0D;
     this.graphAxis1.Scale           = categoryScale1;
     this.graphAxis1.Style.Visible   = false;
     //
     // barSeries1
     //
     this.barSeries1.ArrangeMode             = Telerik.Reporting.GraphSeriesArrangeMode.Stacked100;
     this.barSeries1.CategoryGroup           = graphGroup1;
     this.barSeries1.CoordinateSystem        = this.polarCoordinateSystem1;
     this.barSeries1.DataPointLabel          = "=CDbl(Fields.Field1) / CDbl(Exec(\'graph2\', Sum(Fields.Field1)))";
     this.barSeries1.DataPointLabelAlignment = Telerik.Reporting.BarDataPointLabelAlignment.Center;
     this.barSeries1.DataPointLabelAngle     = 1;
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelFormat        = "{0:0.00%}";
     this.barSeries1.DataPointLabelStyle.Visible = true;
     this.barSeries1.LegendItem.Value            = "=Fields.Field2";
     graphGroup2.Filters.Add(new Telerik.Reporting.Filter("= Sum(Fields.Field1)", Telerik.Reporting.FilterOperator.TopN, "10"));
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Field3"));
     graphGroup2.Name = "seriesGroup1";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Sum(Fields.Field1)", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.SeriesGroup = graphGroup2;
     this.barSeries1.X           = "= sum(Fields.Field1)";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // objectDataSource1
     //
     this.objectDataSource1.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("Field1", typeof(int), "Fields.Cantidad"),
         new Telerik.Reporting.CalculatedField("Field2", typeof(string), "Fields.Linea"),
         new Telerik.Reporting.CalculatedField("Field3", typeof(string), "Fields.Grupo")
     });
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // RptMarca
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "RptMarca";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
     this.Width         = Telerik.Reporting.Drawing.Unit.Cm(20.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemple #22
0
 /// <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.GraphGroup           graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.ColorPalette colorPalette1   = new Telerik.Reporting.Drawing.ColorPalette();
     Telerik.Reporting.GraphGroup           graphGroup3     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.CategoryScale        categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.NumericalScale       numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.GraphGroup           graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.Drawing.StyleRule    styleRule1      = new Telerik.Reporting.Drawing.StyleRule();
     this.pageHeaderSection1         = new Telerik.Reporting.PageHeaderSection();
     this.textBox1                   = new Telerik.Reporting.TextBox();
     this.detail                     = new Telerik.Reporting.DetailSection();
     this.graph1                     = new Telerik.Reporting.Graph();
     this.cartesianCoordinateSystem1 = new Telerik.Reporting.CartesianCoordinateSystem();
     this.graphAxis1                 = new Telerik.Reporting.GraphAxis();
     this.graphAxis2                 = new Telerik.Reporting.GraphAxis();
     this.barSeries1                 = new Telerik.Reporting.BarSeries();
     this.pageFooterSection1         = new Telerik.Reporting.PageFooterSection();
     this.objectDataSource1          = new Telerik.Reporting.ObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox1
     //
     this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(4.064000129699707D), Telerik.Reporting.Drawing.Unit.Cm(0.76199996471405029D));
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.975000381469727D), Telerik.Reporting.Drawing.Unit.Cm(1.0160000324249268D));
     this.textBox1.Style.BorderColor.Default = System.Drawing.Color.Transparent;
     this.textBox1.Style.Color     = System.Drawing.Color.Gray;
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Arial";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Value           = "REPORTE INVENTARIO - CODIGO POR SUCURSALES";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(4.6000003814697266D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.graph1
     });
     this.detail.Name = "detail";
     //
     // graph1
     //
     graphGroup1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Field1"));
     graphGroup1.Name = "categoryGroup1";
     this.graph1.CategoryGroups.Add(graphGroup1);
     colorPalette1.Colors.Add(System.Drawing.Color.DodgerBlue);
     colorPalette1.Colors.Add(System.Drawing.Color.Black);
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192))))));
     colorPalette1.Colors.Add(System.Drawing.Color.Maroon);
     colorPalette1.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))));
     this.graph1.ColorPalette = colorPalette1;
     this.graph1.CoordinateSystems.Add(this.cartesianCoordinateSystem1);
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.graph1.Series.Add(this.barSeries1);
     graphGroup3.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Field1"));
     graphGroup3.Name = "seriesGroup1";
     graphGroup3.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Field1", Telerik.Reporting.SortDirection.Asc));
     this.graph1.SeriesGroups.Add(graphGroup3);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.7000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(2.2000000476837158D));
     //
     // cartesianCoordinateSystem1
     //
     this.cartesianCoordinateSystem1.Name  = "cartesianCoordinateSystem1";
     this.cartesianCoordinateSystem1.XAxis = this.graphAxis1;
     this.cartesianCoordinateSystem1.YAxis = this.graphAxis2;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name  = "GraphAxis1";
     this.graphAxis1.Scale = categoryScale1;
     //
     // graphAxis2
     //
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name  = "GraphAxis2";
     this.graphAxis2.Scale = numericalScale1;
     //
     // barSeries1
     //
     this.barSeries1.CategoryGroup    = graphGroup1;
     this.barSeries1.CoordinateSystem = this.cartesianCoordinateSystem1;
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.DataPointLabelConnectorStyle.Padding.Top    = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.barSeries1.LegendItem.Value = "=Fields.Field3";
     graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Field1"));
     graphGroup2.Name = "seriesGroup1";
     graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Field1", Telerik.Reporting.SortDirection.Asc));
     this.barSeries1.SeriesGroup = graphGroup2;
     this.barSeries1.Y           = "=Sum(Fields.Field2)";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // objectDataSource1
     //
     this.objectDataSource1.CalculatedFields.AddRange(new Telerik.Reporting.CalculatedField[] {
         new Telerik.Reporting.CalculatedField("Field1", typeof(string), "Fields.Base"),
         new Telerik.Reporting.CalculatedField("Field2", typeof(int), "Fields.Cantidad"),
         new Telerik.Reporting.CalculatedField("Field3", typeof(string), "Fields.Articulo")
     });
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // RptSucursales
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "RptSucursales";
     this.PageSettings.ContinuousPaper = false;
     this.PageSettings.Landscape       = false;
     this.PageSettings.Margins         = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D), Telerik.Reporting.Drawing.Unit.Cm(0.5D));
     this.PageSettings.PaperKind       = System.Drawing.Printing.PaperKind.Letter;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.UnitOfMeasure = Telerik.Reporting.Drawing.UnitType.Cm;
     this.Width         = Telerik.Reporting.Drawing.Unit.Cm(20.5D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemple #23
0
 /// <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.GraphGroup        graphGroup1     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphGroup        graphGroup2     = new Telerik.Reporting.GraphGroup();
     Telerik.Reporting.GraphTitle        graphTitle1     = new Telerik.Reporting.GraphTitle();
     Telerik.Reporting.NumericalScale    numericalScale1 = new Telerik.Reporting.NumericalScale();
     Telerik.Reporting.CategoryScale     categoryScale1  = new Telerik.Reporting.CategoryScale();
     Telerik.Reporting.Drawing.StyleRule styleRule1      = new Telerik.Reporting.Drawing.StyleRule();
     this.detailSection1         = new Telerik.Reporting.DetailSection();
     this.sqlDataSource1         = new Telerik.Reporting.SqlDataSource();
     this.graph1                 = new Telerik.Reporting.Graph();
     this.polarCoordinateSystem1 = new Telerik.Reporting.PolarCoordinateSystem();
     this.graphAxis1             = new Telerik.Reporting.GraphAxis();
     this.graphAxis2             = new Telerik.Reporting.GraphAxis();
     this.textBox1               = new Telerik.Reporting.TextBox();
     this.pageHeaderSection1     = new Telerik.Reporting.PageHeaderSection();
     this.textBox2               = new Telerik.Reporting.TextBox();
     this.pageFooterSection1     = new Telerik.Reporting.PageFooterSection();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detailSection1
     //
     this.detailSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(7.62D);
     this.detailSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.graph1
     });
     this.detailSection1.Name = "detailSection1";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "Reportes.Properties.Settings.SGASP3Test";
     this.sqlDataSource1.Name             = "sqlDataSource1";
     this.sqlDataSource1.SelectCommand    = "SELECT        TipExa\r\nFROM            Atenciones";
     //
     // graph1
     //
     graphGroup1.Name = "categoryGroup";
     this.graph1.CategoryGroups.Add(graphGroup1);
     this.graph1.CoordinateSystems.Add(this.polarCoordinateSystem1);
     this.graph1.DataSource             = this.sqlDataSource1;
     this.graph1.Legend.Style.LineColor = System.Drawing.Color.LightGray;
     this.graph1.Legend.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     this.graph1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.graph1.Name     = "graph1";
     this.graph1.PlotAreaStyle.LineColor = System.Drawing.Color.LightGray;
     this.graph1.PlotAreaStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphGroup2.Name = "seriesGroup";
     this.graph1.SeriesGroups.Add(graphGroup2);
     this.graph1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6D), Telerik.Reporting.Drawing.Unit.Inch(3D));
     this.graph1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Left   = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Right  = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     this.graph1.Style.Padding.Top    = Telerik.Reporting.Drawing.Unit.Pixel(10D);
     graphTitle1.Position             = Telerik.Reporting.GraphItemPosition.TopCenter;
     graphTitle1.Style.LineColor      = System.Drawing.Color.LightGray;
     graphTitle1.Style.LineWidth      = Telerik.Reporting.Drawing.Unit.Cm(0D);
     graphTitle1.Text = "graph1";
     this.graph1.Titles.Add(graphTitle1);
     //
     // polarCoordinateSystem1
     //
     this.polarCoordinateSystem1.AngularAxis = this.graphAxis1;
     this.polarCoordinateSystem1.Name        = "polarCoordinateSystem1";
     this.polarCoordinateSystem1.RadialAxis  = this.graphAxis2;
     //
     // graphAxis1
     //
     this.graphAxis1.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MajorGridLineStyle.Visible   = false;
     this.graphAxis1.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis1.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis1.MinorGridLineStyle.Visible   = false;
     this.graphAxis1.Name          = "graphAxis1";
     this.graphAxis1.Scale         = numericalScale1;
     this.graphAxis1.Style.Visible = false;
     //
     // graphAxis2
     //
     this.graphAxis2.MajorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MajorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MajorGridLineStyle.Visible   = false;
     this.graphAxis2.MinorGridLineStyle.LineColor = System.Drawing.Color.LightGray;
     this.graphAxis2.MinorGridLineStyle.LineWidth = Telerik.Reporting.Drawing.Unit.Pixel(1D);
     this.graphAxis2.MinorGridLineStyle.Visible   = false;
     this.graphAxis2.Name            = "graphAxis2";
     categoryScale1.PositionMode     = Telerik.Reporting.AxisPositionMode.OnTicks;
     categoryScale1.SpacingSlotCount = 0D;
     this.graphAxis2.Scale           = categoryScale1;
     this.graphAxis2.Style.Visible   = false;
     //
     // textBox1
     //
     this.textBox1.Name            = "ReportNameTextBox";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15D), Telerik.Reporting.Drawing.Unit.Cm(2D));
     this.textBox1.Style.Font.Bold = true;
     this.textBox1.Style.Font.Name = "Segoe UI";
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox1.Value           = "Report1";
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.5D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBox2
     //
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(13D), Telerik.Reporting.Drawing.Unit.Cm(1.5D));
     this.textBox2.Name            = "ReportPageNumberTextBox";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4D), Telerik.Reporting.Drawing.Unit.Cm(1D));
     this.textBox2.Style.Font.Name = "Segoe UI";
     this.textBox2.Value           = "Page: {PageNumber}";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.5D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox2
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // Report1
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detailSection1,
         this.pageHeaderSection1,
         this.pageFooterSection1
     });
     this.Name = "Report1";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(20D), Telerik.Reporting.Drawing.Unit.Mm(20D), Telerik.Reporting.Drawing.Unit.Mm(20D), Telerik.Reporting.Drawing.Unit.Mm(20D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(17D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }