Exemplo n.º 1
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.TableGroup                   tableGroup1             = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.TableGroup                   tableGroup2             = new Telerik.Reporting.TableGroup();
     Telerik.Reporting.NavigateToReportAction       navigateToReportAction1 = new Telerik.Reporting.NavigateToReportAction();
     Telerik.Reporting.TypeReportSource             typeReportSource1       = new Telerik.Reporting.TypeReportSource();
     Telerik.Reporting.NavigateToUrlAction          navigateToUrlAction1    = new Telerik.Reporting.NavigateToUrlAction();
     Telerik.Reporting.NavigateToUrlAction          navigateToUrlAction2    = new Telerik.Reporting.NavigateToUrlAction();
     System.ComponentModel.ComponentResourceManager resources            = new System.ComponentModel.ComponentResourceManager(typeof(ReportCatalog));
     Telerik.Reporting.NavigateToUrlAction          navigateToUrlAction3 = new Telerik.Reporting.NavigateToUrlAction();
     Telerik.Reporting.NavigateToUrlAction          navigateToUrlAction4 = new Telerik.Reporting.NavigateToUrlAction();
     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.detail                = new Telerik.Reporting.DetailSection();
     this.crosstab1             = new Telerik.Reporting.Crosstab();
     this.panel5                = new Telerik.Reporting.Panel();
     this.textBox1              = new Telerik.Reporting.TextBox();
     this.textBox2              = new Telerik.Reporting.TextBox();
     this.textBox3              = new Telerik.Reporting.TextBox();
     this.objectDataSource1     = new Telerik.Reporting.ObjectDataSource();
     this.pageFooterSection1    = new Telerik.Reporting.PageFooterSection();
     this.textBox6              = new Telerik.Reporting.TextBox();
     this.textBox7              = new Telerik.Reporting.TextBox();
     this.textBox5              = new Telerik.Reporting.TextBox();
     this.shape1                = new Telerik.Reporting.Shape();
     this.pageHeaderSection1    = new Telerik.Reporting.PageHeaderSection();
     this.textBoxReportEmployee = new Telerik.Reporting.TextBox();
     this.shape3                = new Telerik.Reporting.Shape();
     this.textBox4              = new Telerik.Reporting.TextBox();
     this.textBox8              = new Telerik.Reporting.TextBox();
     this.textBox9              = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(5.334200382232666D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.crosstab1
     });
     this.detail.Name = "detail";
     //
     // crosstab1
     //
     this.crosstab1.Body.Columns.Add(new Telerik.Reporting.TableBodyColumn(Telerik.Reporting.Drawing.Unit.Cm(6.380000114440918D)));
     this.crosstab1.Body.Rows.Add(new Telerik.Reporting.TableBodyRow(Telerik.Reporting.Drawing.Unit.Cm(4.1777081489562988D)));
     this.crosstab1.Body.SetCellContent(0, 0, this.panel5);
     tableGroup1.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Index%3"));
     tableGroup1.Name = "ColumnIndex";
     this.crosstab1.ColumnGroups.Add(tableGroup1);
     this.crosstab1.DataSource = this.objectDataSource1;
     this.crosstab1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.panel5
     });
     this.crosstab1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.5027083158493042D), Telerik.Reporting.Drawing.Unit.Cm(0.25400015711784363D));
     this.crosstab1.Name     = "crosstab1";
     tableGroup2.Groupings.Add(new Telerik.Reporting.Grouping("=Fields.Index/3"));
     tableGroup2.Name = "RowIndex";
     this.crosstab1.RowGroups.Add(tableGroup2);
     this.crosstab1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.380000114440918D), Telerik.Reporting.Drawing.Unit.Cm(4.1777081489562988D));
     this.crosstab1.Sortings.Add(new Telerik.Reporting.Sorting("=Fields.Index", Telerik.Reporting.SortDirection.Asc));
     //
     // panel5
     //
     this.panel5.Bindings.Add(new Telerik.Reporting.Binding("Visible", "=IIF(Fields.Name is null,False,True)"));
     this.panel5.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox2,
         this.textBox3
     });
     this.panel5.Name = "panel5";
     this.panel5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.380000114440918D), Telerik.Reporting.Drawing.Unit.Cm(4.1777081489562988D));
     //
     // textBox1
     //
     this.textBox1.Anchoring = ((Telerik.Reporting.AnchoringStyles)(((Telerik.Reporting.AnchoringStyles.Top | Telerik.Reporting.AnchoringStyles.Left)
                                                                     | Telerik.Reporting.AnchoringStyles.Right)));
     this.textBox1.Location    = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0.00010012308484874666D));
     this.textBox1.Name        = "textBox1";
     this.textBox1.Size        = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.1051244735717773D), Telerik.Reporting.Drawing.Unit.Cm(1.2700996398925781D));
     this.textBox1.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(43)))), ((int)(((byte)(10)))));
     this.textBox1.StyleName   = "ExampleHeader";
     this.textBox1.Value       = "=Fields.Name";
     //
     // textBox2
     //
     this.textBox2.CanGrow   = true;
     this.textBox2.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(1.2701997756958008D));
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(5.8472914695739746D), Telerik.Reporting.Drawing.Unit.Inch(0.60000008344650269D));
     this.textBox2.StyleName = "ExampleDescription";
     this.textBox2.Value     = "=Fields.Description";
     //
     // textBox3
     //
     typeReportSource1.TypeName           = "=Fields.AssemblyQualifiedName";
     navigateToReportAction1.ReportSource = typeReportSource1;
     this.textBox3.Action    = navigateToReportAction1;
     this.textBox3.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(2.7941999435424805D));
     this.textBox3.Name      = "textBox3";
     this.textBox3.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.5999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.29440927505493164D));
     this.textBox3.StyleName = "Hyperlink";
     this.textBox3.Value     = "View Report";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataMember = "GetReports";
     this.objectDataSource1.DataSource = typeof(Telerik.Reporting.Examples.CSharp.ReportManager);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // pageFooterSection1
     //
     navigateToUrlAction1.Url       = "http://www.telerik.com/purchase";
     this.pageFooterSection1.Action = navigateToUrlAction1;
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(6.857999324798584D);
     this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox6,
         this.textBox7,
         this.textBox5,
         this.shape1
     });
     this.pageFooterSection1.Name = "pageFooterSection1";
     //
     // textBox6
     //
     this.textBox6.Action              = navigateToUrlAction1;
     this.textBox6.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.5027083158493042D), Telerik.Reporting.Drawing.Unit.Cm(0.6785462498664856D));
     this.textBox6.Name                = "textBox6";
     this.textBox6.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(6.1051244735717773D), Telerik.Reporting.Drawing.Unit.Cm(0.9999995231628418D));
     this.textBox6.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(43)))), ((int)(((byte)(10)))));
     this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox6.StyleName           = "ExampleHeader";
     this.textBox6.Value               = "Get Greater Value!";
     //
     // textBox7
     //
     this.textBox7.Action              = navigateToUrlAction1;
     this.textBox7.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(6.6080331802368164D), Telerik.Reporting.Drawing.Unit.Cm(0.6785462498664856D));
     this.textBox7.Name                = "textBox7";
     this.textBox7.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(9.13996696472168D), Telerik.Reporting.Drawing.Unit.Cm(0.9999995231628418D));
     this.textBox7.Style.Font.Italic   = true;
     this.textBox7.Style.Font.Name     = "Segoe UI";
     this.textBox7.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(10D);
     this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
     this.textBox7.Value               = "Telerik Reporting is also available as part of \r\nTelerik DevCraft Complete with 1" +
                                         "4 other products";
     //
     // textBox5
     //
     navigateToUrlAction2.Url = "http://www.telerik.com/purchase";
     this.textBox5.Action     = navigateToUrlAction2;
     this.textBox5.Location   = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.4200000762939453D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
     this.textBox5.Name       = "textBox5";
     this.textBox5.Size       = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3699995279312134D), Telerik.Reporting.Drawing.Unit.Inch(0.3608449399471283D));
     this.textBox5.Style.BackgroundImage.ImageData = ((System.Drawing.Image)(resources.GetObject("textBox5.Style.BackgroundImage.ImageData")));
     this.textBox5.Style.BackgroundImage.MimeType  = "image/png";
     this.textBox5.Style.BackgroundImage.Repeat    = Telerik.Reporting.Drawing.BackgroundRepeat.NoRepeat;
     this.textBox5.Style.Color         = System.Drawing.Color.White;
     this.textBox5.Style.Font.Name     = "Segoe UI";
     this.textBox5.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(14D);
     this.textBox5.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value = "Read more";
     //
     // shape1
     //
     this.shape1.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
     this.shape1.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1979166716337204D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
     this.shape1.Name      = "shape1";
     this.shape1.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape1.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.46999979019165D), Telerik.Reporting.Drawing.Unit.Point(3.75D));
     this.shape1.Stretch   = true;
     this.shape1.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(54)))), ((int)(((byte)(33)))));
     this.shape1.Style.BorderStyle.Bottom  = Telerik.Reporting.Drawing.BorderType.Solid;
     this.shape1.Style.BorderWidth.Bottom  = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.shape1.Style.BorderWidth.Top     = Telerik.Reporting.Drawing.Unit.Point(1.5D);
     this.shape1.Style.Color = System.Drawing.Color.Transparent;
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.5398001670837402D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBoxReportEmployee,
         this.shape3,
         this.textBox4,
         this.textBox8,
         this.textBox9
     });
     this.pageHeaderSection1.Name = "pageHeaderSection1";
     //
     // textBoxReportEmployee
     //
     this.textBoxReportEmployee.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D), Telerik.Reporting.Drawing.Unit.Inch(0.41500845551490784D));
     this.textBoxReportEmployee.Name                = "textBoxReportEmployee";
     this.textBoxReportEmployee.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5D), Telerik.Reporting.Drawing.Unit.Inch(0.40000009536743164D));
     this.textBoxReportEmployee.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Top;
     this.textBoxReportEmployee.StyleName           = "Header";
     this.textBoxReportEmployee.Value               = "Reporting Demos";
     //
     // shape3
     //
     this.shape3.Anchoring = ((Telerik.Reporting.AnchoringStyles)((Telerik.Reporting.AnchoringStyles.Left | Telerik.Reporting.AnchoringStyles.Right)));
     this.shape3.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D), Telerik.Reporting.Drawing.Unit.Inch(0.8399999737739563D));
     this.shape3.Name      = "shape3";
     this.shape3.ShapeType = new Telerik.Reporting.Drawing.Shapes.LineShape(Telerik.Reporting.Drawing.Shapes.LineDirection.EW);
     this.shape3.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.46999979019165D), Telerik.Reporting.Drawing.Unit.Point(2D));
     this.shape3.Stretch   = true;
     this.shape3.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
     this.shape3.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Solid;
     this.shape3.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
     this.shape3.Style.BorderWidth.Top    = Telerik.Reporting.Drawing.Unit.Point(1.5D);
     this.shape3.Style.Color = System.Drawing.Color.Transparent;
     //
     // textBox4
     //
     navigateToUrlAction3.Url            = "http://www.telerik.com/support/reporting";
     this.textBox4.Action                = navigateToUrlAction3;
     this.textBox4.Location              = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17.120002746582031D), Telerik.Reporting.Drawing.Unit.Cm(0.63555306196212769D));
     this.textBox4.Name                  = "textBox4";
     this.textBox4.Size                  = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.3617973327636719D), Telerik.Reporting.Drawing.Unit.Cm(0.41836854815483093D));
     this.textBox4.Style.BackgroundColor = System.Drawing.Color.Transparent;
     this.textBox4.Style.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(43)))), ((int)(((byte)(10)))));
     this.textBox4.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox4.StyleName             = "Hyperlink";
     this.textBox4.Value                 = "SUPPORT »";
     //
     // textBox8
     //
     navigateToUrlAction4.Url            = "http://tv.telerik.com/products/reporting";
     this.textBox8.Action                = navigateToUrlAction4;
     this.textBox8.Location              = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(17.120002746582031D), Telerik.Reporting.Drawing.Unit.Cm(1.0541214942932129D));
     this.textBox8.Name                  = "textBox8";
     this.textBox8.Size                  = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(2.3617961406707764D), Telerik.Reporting.Drawing.Unit.Cm(0.41999998688697815D));
     this.textBox8.Style.BackgroundColor = System.Drawing.Color.Transparent;
     this.textBox8.Style.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(175)))), ((int)(((byte)(43)))), ((int)(((byte)(10)))));
     this.textBox8.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.textBox8.StyleName             = "Hyperlink";
     this.textBox8.Value                 = "VIDEOS »";
     //
     // textBox9
     //
     this.textBox9.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D), Telerik.Reporting.Drawing.Unit.Inch(0.015008449554443359D));
     this.textBox9.Name      = "textBox9";
     this.textBox9.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5D), Telerik.Reporting.Drawing.Unit.Inch(0.39992132782936096D));
     this.textBox9.StyleName = "Header";
     this.textBox9.Value     = "Telerik";
     //
     // ReportCatalog
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail,
         this.pageFooterSection1,
         this.pageHeaderSection1
     });
     this.Name = "ReportCatalog";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D), Telerik.Reporting.Drawing.Unit.Inch(0.30000001192092896D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
     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("Header")
     });
     styleRule2.Style.Font.Bold    = true;
     styleRule2.Style.Font.Name    = "Segoe UI Light";
     styleRule2.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(25D);
     styleRule2.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0D);
     styleRule2.Style.TextAlign    = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Hyperlink")
     });
     styleRule3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(147)))), ((int)(((byte)(30)))));
     styleRule3.Style.Color           = System.Drawing.Color.White;
     styleRule3.Style.Font.Name       = "Segoe UI";
     styleRule3.Style.Font.Underline  = false;
     styleRule3.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     styleRule3.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("ExampleHeader")
     });
     styleRule4.Style.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(89)))), ((int)(((byte)(61)))));
     styleRule4.Style.Font.Bold    = true;
     styleRule4.Style.Font.Name    = "Segoe UI Light";
     styleRule4.Style.Font.Size    = Telerik.Reporting.Drawing.Unit.Point(14D);
     styleRule4.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0D);
     styleRule5.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("ExampleDescription")
     });
     styleRule5.Style.Font.Name    = "Segoe UI";
     styleRule5.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4,
         styleRule5
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(19.983798980712891D);
     ((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.NavigateToReportAction navigateToReportAction1 = new Telerik.Reporting.NavigateToReportAction();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportCatalog));
            Telerik.Reporting.NavigateToUrlAction navigateToUrlAction1 = new Telerik.Reporting.NavigateToUrlAction();
            Telerik.Reporting.NavigateToUrlAction navigateToUrlAction2 = new Telerik.Reporting.NavigateToUrlAction();
            Telerik.Reporting.NavigateToUrlAction navigateToUrlAction3 = new Telerik.Reporting.NavigateToUrlAction();
            Telerik.Reporting.NavigateToUrlAction navigateToUrlAction4 = new Telerik.Reporting.NavigateToUrlAction();
            Telerik.Reporting.Drawing.StyleRule styleRule1 = new Telerik.Reporting.Drawing.StyleRule();
            this.detail = new Telerik.Reporting.DetailSection();
            this.panel1 = new Telerik.Reporting.Panel();
            this.textBox1 = new Telerik.Reporting.TextBox();
            this.textBox2 = new Telerik.Reporting.TextBox();
            this.panel2 = new Telerik.Reporting.Panel();
            this.textBox3 = new Telerik.Reporting.TextBox();
            this.pictureBox1 = new Telerik.Reporting.PictureBox();
            this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
            this.textBox6 = new Telerik.Reporting.TextBox();
            this.textBox7 = new Telerik.Reporting.TextBox();
            this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
            this.panel4 = new Telerik.Reporting.Panel();
            this.textBox8 = new Telerik.Reporting.TextBox();
            this.pictureBox3 = new Telerik.Reporting.PictureBox();
            this.panel3 = new Telerik.Reporting.Panel();
            this.textBox4 = new Telerik.Reporting.TextBox();
            this.pictureBox2 = new Telerik.Reporting.PictureBox();
            this.textBox5 = new Telerik.Reporting.TextBox();
            this.pictureBox5 = new Telerik.Reporting.PictureBox();
            this.objectDataSource1 = new Telerik.Reporting.ObjectDataSource();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // detail
            // 
            this.detail.ColumnCount = 3;
            this.detail.ColumnSpacing = new Telerik.Reporting.Drawing.Unit(0.60000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.detail.Height = new Telerik.Reporting.Drawing.Unit(3.4000003337860107D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.panel1,
            this.panel2});
            this.detail.Name = "detail";
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.panel1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox1,
            this.textBox2});
            this.panel1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.panel1.Name = "panel1";
            this.panel1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(8.7999992370605469D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.2000010013580322D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.panel1.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(198)))), ((int)(((byte)(198)))));
            this.panel1.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(174)))), ((int)(((byte)(174)))));
            this.panel1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // textBox1
            // 
            this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(8.3600988388061523D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.800000011920929D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox1.Style.Font.Bold = true;
            this.textBox1.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(16D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox1.Value = "=Fields.Name";
            // 
            // textBox2
            // 
            this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.textBox2.CanGrow = false;
            this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.19999989867210388D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.0002001523971558D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(8.3600978851318359D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.999800443649292D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox2.Style.Font.Italic = false;
            this.textBox2.Style.Font.Name = "Arial";
            this.textBox2.Value = "=Fields.Description";
            // 
            // panel2
            // 
            navigateToReportAction1.ReportDocumentType = "= Fields.ReportType.AssemblyQualifiedName";
            this.panel2.Action = navigateToReportAction1;
            this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.panel2.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox3,
            this.pictureBox1});
            this.panel2.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.5000002384185791D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.panel2.Name = "panel2";
            this.panel2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.7999999523162842D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.70000004768371582D, Telerik.Reporting.Drawing.UnitType.Cm));
            // 
            // textBox3
            // 
            this.textBox3.Action = null;
            this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.70000004768371582D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.0999996662139893D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.70000004768371582D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox3.StyleName = "Hyperlink";
            this.textBox3.Value = "View Report";
            // 
            // pictureBox1
            // 
            this.pictureBox1.MimeType = "image/png";
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.70000022649765015D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.70000004768371582D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox1.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Center;
            this.pictureBox1.Value = ((object)(resources.GetObject("pictureBox1.Value")));
            // 
            // pageFooterSection1
            // 
            navigateToUrlAction1.Url = "http://www.telerik.com/purchase";
            this.pageFooterSection1.Action = navigateToUrlAction1;
            this.pageFooterSection1.Height = new Telerik.Reporting.Drawing.Unit(4.1999993324279785D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageFooterSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox6,
            this.textBox7});
            this.pageFooterSection1.Name = "pageFooterSection1";
            this.pageFooterSection1.Style.BackgroundImage.ImageData = ((System.Drawing.Image)(resources.GetObject("pageFooterSection1.Style.BackgroundImage.ImageData")));
            this.pageFooterSection1.Style.BackgroundImage.MimeType = "image/png";
            this.pageFooterSection1.Style.BackgroundImage.Repeat = Telerik.Reporting.Drawing.BackgroundRepeat.NoRepeat;
            this.pageFooterSection1.Style.Padding.Top = new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm);
            // 
            // textBox6
            // 
            this.textBox6.Action = navigateToUrlAction1;
            this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(9.1999998092651367D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.0999999046325684D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(7.2999997138977051D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.70000004768371582D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox6.Style.Font.Bold = true;
            this.textBox6.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(18D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox6.Value = "Get Greater Value";
            // 
            // textBox7
            // 
            this.textBox7.Action = navigateToUrlAction1;
            this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(9.1999998092651367D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(2.1000001430511475D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(10.799999237060547D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.9999995231628418D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox7.Value = "Telerik Reporting is also available as part of Telerik Premium Collection with 7 " +
                "other products. Read more ...";
            // 
            // pageHeaderSection1
            // 
            this.pageHeaderSection1.Height = new Telerik.Reporting.Drawing.Unit(2.0999996662139893D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.panel4,
            this.panel3,
            this.textBox5,
            this.pictureBox5});
            this.pageHeaderSection1.Name = "pageHeaderSection1";
            this.pageHeaderSection1.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(173)))), ((int)(((byte)(1)))));
            this.pageHeaderSection1.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
            // 
            // panel4
            // 
            navigateToUrlAction2.Url = "http://tv.telerik.com/products/reporting";
            this.panel4.Action = null;
            this.panel4.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox8,
            this.pictureBox3});
            this.panel4.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(24.899999618530273D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.panel4.Name = "panel4";
            this.panel4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Cm));
            // 
            // textBox8
            // 
            this.textBox8.Action = navigateToUrlAction2;
            this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.800000011920929D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox8.Name = "textBox8";
            this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.6000000238418579D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox8.StyleName = "Hyperlink";
            this.textBox8.Value = "Videos";
            // 
            // pictureBox3
            // 
            this.pictureBox3.Action = navigateToUrlAction2;
            this.pictureBox3.MimeType = "image/png";
            this.pictureBox3.Name = "pictureBox3";
            this.pictureBox3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.800000011920929D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox3.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Center;
            this.pictureBox3.Value = ((object)(resources.GetObject("pictureBox3.Value")));
            // 
            // panel3
            // 
            navigateToUrlAction3.Url = "http://www.telerik.com/support/reporting.aspx";
            this.panel3.Action = null;
            this.panel3.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox4,
            this.pictureBox2});
            this.panel3.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(21.799999237060547D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.50000017881393433D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.panel3.Name = "panel3";
            this.panel3.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(2.3999974727630615D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.99999988079071045D, Telerik.Reporting.Drawing.UnitType.Cm));
            // 
            // textBox4
            // 
            this.textBox4.Action = navigateToUrlAction3;
            this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0.79999798536300659D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(1.5997977256774902D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.99999988079071045D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox4.StyleName = "Hyperlink";
            this.textBox4.Value = "Support";
            // 
            // pictureBox2
            // 
            this.pictureBox2.Action = navigateToUrlAction3;
            this.pictureBox2.MimeType = "image/png";
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(0.79999840259552D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.99999988079071045D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox2.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Center;
            this.pictureBox2.Value = ((object)(resources.GetObject("pictureBox2.Value")));
            // 
            // textBox5
            // 
            this.textBox5.Angle = 0D;
            this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(5.1999998092651367D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.99999988079071045D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(3.5999999046325684D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.80000019073486328D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.textBox5.Style.Color = System.Drawing.Color.FromArgb(((int)(((byte)(67)))), ((int)(((byte)(67)))), ((int)(((byte)(67)))));
            this.textBox5.Style.Font.Bold = true;
            this.textBox5.Style.Font.Size = new Telerik.Reporting.Drawing.Unit(17D, Telerik.Reporting.Drawing.UnitType.Point);
            this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.textBox5.Value = "DEMOS";
            // 
            // pictureBox5
            // 
            navigateToUrlAction4.Url = "http://www.telerik.com/reporting";
            this.pictureBox5.Action = navigateToUrlAction4;
            this.pictureBox5.Location = new Telerik.Reporting.Drawing.PointU(new Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox5.MimeType = "image/png";
            this.pictureBox5.Name = "pictureBox5";
            this.pictureBox5.Size = new Telerik.Reporting.Drawing.SizeU(new Telerik.Reporting.Drawing.Unit(5.1999998092651367D, Telerik.Reporting.Drawing.UnitType.Cm), new Telerik.Reporting.Drawing.Unit(1.8999996185302734D, Telerik.Reporting.Drawing.UnitType.Cm));
            this.pictureBox5.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Center;
            this.pictureBox5.Value = ((object)(resources.GetObject("pictureBox5.Value")));
            // 
            // objectDataSource1
            // 
            this.objectDataSource1.DataMember = "GetReports";
            this.objectDataSource1.DataSource = typeof(Telerik.Reporting.ReportManager);
            this.objectDataSource1.Name = "objectDataSource1";
            // 
            // ReportCatalog
            // 
            this.DataSource = this.objectDataSource1;
            this.Filters.AddRange(new Telerik.Reporting.Data.Filter[] {
            new Telerik.Reporting.Data.Filter("=Fields.IsVisible", Telerik.Reporting.Data.FilterOperator.Equal, "=True")});
            this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.detail,
            this.pageFooterSection1,
            this.pageHeaderSection1});
            this.PageSettings.Landscape = true;
            this.PageSettings.Margins.Bottom = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Left = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Right = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.Margins.Top = new Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Cm);
            this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Sortings.AddRange(new Telerik.Reporting.Data.Sorting[] {
            new Telerik.Reporting.Data.Sorting("=Fields.Name", Telerik.Reporting.Data.SortDirection.Asc)});
            this.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(173)))), ((int)(((byte)(1)))));
            this.Style.Font.Name = "Trebuchet MS";
            styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
            new Telerik.Reporting.Drawing.StyleSelector("Hyperlink")});
            styleRule1.Style.Font.Name = "Arial";
            styleRule1.Style.Font.Underline = true;
            styleRule1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
            this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
            styleRule1});
            this.Width = new Telerik.Reporting.Drawing.Unit(7D, Telerik.Reporting.Drawing.UnitType.Cm);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Exemplo n.º 3
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.NavigateToUrlAction navigateToUrlAction1 = new Telerik.Reporting.NavigateToUrlAction();
     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.ReportParameter     reportParameter5     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter     reportParameter6     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter     reportParameter7     = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.ReportParameter     reportParameter8     = new Telerik.Reporting.ReportParameter();
     this.pageHeaderSection1 = new Telerik.Reporting.PageHeaderSection();
     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.textBox6           = new Telerik.Reporting.TextBox();
     this.textBox7           = new Telerik.Reporting.TextBox();
     this.detail             = new Telerik.Reporting.DetailSection();
     this.textBox10          = new Telerik.Reporting.TextBox();
     this.textBox9           = new Telerik.Reporting.TextBox();
     this.textBox8           = new Telerik.Reporting.TextBox();
     this.textBox11          = new Telerik.Reporting.TextBox();
     this.pageFooterSection1 = new Telerik.Reporting.PageFooterSection();
     this.sqlConnection1     = new System.Data.SqlClient.SqlConnection();
     this.sqlSelectCommand1  = new System.Data.SqlClient.SqlCommand();
     this.sqlDataAdapter1    = new System.Data.SqlClient.SqlDataAdapter();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeaderSection1
     //
     this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(2.8999998569488525D);
     this.pageHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox1,
         this.textBox2,
         this.textBox3,
         this.textBox4,
         this.textBox5,
         this.textBox6,
         this.textBox7
     });
     this.pageHeaderSection1.Name            = "pageHeaderSection1";
     this.pageHeaderSection1.Style.LineWidth = Telerik.Reporting.Drawing.Unit.Point(3D);
     //
     // textBox1
     //
     this.textBox1.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.5D), Telerik.Reporting.Drawing.Unit.Cm(0.2000001072883606D));
     this.textBox1.Name                = "textBox1";
     this.textBox1.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.3999004364013672D), Telerik.Reporting.Drawing.Unit.Cm(0.69999980926513672D));
     this.textBox1.Style.Font.Bold     = true;
     this.textBox1.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox1.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox1.Value               = "Key Química S.A. de C.V.";
     //
     // textBox2
     //
     this.textBox2.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.5D), Telerik.Reporting.Drawing.Unit.Cm(0.9001997709274292D));
     this.textBox2.Name                = "textBox2";
     this.textBox2.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.3999004364013672D), Telerik.Reporting.Drawing.Unit.Cm(0.59980005025863647D));
     this.textBox2.Style.Font.Bold     = true;
     this.textBox2.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox2.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox2.Value               = "SIANWeb Central";
     //
     // textBox3
     //
     this.textBox3.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.5D), Telerik.Reporting.Drawing.Unit.Cm(1.5001999139785767D));
     this.textBox3.Name                = "textBox3";
     this.textBox3.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.3999004364013672D), Telerik.Reporting.Drawing.Unit.Cm(0.59960037469863892D));
     this.textBox3.Style.Font.Bold     = true;
     this.textBox3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(12D);
     this.textBox3.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox3.Value               = "Clientes con mas Adeudo";
     //
     // textBox4
     //
     this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010006983939092606D), Telerik.Reporting.Drawing.Unit.Cm(2.2999999523162842D));
     this.textBox4.Name     = "textBox4";
     this.textBox4.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.499699592590332D), Telerik.Reporting.Drawing.Unit.Cm(0.599899172782898D));
     this.textBox4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Groove;
     this.textBox4.Style.BorderStyle.Left    = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox4.Style.BorderStyle.Right   = Telerik.Reporting.Drawing.BorderType.None;
     this.textBox4.Style.BorderStyle.Top     = Telerik.Reporting.Drawing.BorderType.Groove;
     this.textBox4.Style.Font.Bold           = false;
     this.textBox4.Style.Font.Size           = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox4.Style.TextAlign           = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox4.Style.VerticalAlign       = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox4.Value = "Cliente";
     //
     // textBox5
     //
     this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.5D), Telerik.Reporting.Drawing.Unit.Cm(2.2999999523162842D));
     this.textBox5.Name     = "textBox5";
     this.textBox5.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.5999996662139893D), Telerik.Reporting.Drawing.Unit.Cm(0.59989959001541138D));
     this.textBox5.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Groove;
     this.textBox5.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Groove;
     this.textBox5.Style.Font.Bold          = false;
     this.textBox5.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox5.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox5.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox5.Value = "Saldo";
     //
     // textBox6
     //
     this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.100199699401856D), Telerik.Reporting.Drawing.Unit.Cm(2.2999999523162842D));
     this.textBox6.Name     = "textBox6";
     this.textBox6.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.29979944229126D), Telerik.Reporting.Drawing.Unit.Cm(0.59989959001541138D));
     this.textBox6.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Groove;
     this.textBox6.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Groove;
     this.textBox6.Style.Font.Bold          = false;
     this.textBox6.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox6.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox6.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox6.Value = "Plazo";
     //
     // textBox7
     //
     this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.400199890136719D), Telerik.Reporting.Drawing.Unit.Cm(2.2999999523162842D));
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.199700355529785D), Telerik.Reporting.Drawing.Unit.Cm(0.59989959001541138D));
     this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Groove;
     this.textBox7.Style.BorderStyle.Top    = Telerik.Reporting.Drawing.BorderType.Groove;
     this.textBox7.Style.Font.Bold          = false;
     this.textBox7.Style.Font.Size          = Telerik.Reporting.Drawing.Unit.Point(11D);
     this.textBox7.Style.TextAlign          = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox7.Style.VerticalAlign      = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox7.Value = "Responsable";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(0.4000014066696167D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.textBox10,
         this.textBox9,
         this.textBox8,
         this.textBox11
     });
     this.detail.Name = "detail";
     this.detail.Style.BackgroundColor = System.Drawing.SystemColors.ActiveBorder;
     this.detail.Style.LineColor       = System.Drawing.SystemColors.ActiveCaption;
     //
     // textBox10
     //
     this.textBox10.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.100200653076172D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox10.Name                = "textBox10";
     this.textBox10.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(4.2998003959655762D), Telerik.Reporting.Drawing.Unit.Cm(0.40000060200691223D));
     this.textBox10.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox10.Value               = "=Fields.DiasCredito";
     //
     // textBox9
     //
     this.textBox9.Format              = "{0:N2}";
     this.textBox9.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.5D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox9.Name                = "textBox9";
     this.textBox9.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(3.5999996662139893D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox9.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox9.Value               = "=Fields.SaldoCartera";
     //
     // textBox8
     //
     navigateToUrlAction1.Url           = "=Fields.Url";
     this.textBox8.Action               = navigateToUrlAction1;
     this.textBox8.Location             = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.00010002215276472271D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox8.Name                 = "textBox8";
     this.textBox8.Size                 = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(8.499699592590332D), Telerik.Reporting.Drawing.Unit.Cm(0.40000021457672119D));
     this.textBox8.Style.Color          = System.Drawing.Color.DarkBlue;
     this.textBox8.Style.Font.Underline = true;
     this.textBox8.Style.TextAlign      = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox8.Style.VerticalAlign  = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox8.Value                = "=Fields.Cte_Nombre";
     //
     // textBox11
     //
     this.textBox11.Location            = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(16.400199890136719D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.textBox11.Name                = "textBox11";
     this.textBox11.Size                = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(11.199700355529785D), Telerik.Reporting.Drawing.Unit.Cm(0.40000101923942566D));
     this.textBox11.Style.TextAlign     = Telerik.Reporting.Drawing.HorizontalAlign.Left;
     this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.textBox11.Value               = "=Fields.CDI";
     //
     // pageFooterSection1
     //
     this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Cm(0.59999847412109375D);
     this.pageFooterSection1.Name   = "pageFooterSection1";
     //
     // sqlConnection1
     //
     this.sqlConnection1.ConnectionString = "Data Source=10.1.0.120;Initial Catalog=SIANCENTRAL;Persist Security Info=True;Use" +
                                            "r ID=sa;Password=sistemas";
     this.sqlConnection1.FireInfoMessageEventOnUserErrors = false;
     //
     // sqlSelectCommand1
     //
     this.sqlSelectCommand1.CommandText    = "dbo.spRepClientesMayorAdeudo";
     this.sqlSelectCommand1.CommandTimeout = 600;
     this.sqlSelectCommand1.CommandType    = System.Data.CommandType.StoredProcedure;
     this.sqlSelectCommand1.Connection     = this.sqlConnection1;
     this.sqlSelectCommand1.Parameters.AddRange(new System.Data.SqlClient.SqlParameter[] {
         new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((byte)(0)), ((byte)(0)), "", System.Data.DataRowVersion.Current, null),
         new System.Data.SqlClient.SqlParameter("@FechaCorte", System.Data.SqlDbType.DateTime, 8),
         new System.Data.SqlClient.SqlParameter("@Dias", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@DiasRevision", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@Vencimiento", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@SaldoMinimo", System.Data.SqlDbType.Float, 8),
         new System.Data.SqlClient.SqlParameter("@Meses", System.Data.SqlDbType.Int, 4),
         new System.Data.SqlClient.SqlParameter("@Legal", System.Data.SqlDbType.Int, 4)
     });
     //
     // sqlDataAdapter1
     //
     this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1;
     //
     // Rep_ClientesMayorAdeudo
     //
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.pageHeaderSection1,
         this.detail,
         this.pageFooterSection1
     });
     this.Name = "Rep_ClientesMayorAdeudo";
     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;
     reportParameter1.Name       = "Conexion";
     reportParameter2.Name       = "Dias";
     reportParameter2.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter3.Name       = "DiasRevision";
     reportParameter3.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter4.Name       = "FechaCorte";
     reportParameter4.Type       = Telerik.Reporting.ReportParameterType.DateTime;
     reportParameter5.Name       = "SaldoMinimo";
     reportParameter5.Type       = Telerik.Reporting.ReportParameterType.Float;
     reportParameter6.Name       = "Meses";
     reportParameter6.Type       = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter7.Name       = "Vencimiento";
     reportParameter7.Type       = Telerik.Reporting.ReportParameterType.Boolean;
     reportParameter8.Name       = "Legal";
     reportParameter8.Type       = Telerik.Reporting.ReportParameterType.Boolean;
     this.ReportParameters.Add(reportParameter1);
     this.ReportParameters.Add(reportParameter2);
     this.ReportParameters.Add(reportParameter3);
     this.ReportParameters.Add(reportParameter4);
     this.ReportParameters.Add(reportParameter5);
     this.ReportParameters.Add(reportParameter6);
     this.ReportParameters.Add(reportParameter7);
     this.ReportParameters.Add(reportParameter8);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     this.Style.TextAlign       = Telerik.Reporting.Drawing.HorizontalAlign.Center;
     this.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.Width           = Telerik.Reporting.Drawing.Unit.Cm(27.89990234375D);
     this.NeedDataSource += new System.EventHandler(this.Rep_ClientesMayorAdeudo_NeedDataSource);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }