159 lines
9.3 KiB
C#
159 lines
9.3 KiB
C#
namespace ReportsLibrary.Reports
|
|
{
|
|
partial class ChartReport
|
|
{
|
|
#region Component Designer generated code
|
|
/// <summary>
|
|
/// Required method for telerik Reporting designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
Telerik.Reporting.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.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.chartDataSource1 = new Telerik.Reporting.ObjectDataSource();
|
|
this.polarCoordinateSystem1 = new Telerik.Reporting.PolarCoordinateSystem();
|
|
this.graphAxis1 = new Telerik.Reporting.GraphAxis();
|
|
this.graphAxis2 = new Telerik.Reporting.GraphAxis();
|
|
this.barSeries1 = new Telerik.Reporting.BarSeries();
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
//
|
|
// pageHeaderSection1
|
|
//
|
|
this.pageHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
|
|
this.pageHeaderSection1.Name = "pageHeaderSection1";
|
|
//
|
|
// detail
|
|
//
|
|
this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(3.8000001907348633D);
|
|
this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
|
this.graph1});
|
|
this.detail.Name = "detail";
|
|
//
|
|
// pageFooterSection1
|
|
//
|
|
this.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1D);
|
|
this.pageFooterSection1.Name = "pageFooterSection1";
|
|
//
|
|
// graph1
|
|
//
|
|
graphGroup1.Name = "categoryGroup";
|
|
this.graph1.CategoryGroups.Add(graphGroup1);
|
|
this.graph1.CoordinateSystems.Add(this.polarCoordinateSystem1);
|
|
this.graph1.DataSource = this.chartDataSource1;
|
|
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.19999997317790985D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
|
|
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(5.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(3.1000001430511475D));
|
|
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);
|
|
//
|
|
// chartDataSource1
|
|
//
|
|
this.chartDataSource1.DataMember = "GetALL";
|
|
this.chartDataSource1.DataSource = typeof(ReportsLibrary.ChartDataObj);
|
|
this.chartDataSource1.Name = "chartDataSource1";
|
|
//
|
|
// 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;
|
|
this.barSeries1.CategoryGroup = graphGroup1;
|
|
this.barSeries1.CoordinateSystem = this.polarCoordinateSystem1;
|
|
this.barSeries1.DataPointLabel = "= Count(Fields.Value) / CDbl(Exec(\'graph1\', Count(Fields.Value)))";
|
|
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.Inch(0D);
|
|
this.barSeries1.DataPointStyle.Visible = true;
|
|
this.barSeries1.LegendItem.Value = "= Fields.Type";
|
|
this.barSeries1.Name = "barSeries1";
|
|
graphGroup2.Groupings.Add(new Telerik.Reporting.Grouping("= Fields.Type"));
|
|
graphGroup2.Name = "typeGroup";
|
|
graphGroup2.Sortings.Add(new Telerik.Reporting.Sorting("= Fields.Type", Telerik.Reporting.SortDirection.Asc));
|
|
this.barSeries1.SeriesGroup = graphGroup2;
|
|
this.barSeries1.X = "= Count(Fields.Value)";
|
|
//
|
|
// Report1
|
|
//
|
|
this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
|
|
this.pageHeaderSection1,
|
|
this.detail,
|
|
this.pageFooterSection1});
|
|
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;
|
|
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();
|
|
|
|
}
|
|
#endregion
|
|
|
|
private Telerik.Reporting.PageHeaderSection pageHeaderSection1;
|
|
private Telerik.Reporting.DetailSection detail;
|
|
private Telerik.Reporting.PageFooterSection pageFooterSection1;
|
|
private Telerik.Reporting.Graph graph1;
|
|
private Telerik.Reporting.PolarCoordinateSystem polarCoordinateSystem1;
|
|
private Telerik.Reporting.GraphAxis graphAxis1;
|
|
private Telerik.Reporting.GraphAxis graphAxis2;
|
|
private Telerik.Reporting.ObjectDataSource chartDataSource1;
|
|
private Telerik.Reporting.BarSeries barSeries1;
|
|
}
|
|
} |