The structure of the evaluation is like this:
Evaluatoin
- Category
- Scoring point
an evaluation can have many categories which all can have many scoring points.
My problem is the following:
If I change a scoring point a few times all is entered in the database but in the reports i am only seeing the first scoring point. The rest of them with the same name are left blank but are using space just as it would if all were visible. The stored procedure that is delivering the data is working fine. It bring all data to the report which then displayes it wrong.
the =Fields.CategoryName is working fine... every category name is displayed correctly
=Fields.ScoringPointName is not working... it displayes only the first and leavese all the rest blank... if for example a scoring point name is Product robustnes it would display only the first change of scoring but wouldnt display the rest
Any ideas???
5 Answers, 1 is accepted
We will need more information in order to pinpoint the issue. Thus we will appreciate if you send us the problematic report definition and some dummy data to review and debug on our end.
All the best,Peter
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
namespace
Web.Reports
{
partial
class
TrackChangeReport
{
#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.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();
Telerik.Reporting.ReportParameter reportParameter9 =
new
Telerik.Reporting.ReportParameter();
Telerik.Reporting.ReportParameter reportParameter10 =
new
Telerik.Reporting.ReportParameter();
Telerik.Reporting.ReportParameter reportParameter11 =
new
Telerik.Reporting.ReportParameter();
Telerik.Reporting.ReportParameter reportParameter12 =
new
Telerik.Reporting.ReportParameter();
Telerik.Reporting.ReportParameter reportParameter13 =
new
Telerik.Reporting.ReportParameter();
Telerik.Reporting.ReportParameter reportParameter14 =
new
Telerik.Reporting.ReportParameter();
Telerik.Reporting.ReportParameter reportParameter15 =
new
Telerik.Reporting.ReportParameter();
this
.detail =
new
Telerik.Reporting.DetailSection();
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
.textBox20 =
new
Telerik.Reporting.TextBox();
this
.pageFooterSection1 =
new
Telerik.Reporting.PageFooterSection();
this
.textBox31 =
new
Telerik.Reporting.TextBox();
this
.textBox29 =
new
Telerik.Reporting.TextBox();
this
.textBox30 =
new
Telerik.Reporting.TextBox();
this
.sqlDataSource1 =
new
Telerik.Reporting.SqlDataSource();
this
.group1 =
new
Telerik.Reporting.Group();
this
.groupFooterSection1 =
new
Telerik.Reporting.GroupFooterSection();
this
.groupHeaderSection1 =
new
Telerik.Reporting.GroupHeaderSection();
this
.textBox16 =
new
Telerik.Reporting.TextBox();
this
.textBox18 =
new
Telerik.Reporting.TextBox();
this
.textBox17 =
new
Telerik.Reporting.TextBox();
this
.textBox15 =
new
Telerik.Reporting.TextBox();
this
.textBox14 =
new
Telerik.Reporting.TextBox();
this
.textBox13 =
new
Telerik.Reporting.TextBox();
this
.textBox12 =
new
Telerik.Reporting.TextBox();
this
.textBox2 =
new
Telerik.Reporting.TextBox();
this
.textBox6 =
new
Telerik.Reporting.TextBox();
this
.group2 =
new
Telerik.Reporting.Group();
this
.groupFooterSection2 =
new
Telerik.Reporting.GroupFooterSection();
this
.groupHeaderSection2 =
new
Telerik.Reporting.GroupHeaderSection();
this
.textBox4 =
new
Telerik.Reporting.TextBox();
this
.textBox5 =
new
Telerik.Reporting.TextBox();
this
.textBox7 =
new
Telerik.Reporting.TextBox();
this
.reportHeaderSection1 =
new
Telerik.Reporting.ReportHeaderSection();
this
.textBox24 =
new
Telerik.Reporting.TextBox();
this
.textBox22 =
new
Telerik.Reporting.TextBox();
this
.textBox21 =
new
Telerik.Reporting.TextBox();
this
.textBox1 =
new
Telerik.Reporting.TextBox();
this
.textBox23 =
new
Telerik.Reporting.TextBox();
this
.textBox19 =
new
Telerik.Reporting.TextBox();
this
.textBox26 =
new
Telerik.Reporting.TextBox();
this
.textBox44 =
new
Telerik.Reporting.TextBox();
this
.textBox27 =
new
Telerik.Reporting.TextBox();
this
.textBox3 =
new
Telerik.Reporting.TextBox();
this
.group3 =
new
Telerik.Reporting.Group();
this
.groupFooterSection3 =
new
Telerik.Reporting.GroupFooterSection();
this
.groupHeaderSection3 =
new
Telerik.Reporting.GroupHeaderSection();
this
.pageHeaderSection1 =
new
Telerik.Reporting.PageHeaderSection();
this
.textBox25 =
new
Telerik.Reporting.TextBox();
((System.ComponentModel.ISupportInitialize)(
this
)).BeginInit();
//
// detail
//
this
.detail.Height =
new
Telerik.Reporting.Drawing.Unit(0.1999211311340332D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.detail.Name =
"detail"
;
this
.detail.Style.Font.Name =
"Tahoma"
;
//
// textBox8
//
this
.textBox8.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(4.2020835876464844D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox8.Name =
"textBox8"
;
this
.textBox8.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19988138973712921D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox8.Style.Font.Bold =
false
;
this
.textBox8.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox8.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox8.Value =
"=Fields.UserName"
;
//
// textBox9
//
this
.textBox9.Format =
"{0:dd MMM yyy}"
;
this
.textBox9.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(5.4021639823913574D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox9.Name =
"textBox9"
;
this
.textBox9.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.0999215841293335D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19988138973712921D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox9.Style.Font.Bold =
false
;
this
.textBox9.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox9.Value =
"=Fields.CreatedDate"
;
//
// textBox10
//
this
.textBox10.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(7.8020839691162109D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox10.Name =
"textBox10"
;
this
.textBox10.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(0.90000087022781372D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19988138973712921D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox10.Style.Font.Bold =
false
;
this
.textBox10.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox10.Value =
"=Fields.Result"
;
//
// textBox11
//
this
.textBox11.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(8.9020833969116211D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox11.Name =
"textBox11"
;
this
.textBox11.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.7928739786148071D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19988138973712921D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox11.Style.Font.Bold =
false
;
this
.textBox11.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox11.Value =
"=Fields.ChangeReason"
;
//
// textBox20
//
this
.textBox20.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(6.7020835876464844D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox20.Name =
"textBox20"
;
this
.textBox20.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(0.89992016553878784D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19988138973712921D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox20.Style.Font.Bold =
false
;
this
.textBox20.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox20.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox20.Value =
"=Fields.Reference"
;
//
// pageFooterSection1
//
this
.pageFooterSection1.Height =
new
Telerik.Reporting.Drawing.Unit(0.26041677594184875D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.pageFooterSection1.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox31,
this
.textBox29,
this
.textBox30});
this
.pageFooterSection1.Name =
"pageFooterSection1"
;
this
.pageFooterSection1.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
//
// textBox31
//
this
.textBox31.Format =
"{0:dd MMM yyyy}"
;
this
.textBox31.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(7.1000785827636719D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.05000000074505806D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox31.Name =
"textBox31"
;
this
.textBox31.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(3.499842643737793D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox31.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox31.Style.Font.Name =
"Tahoma"
;
this
.textBox31.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox31.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
this
.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox31.Value =
"Page {PageNumber} of {PageCount}"
;
//
// textBox29
//
this
.textBox29.Format =
"{0:f}"
;
this
.textBox29.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.05000000074505806D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox29.Name =
"textBox29"
;
this
.textBox29.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(3.5898818969726562D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.20000012218952179D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox29.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox29.Style.Font.Name =
"Tahoma"
;
this
.textBox29.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox29.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox29.Value =
"= Now()"
;
//
// textBox30
//
this
.textBox30.Format =
"{0:f}"
;
this
.textBox30.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(3.5899999141693115D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.05000000074505806D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox30.Name =
"textBox30"
;
this
.textBox30.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(3.5099999904632568D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.20999999344348908D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox30.Style.Font.Name =
"Tahoma"
;
this
.textBox30.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(10D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox30.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox30.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox30.Value =
"= Parameters.TenantName.Value"
;
//
// sqlDataSource1
//
this
.sqlDataSource1.ConnectionString =
"Aspire"
;
this
.sqlDataSource1.Name =
"sqlDataSource1"
;
this
.sqlDataSource1.Parameters.AddRange(
new
Telerik.Reporting.SqlDataSourceParameter[] {
new
Telerik.Reporting.SqlDataSourceParameter(
"@UnitID"
, System.Data.DbType.Int32,
"=Parameters.UnitID.Value"
),
new
Telerik.Reporting.SqlDataSourceParameter(
"@TeamID"
, System.Data.DbType.Int32,
"=Parameters.TeamID.Value"
),
new
Telerik.Reporting.SqlDataSourceParameter(
"@UserID"
, System.Data.DbType.Int32,
"=Parameters.UserID.Value"
),
new
Telerik.Reporting.SqlDataSourceParameter(
"@StandardID"
, System.Data.DbType.Int32,
"=Parameters.StandardID.Value"
),
new
Telerik.Reporting.SqlDataSourceParameter(
"@FromDate"
, System.Data.DbType.Date,
"=Parameters.DateFrom.Value"
),
new
Telerik.Reporting.SqlDataSourceParameter(
"@ToDate"
, System.Data.DbType.Date,
"=Parameters.DateTo.Value"
)});
this
.sqlDataSource1.SelectCommand =
"up_TrackChanges"
;
this
.sqlDataSource1.SelectCommandType = Telerik.Reporting.SqlDataSourceCommandType.StoredProcedure;
//
// group1
//
this
.group1.GroupFooter =
this
.groupFooterSection1;
this
.group1.GroupHeader =
this
.groupHeaderSection1;
this
.group1.Name =
"group1"
;
//
// groupFooterSection1
//
this
.groupFooterSection1.Height =
new
Telerik.Reporting.Drawing.Unit(0.0520833320915699D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.groupFooterSection1.Name =
"groupFooterSection1"
;
//
// groupHeaderSection1
//
this
.groupHeaderSection1.Height =
new
Telerik.Reporting.Drawing.Unit(0.50007867813110352D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.groupHeaderSection1.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox16,
this
.textBox18,
this
.textBox17,
this
.textBox15,
this
.textBox14,
this
.textBox13,
this
.textBox12});
this
.groupHeaderSection1.Name =
"groupHeaderSection1"
;
this
.groupHeaderSection1.PrintOnEveryPage =
true
;
this
.groupHeaderSection1.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.groupHeaderSection1.Style.Font.Name =
"Tahoma"
;
//
// textBox16
//
this
.textBox16.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(8.90000057220459D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999980926513672D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox16.Name =
"textBox16"
;
this
.textBox16.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.7929134368896484D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19972372055053711D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox16.Style.Font.Bold =
true
;
this
.textBox16.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
this
.textBox16.Value =
"Reason"
;
//
// textBox18
//
this
.textBox18.Format =
"{0:dd MMM yyy}"
;
this
.textBox18.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(6.7020835876464844D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999980926513672D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox18.Name =
"textBox18"
;
this
.textBox18.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(0.90208244323730469D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox18.Style.Font.Bold =
true
;
this
.textBox18.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
this
.textBox18.Value =
"Reference"
;
//
// textBox17
//
this
.textBox17.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(7.7958335876464844D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999980926513672D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox17.Name =
"textBox17"
;
this
.textBox17.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(0.90000087022781372D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19972372055053711D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox17.Style.Font.Bold =
true
;
this
.textBox17.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox17.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
this
.textBox17.Value =
"Changed To"
;
//
// textBox15
//
this
.textBox15.Format =
"{0:dd MMM yyy}"
;
this
.textBox15.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(5.4000000953674316D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999980926513672D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox15.Name =
"textBox15"
;
this
.textBox15.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.0999215841293335D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox15.Style.Font.Bold =
true
;
this
.textBox15.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
this
.textBox15.Value =
"Change date"
;
//
// textBox14
//
this
.textBox14.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(4.2020835876464844D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999980926513672D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox14.Name =
"textBox14"
;
this
.textBox14.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.20007880032062531D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox14.Style.Font.Bold =
true
;
this
.textBox14.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
this
.textBox14.Value =
"Changed By"
;
//
// textBox13
//
this
.textBox13.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(3.597916841506958D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999980926513672D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox13.Name =
"textBox13"
;
this
.textBox13.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(0.50208312273025513D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox13.Style.Font.Bold =
true
;
this
.textBox13.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
this
.textBox13.Value =
"Points"
;
//
// textBox12
//
this
.textBox12.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(2.097916841506958D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999980926513672D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox12.Name =
"textBox12"
;
this
.textBox12.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.4999212026596069D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox12.Style.Font.Bold =
true
;
this
.textBox12.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(9D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Bottom;
this
.textBox12.Value =
"Scoring Mode"
;
//
// textBox2
//
this
.textBox2.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(0.1000000610947609D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.1000000610947609D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox2.Name =
"textBox2"
;
this
.textBox2.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.9999605417251587D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox2.Style.Font.Bold =
true
;
this
.textBox2.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox2.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox2.Value =
"=Fields.AttributeText"
;
//
// textBox6
//
this
.textBox6.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(3.5999996662139893D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.1000000610947609D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox6.Name =
"textBox6"
;
this
.textBox6.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(0.50000029802322388D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox6.Style.Font.Bold =
true
;
this
.textBox6.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox6.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox6.Value =
"=Fields.APoints"
;
//
// group2
//
this
.group2.GroupFooter =
this
.groupFooterSection2;
this
.group2.GroupHeader =
this
.groupHeaderSection2;
this
.group2.Groupings.AddRange(
new
Telerik.Reporting.Data.Grouping[] {
new
Telerik.Reporting.Data.Grouping(
"=Fields.AttributeText"
)});
this
.group2.Name =
"group2"
;
//
// groupFooterSection2
//
this
.groupFooterSection2.Height =
new
Telerik.Reporting.Drawing.Unit(0.0520833320915699D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.groupFooterSection2.Name =
"groupFooterSection2"
;
//
// groupHeaderSection2
//
this
.groupHeaderSection2.Height =
new
Telerik.Reporting.Drawing.Unit(0.30000004172325134D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.groupHeaderSection2.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox6,
this
.textBox2});
this
.groupHeaderSection2.Name =
"groupHeaderSection2"
;
this
.groupHeaderSection2.Style.Font.Name =
"Tahoma"
;
//
// textBox4
//
this
.textBox4.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox4.Name =
"textBox4"
;
this
.textBox4.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.8999606370925903D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox4.Style.Font.Bold =
false
;
this
.textBox4.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox4.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox4.Value =
"=Fields.DefinitionText"
;
//
// textBox5
//
this
.textBox5.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(2.100078821182251D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox5.Name =
"textBox5"
;
this
.textBox5.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.4999212026596069D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox5.Style.Font.Bold =
false
;
this
.textBox5.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox5.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox5.Value =
"=Fields.ScoringModeText"
;
//
// textBox7
//
this
.textBox7.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(3.6001179218292236D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox7.Name =
"textBox7"
;
this
.textBox7.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(0.49988207221031189D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox7.Style.Font.Bold =
false
;
this
.textBox7.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(8D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox7.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox7.Value =
"=Fields.DPoints"
;
//
// reportHeaderSection1
//
this
.reportHeaderSection1.Height =
new
Telerik.Reporting.Drawing.Unit(4.571800708770752D, Telerik.Reporting.Drawing.UnitType.Cm);
this
.reportHeaderSection1.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox24,
this
.textBox22,
this
.textBox21,
this
.textBox1,
this
.textBox23,
this
.textBox19,
this
.textBox26,
this
.textBox44,
this
.textBox27,
this
.textBox3});
this
.reportHeaderSection1.Name =
"reportHeaderSection1"
;
this
.reportHeaderSection1.Style.Font.Name =
"Tahoma"
;
//
// textBox24
//
this
.textBox24.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(1.8000000715255737D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.40000009536743164D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox24.Name =
"textBox24"
;
this
.textBox24.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(4.0000004768371582D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox24.Style.Font.Bold =
true
;
this
.textBox24.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox24.Value =
"{Parameters.StandardName.Value}"
;
//
// textBox22
//
this
.textBox22.Format =
"{0:#.}"
;
this
.textBox22.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(3D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.99591189622879028D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox22.Name =
"textBox22"
;
this
.textBox22.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.5000003576278687D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox22.Style.Font.Bold =
true
;
this
.textBox22.Value =
"=Count(Fields.ScoringResultID)"
;
//
// textBox21
//
this
.textBox21.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(0.099999904632568359D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.99591189622879028D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox21.Name =
"textBox21"
;
this
.textBox21.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(2.9000003337860107D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox21.Style.Font.Bold =
false
;
this
.textBox21.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox21.Value =
"Number of changes made during this period is"
;
//
// textBox1
//
this
.textBox1.Format =
"{0:dd MMM yyyy}"
;
this
.textBox1.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(3.1601579189300537D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.70208340883255D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox1.Name =
"textBox1"
;
this
.textBox1.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.6696796417236328D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox1.Style.Font.Bold =
true
;
this
.textBox1.Value =
"=IsNull(Parameters.DateTo.Value,Max(Fields.EvaluationDate))"
;
//
// textBox23
//
this
.textBox23.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(2.9000794887542725D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.70208340883255D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox23.Name =
"textBox23"
;
this
.textBox23.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(0.25999999046325684D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox23.Style.Font.Bold =
false
;
this
.textBox23.Value =
"= Parameters.lblto.Value"
;
//
// textBox19
//
this
.textBox19.Format =
"{0:dd MMM yyyy}"
;
this
.textBox19.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(1.8000000715255737D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.70208340883255D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox19.Name =
"textBox19"
;
this
.textBox19.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.0900000333786011D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox19.Style.Font.Bold =
true
;
this
.textBox19.Value =
"=IsNull(Parameters.DateFrom.Value,Min(Fields.EvaluationDate))"
;
//
// textBox26
//
this
.textBox26.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(0.099999904632568359D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.70208340883255D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox26.Name =
"textBox26"
;
this
.textBox26.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.7000001668930054D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox26.Style.Font.Bold =
false
;
this
.textBox26.Value =
"{Parameters.lblEvaluations.Value}: "
;
//
// textBox44
//
this
.textBox44.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(0.099999904632568359D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.40000009536743164D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox44.Name =
"textBox44"
;
this
.textBox44.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(1.6999212503433228D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox44.Style.Font.Bold =
false
;
this
.textBox44.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox44.Value =
"{Parameters.lblStandard.Value}: "
;
//
// textBox27
//
this
.textBox27.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox27.Name =
"textBox27"
;
this
.textBox27.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(10.692873954772949D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.30000004172325134D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox27.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(6)))), ((
int
)(((
byte
)(121)))), ((
int
)(((
byte
)(191)))));
this
.textBox27.Style.Font.Bold =
true
;
this
.textBox27.Style.Font.Name =
"Tahoma"
;
this
.textBox27.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(16D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox27.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox27.Value =
"= Parameters.lblTrackChangesHeader.Value"
;
//
// textBox3
//
this
.textBox3.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(3.9418537198798731E-05D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(1.5000001192092896D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox3.Name =
"textBox3"
;
this
.textBox3.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(10.69283390045166D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.19999997317790985D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox3.Style.Font.Bold =
true
;
this
.textBox3.Style.Font.Size =
new
Telerik.Reporting.Drawing.Unit(11D, Telerik.Reporting.Drawing.UnitType.Point);
this
.textBox3.Style.Font.Underline =
false
;
this
.textBox3.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox3.Value =
"Track Changes for {Parameters.SelectedLevelName.Value}"
;
//
// group3
//
this
.group3.GroupFooter =
this
.groupFooterSection3;
this
.group3.GroupHeader =
this
.groupHeaderSection3;
this
.group3.Groupings.AddRange(
new
Telerik.Reporting.Data.Grouping[] {
new
Telerik.Reporting.Data.Grouping(
"=Fields.DefinitionText"
)});
this
.group3.Name =
"group3"
;
//
// groupFooterSection3
//
this
.groupFooterSection3.Height =
new
Telerik.Reporting.Drawing.Unit(0.13229165971279144D, Telerik.Reporting.Drawing.UnitType.Cm);
this
.groupFooterSection3.Name =
"groupFooterSection3"
;
//
// groupHeaderSection3
//
this
.groupHeaderSection3.Height =
new
Telerik.Reporting.Drawing.Unit(0.50799989700317383D, Telerik.Reporting.Drawing.UnitType.Cm);
this
.groupHeaderSection3.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox5,
this
.textBox4,
this
.textBox7,
this
.textBox8,
this
.textBox10,
this
.textBox20,
this
.textBox9,
this
.textBox11});
this
.groupHeaderSection3.Name =
"groupHeaderSection3"
;
//
// pageHeaderSection1
//
this
.pageHeaderSection1.Height =
new
Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.pageHeaderSection1.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox25});
this
.pageHeaderSection1.Name =
"pageHeaderSection1"
;
//
// textBox25
//
this
.textBox25.Bindings.Add(
new
Telerik.Reporting.Binding(
"Parent.Visible"
,
"=Count(1)=0"
));
this
.textBox25.Location =
new
Telerik.Reporting.Drawing.PointU(
new
Telerik.Reporting.Drawing.Unit(3.9479167461395264D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox25.Name =
"textBox25"
;
this
.textBox25.Size =
new
Telerik.Reporting.Drawing.SizeU(
new
Telerik.Reporting.Drawing.Unit(2.8000004291534424D, Telerik.Reporting.Drawing.UnitType.Inch),
new
Telerik.Reporting.Drawing.Unit(0.20000000298023224D, Telerik.Reporting.Drawing.UnitType.Inch));
this
.textBox25.Style.Color = System.Drawing.Color.Red;
this
.textBox25.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox25.Value =
"No data matching selected criteria"
;
//
// TrackChangeReport
//
this
.DataSource =
this
.sqlDataSource1;
this
.Groups.AddRange(
new
Telerik.Reporting.Group[] {
this
.group1,
this
.group2,
this
.group3});
this
.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.groupHeaderSection1,
this
.groupFooterSection1,
this
.groupHeaderSection2,
this
.groupFooterSection2,
this
.groupHeaderSection3,
this
.groupFooterSection3,
this
.detail,
this
.pageFooterSection1,
this
.reportHeaderSection1,
this
.pageHeaderSection1});
this
.Name =
"EvaluationSkillsAnalysisReport"
;
this
.PageSettings.Landscape =
true
;
this
.PageSettings.Margins.Bottom =
new
Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.PageSettings.Margins.Left =
new
Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.PageSettings.Margins.Right =
new
Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.PageSettings.Margins.Top =
new
Telerik.Reporting.Drawing.Unit(0.5D, Telerik.Reporting.Drawing.UnitType.Inch);
this
.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
reportParameter1.AllowNull =
true
;
reportParameter1.Name =
"StandardID"
;
reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
reportParameter2.AllowNull =
true
;
reportParameter2.Name =
"StandardName"
;
reportParameter3.AllowNull =
true
;
reportParameter3.Name =
"DateTo"
;
reportParameter3.Type = Telerik.Reporting.ReportParameterType.DateTime;
reportParameter4.AllowNull =
true
;
reportParameter4.Name =
"DateFrom"
;
reportParameter4.Type = Telerik.Reporting.ReportParameterType.DateTime;
reportParameter5.AllowNull =
true
;
reportParameter5.Name =
"lblTrackChangesHeader"
;
reportParameter6.AllowNull =
true
;
reportParameter6.Name =
"lblStandard"
;
reportParameter7.AllowNull =
true
;
reportParameter7.Name =
"lblEvaluations"
;
reportParameter8.AllowNull =
true
;
reportParameter8.Name =
"lblfrom"
;
reportParameter9.AllowNull =
true
;
reportParameter9.Name =
"lblto"
;
reportParameter10.AllowNull =
true
;
reportParameter10.Name =
"lblCategory"
;
reportParameter11.AllowNull =
true
;
reportParameter11.Name =
"SelectedLevelName"
;
reportParameter12.AllowNull =
true
;
reportParameter12.Name =
"UnitID"
;
reportParameter13.AllowNull =
true
;
reportParameter13.Name =
"UserID"
;
reportParameter14.AllowNull =
true
;
reportParameter14.Name =
"TeamID"
;
reportParameter15.AllowNull =
true
;
reportParameter15.Name =
"TenantName"
;
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
.ReportParameters.Add(reportParameter9);
this
.ReportParameters.Add(reportParameter10);
this
.ReportParameters.Add(reportParameter11);
this
.ReportParameters.Add(reportParameter12);
this
.ReportParameters.Add(reportParameter13);
this
.ReportParameters.Add(reportParameter14);
this
.ReportParameters.Add(reportParameter15);
this
.Style.BackgroundColor = System.Drawing.Color.White;
this
.Width =
new
Telerik.Reporting.Drawing.Unit(10.694956779479981D, Telerik.Reporting.Drawing.UnitType.Inch);
((System.ComponentModel.ISupportInitialize)(
this
)).EndInit();
}
#endregion
private
Telerik.Reporting.DetailSection detail;
private
Telerik.Reporting.PageFooterSection pageFooterSection1;
private
Telerik.Reporting.TextBox textBox31;
private
Telerik.Reporting.TextBox textBox29;
private
Telerik.Reporting.TextBox textBox8;
private
Telerik.Reporting.TextBox textBox9;
private
Telerik.Reporting.TextBox textBox10;
private
Telerik.Reporting.TextBox textBox11;
private
Telerik.Reporting.SqlDataSource sqlDataSource1;
private
Telerik.Reporting.Group group1;
private
Telerik.Reporting.GroupFooterSection groupFooterSection1;
private
Telerik.Reporting.GroupHeaderSection groupHeaderSection1;
private
Telerik.Reporting.TextBox textBox2;
private
Telerik.Reporting.TextBox textBox6;
private
Telerik.Reporting.Group group2;
private
Telerik.Reporting.GroupFooterSection groupFooterSection2;
private
Telerik.Reporting.GroupHeaderSection groupHeaderSection2;
private
Telerik.Reporting.TextBox textBox4;
private
Telerik.Reporting.TextBox textBox5;
private
Telerik.Reporting.TextBox textBox7;
private
Telerik.Reporting.TextBox textBox20;
private
Telerik.Reporting.ReportHeaderSection reportHeaderSection1;
private
Telerik.Reporting.TextBox textBox24;
private
Telerik.Reporting.TextBox textBox22;
private
Telerik.Reporting.TextBox textBox21;
private
Telerik.Reporting.TextBox textBox3;
private
Telerik.Reporting.TextBox textBox1;
private
Telerik.Reporting.TextBox textBox23;
private
Telerik.Reporting.TextBox textBox19;
private
Telerik.Reporting.TextBox textBox26;
private
Telerik.Reporting.TextBox textBox44;
private
Telerik.Reporting.TextBox textBox27;
private
Telerik.Reporting.TextBox textBox16;
private
Telerik.Reporting.TextBox textBox18;
private
Telerik.Reporting.TextBox textBox17;
private
Telerik.Reporting.TextBox textBox15;
private
Telerik.Reporting.TextBox textBox14;
private
Telerik.Reporting.TextBox textBox13;
private
Telerik.Reporting.TextBox textBox12;
private
Telerik.Reporting.Group group3;
private
Telerik.Reporting.GroupFooterSection groupFooterSection3;
private
Telerik.Reporting.GroupHeaderSection groupHeaderSection3;
private
Telerik.Reporting.TextBox textBox30;
private
Telerik.Reporting.PageHeaderSection pageHeaderSection1;
private
Telerik.Reporting.TextBox textBox25;
}
}
Definition One - keep the default points value (1);Attribute 1;196;NA / No / Yes;1;2;5909;1506;726;624;No;0;229;2011-09-27 16:32:12.997;229;NULL;1;first;0;No;2011-09-27 16:32:12.997;Application Admin;2011-09-27 16:30:42.600;Ajnrm/11/9/1;2011-09-30 10:25:04.933
Definition 3 of 4 Total for Standard not Attribute. Default points (1);Attribute 2;196;NA / No / Yes;1;2;5916;1507;728;623;N/A;0;229;2011-09-27 16:33:47.187;229;NULL;1;fourth;0;N/A;2011-09-27 16:33:47.187;Application Admin;2011-09-27 16:32:36.707;Ajnrm/11/9/2;2011-09-30 10:25:04.933
Definition One - keep the default points value (1);Attribute 1;196;NA / No / Yes;1;2;5913;1507;726;625;Yes;1;229;2011-09-27 16:33:04.543;229;NULL;1;second;0;Yes;2011-09-27 16:33:04.543;Application Admin;2011-09-27 16:32:36.707;Ajnrm/11/9/2;2011-09-30 10:25:04.933
Definition Two. Keep the default points value (1);Attribute 1;196;NA / No / Yes;1;2;5914;1507;727;625;Yes;1;229;2011-09-27 16:33:29.330;229;NULL;1;third;0;Yes;2011-09-27 16:33:29.330;Application Admin;2011-09-27 16:32:36.707;Ajnrm/11/9/2;2011-09-30 10:25:04.933
Definition One - keep the default points value (1);Attribute 1;196;NA / No / Yes;1;2;5921;1508;726;625;Yes;1;229;2011-09-27 16:36:26.247;229;NULL;1;eight;0;Yes;2011-09-27 16:36:26.247;Application Admin;2011-09-27 16:32:45.877;Ajnrm/11/9/3;2011-09-30 10:25:04.933
Definition One - keep the default points value (1);Attribute 1;196;NA / No / Yes;1;2;5921;1508;726;624;No;0;229;2011-09-27 16:36:01.527;229;NULL;1;seventh;0;No;2011-09-27 16:36:32.700;Application Admin;2011-09-27 16:32:45.877;Ajnrm/11/9/3;2011-09-27 16:36:32.700
Definition One - keep the default points value (1);Attribute 1;196;NA / No / Yes;1;2;5917;1509;726;623;N/A;0;229;2011-09-27 16:35:05.743;229;NULL;1;fifth;0;N/A;2011-09-27 16:35:05.743;Application Admin;2011-09-27 16:34:12.297;Ajnrm/11/9/4;2011-09-30 10:25:04.933
Definition Two. Keep the default points value (1);Attribute 1;196;NA / No / Yes;1;2;5918;1509;727;625;Yes;1;229;2011-09-27 16:35:13.673;229;NULL;1;sixth;0;Yes;2011-09-27 16:35:13.673;Application Admin;2011-09-27 16:34:12.297;Ajnrm/11/9/4;2011-09-30 10:25:04.933
You show the data in a group header section with grouping =Fields.DefinitionText. Thus it will only repeat if the Fields.DefinitionText is distinct. About the empty space it's caused by the detail section that repeats for every data record. Thus if you want to display all of the data records our suggestion is to move the groupHeaderSection3 textboxes to the report's detail section.
You may find useful the Understanding Report Sections and Grouping Data help articles.
Peter
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
I want the definitions be sorted by attributes
Edit:
Nevermind... found the answer... because of my stupidity I haven't read your respons proparly and didnt notice the part about moving the textboxes to the detail section...
Thanks again:)