Hi,
So the report I'm trying to create is kinda funky, and I've found that a table seems to be my best bet for this, but I can't quite get the subreport to do what I want it to do. So here's the basic layout:
________________________________________________________________
|Detial|Detail |subreportdetail | subreportdetail |detail | detail | detail|
|_____|_____________|______________|_____________|_____|_____|_____|
Unfortunately, the vertical lines are a must, and must grow with the detail section. Is there a way to do this or am I just gonna tear my hair out?
The report I'm trying to create now has information from a .ini file which is housed on the server. This is all the information I need, so other than grabbing all the text out of the file and putting it in the textbox is there a way to just use the file as the page footer for the report?
Thanks in advance
I want to pass a param from html5 viewer to the report book,then generate the report,like this
var p=params.split(',');
foreach(var c in p)
{
var bill = new ReportBill();
bill.ReportParameters["BillCode"].Value = c;
this.Reports.Insert(0, bill);
}
but i cant find any way to pass it,can anyone help me?
I want to create a custom MyResolver : IReportResolver
in method public ReportSource Resolve(string report)
the report string is a type name ,how to resolove it ?
Hello, I am on the latest version of Reporting and have noticed that reports that were once working, are no longer displaying any data. I go in and configure the datasource, execute the source while still in the wizard, and it returns a 100 rows. I finish the datasource wizard, run the report, use the same parameter's and nothing returns in the detail.
I then create a new report (which creates a trdp file), literally copy and paste the datasource, the fields, create the same parameter's, run the report and all the data is displaying.
So it seems that the detail's form is broken. Is this a known issue?
Hi,
I have a bunch of sub report in a report, and I want them to be in the order specified in the returning query, how would I do that?
There are 11 subreports in this report, and the resulting query has a column call Sequence, ranging from 1 to 11.
Here are my code:
namespace
RMS.Link.Reports.Report_Components
{
partial
class
Report_Components
{
#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()
{
System.ComponentModel.ComponentResourceManager resources =
new
System.ComponentModel.ComponentResourceManager(
typeof
(Report_Components));
Telerik.Reporting.NavigateToBookmarkAction navigateToBookmarkAction1 =
new
Telerik.Reporting.NavigateToBookmarkAction();
Telerik.Reporting.NavigateToBookmarkAction navigateToBookmarkAction2 =
new
Telerik.Reporting.NavigateToBookmarkAction();
Telerik.Reporting.NavigateToBookmarkAction navigateToBookmarkAction3 =
new
Telerik.Reporting.NavigateToBookmarkAction();
Telerik.Reporting.NavigateToBookmarkAction navigateToBookmarkAction4 =
new
Telerik.Reporting.NavigateToBookmarkAction();
Telerik.Reporting.NavigateToBookmarkAction navigateToBookmarkAction5 =
new
Telerik.Reporting.NavigateToBookmarkAction();
Telerik.Reporting.NavigateToBookmarkAction navigateToBookmarkAction6 =
new
Telerik.Reporting.NavigateToBookmarkAction();
Telerik.Reporting.NavigateToBookmarkAction navigateToBookmarkAction7 =
new
Telerik.Reporting.NavigateToBookmarkAction();
Telerik.Reporting.NavigateToBookmarkAction navigateToBookmarkAction8 =
new
Telerik.Reporting.NavigateToBookmarkAction();
Telerik.Reporting.NavigateToBookmarkAction navigateToBookmarkAction9 =
new
Telerik.Reporting.NavigateToBookmarkAction();
Telerik.Reporting.NavigateToBookmarkAction navigateToBookmarkAction10 =
new
Telerik.Reporting.NavigateToBookmarkAction();
Telerik.Reporting.InstanceReportSource instanceReportSource1 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource2 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.Drawing.FormattingRule formattingRule1 =
new
Telerik.Reporting.Drawing.FormattingRule();
Telerik.Reporting.Drawing.FormattingRule formattingRule2 =
new
Telerik.Reporting.Drawing.FormattingRule();
Telerik.Reporting.Drawing.FormattingRule formattingRule3 =
new
Telerik.Reporting.Drawing.FormattingRule();
Telerik.Reporting.InstanceReportSource instanceReportSource3 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource4 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource5 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource6 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource7 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource8 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource9 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource10 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource11 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource12 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.InstanceReportSource instanceReportSource13 =
new
Telerik.Reporting.InstanceReportSource();
Telerik.Reporting.Drawing.StyleRule styleRule1 =
new
Telerik.Reporting.Drawing.StyleRule();
this
.costEvaluation1 =
new
RMS.Link.Reports.Report_Components.CostEvaluation();
this
.riskEvaluation1 =
new
RMS.Link.Reports.Report_Components.RiskEvaluation();
this
.recommendations1 =
new
RMS.Link.Reports.Report_Components.Recommendations();
this
.valuations1 =
new
RMS.Link.Reports.Report_Components.Valuations();
this
.overview1 =
new
RMS.Link.Reports.Report_Components.Overview.Overview();
this
.liability1 =
new
RMS.Link.Reports.Report_Components.Liability();
this
.protection1 =
new
RMS.Link.Reports.Report_Components.Protection.Protection();
this
.mechanicals1 =
new
RMS.Link.Reports.Report_Components.Mechanicals.Mechanicals();
this
.lossesOrPAF1 =
new
RMS.Link.Reports.Report_Components.LossesOrPAF.LossesOrPAF();
this
.pictureGallery1 =
new
RMS.Link.Reports.Report_Components.Photographs.PictureGallery();
this
.sitePlan1 =
new
RMS.Link.Reports.Report_Components.SitePlan.SitePlan();
this
.tableOfContent1 =
new
RMS.Link.Reports.Report_Components.TableOfContent();
this
.htmlTextBox1 =
new
Telerik.Reporting.HtmlTextBox();
this
.panel1 =
new
Telerik.Reporting.Panel();
this
.panel2 =
new
Telerik.Reporting.Panel();
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
.textBox7 =
new
Telerik.Reporting.TextBox();
this
.textBox8 =
new
Telerik.Reporting.TextBox();
this
.textBox9 =
new
Telerik.Reporting.TextBox();
this
.textBox10 =
new
Telerik.Reporting.TextBox();
this
.textBox11 =
new
Telerik.Reporting.TextBox();
this
.textBox12 =
new
Telerik.Reporting.TextBox();
this
.textBox13 =
new
Telerik.Reporting.TextBox();
this
.textBox14 =
new
Telerik.Reporting.TextBox();
this
.textBox1 =
new
Telerik.Reporting.TextBox();
this
.textBox15 =
new
Telerik.Reporting.TextBox();
this
.textBox16 =
new
Telerik.Reporting.TextBox();
this
.textBox6 =
new
Telerik.Reporting.TextBox();
this
.detail =
new
Telerik.Reporting.DetailSection();
this
.pageFooterSection1 =
new
Telerik.Reporting.PageFooterSection();
this
.panel10 =
new
Telerik.Reporting.Panel();
this
.textBox17 =
new
Telerik.Reporting.TextBox();
this
.panel5 =
new
Telerik.Reporting.Panel();
this
.textBox18 =
new
Telerik.Reporting.TextBox();
this
.textBox21 =
new
Telerik.Reporting.TextBox();
this
.textBox24 =
new
Telerik.Reporting.TextBox();
this
.textBox27 =
new
Telerik.Reporting.TextBox();
this
.shape1 =
new
Telerik.Reporting.Shape();
this
.shape2 =
new
Telerik.Reporting.Shape();
this
.shape10 =
new
Telerik.Reporting.Shape();
this
.shape11 =
new
Telerik.Reporting.Shape();
this
.panel6 =
new
Telerik.Reporting.Panel();
this
.textBox19 =
new
Telerik.Reporting.TextBox();
this
.textBox22 =
new
Telerik.Reporting.TextBox();
this
.textBox25 =
new
Telerik.Reporting.TextBox();
this
.shape3 =
new
Telerik.Reporting.Shape();
this
.shape5 =
new
Telerik.Reporting.Shape();
this
.shape9 =
new
Telerik.Reporting.Shape();
this
.panel7 =
new
Telerik.Reporting.Panel();
this
.textBox20 =
new
Telerik.Reporting.TextBox();
this
.textBox23 =
new
Telerik.Reporting.TextBox();
this
.textBox26 =
new
Telerik.Reporting.TextBox();
this
.shape4 =
new
Telerik.Reporting.Shape();
this
.shape6 =
new
Telerik.Reporting.Shape();
this
.shape7 =
new
Telerik.Reporting.Shape();
this
.panel8 =
new
Telerik.Reporting.Panel();
this
.textBox31 =
new
Telerik.Reporting.TextBox();
this
.textBox33 =
new
Telerik.Reporting.TextBox();
this
.textBox30 =
new
Telerik.Reporting.TextBox();
this
.textBox32 =
new
Telerik.Reporting.TextBox();
this
.textBox37 =
new
Telerik.Reporting.TextBox();
this
.textBox38 =
new
Telerik.Reporting.TextBox();
this
.reportHeaderSection1 =
new
Telerik.Reporting.ReportHeaderSection();
this
.CostEvaluation =
new
Telerik.Reporting.SubReport();
this
.RiskEvaluation =
new
Telerik.Reporting.SubReport();
this
.panel3 =
new
Telerik.Reporting.Panel();
this
.pictureBox1 =
new
Telerik.Reporting.PictureBox();
this
.panel4 =
new
Telerik.Reporting.Panel();
this
.textBox34 =
new
Telerik.Reporting.TextBox();
this
.textBox35 =
new
Telerik.Reporting.TextBox();
this
.textBox36 =
new
Telerik.Reporting.TextBox();
this
.Recommendations =
new
Telerik.Reporting.SubReport();
this
.Valuations =
new
Telerik.Reporting.SubReport();
this
.Overview =
new
Telerik.Reporting.SubReport();
this
.Liability =
new
Telerik.Reporting.SubReport();
this
.Protection =
new
Telerik.Reporting.SubReport();
this
.Mechanicals =
new
Telerik.Reporting.SubReport();
this
.LossesOrPAF =
new
Telerik.Reporting.SubReport();
this
.PhotoGallery =
new
Telerik.Reporting.SubReport();
this
.SitePlan =
new
Telerik.Reporting.SubReport();
this
.TableOfContent =
new
Telerik.Reporting.SubReport();
this
.Sections =
new
Telerik.Reporting.SubReport();
this
.sections1 =
new
RMS.Link.Reports.Report_Components.Sections.Sections();
((System.ComponentModel.ISupportInitialize)(
this
.costEvaluation1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.riskEvaluation1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.recommendations1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.valuations1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.overview1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.liability1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.protection1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.mechanicals1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.lossesOrPAF1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.pictureGallery1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.sitePlan1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.tableOfContent1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
.sections1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(
this
)).BeginInit();
//
// costEvaluation1
//
this
.costEvaluation1.Name =
"CostEvaluation"
;
//
// riskEvaluation1
//
this
.riskEvaluation1.Name =
"RiskEvaluation"
;
//
// recommendations1
//
this
.recommendations1.Name =
"Recommendations"
;
//
// valuations1
//
this
.valuations1.Name =
"Valuations"
;
//
// overview1
//
this
.overview1.Name =
"Overview"
;
//
// liability1
//
this
.liability1.Name =
"Liability"
;
//
// protection1
//
this
.protection1.Name =
"Protection"
;
//
// mechanicals1
//
this
.mechanicals1.Name =
"Mechanicals"
;
//
// lossesOrPAF1
//
this
.lossesOrPAF1.Name =
"LossesOrPAF"
;
//
// pictureGallery1
//
this
.pictureGallery1.Name =
"PictureGallery"
;
//
// sitePlan1
//
this
.sitePlan1.Name =
"SitePlan"
;
//
// tableOfContent1
//
this
.tableOfContent1.Name =
"TableOfContent"
;
//
// htmlTextBox1
//
this
.htmlTextBox1.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.4000787734985352D), Telerik.Reporting.Drawing.Unit.Inch(0.30000004172325134D));
this
.htmlTextBox1.Name =
"htmlTextBox1"
;
this
.htmlTextBox1.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.7999212741851807D), Telerik.Reporting.Drawing.Unit.Inch(0.29999995231628418D));
this
.htmlTextBox1.Style.Color = System.Drawing.Color.Gray;
this
.htmlTextBox1.Style.Font.Bold =
true
;
this
.htmlTextBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(18D);
this
.htmlTextBox1.Value =
"RESIDENTIAL ASSESSMENT"
;
//
// panel1
//
this
.panel1.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.10003948211669922D));
this
.panel1.Name =
"panel1"
;
this
.panel1.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.7000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(2.4005510807037354D));
this
.panel1.Style.BackgroundColor = System.Drawing.Color.White;
this
.panel1.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dotted;
//
// panel2
//
this
.panel2.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox2,
this
.textBox3,
this
.textBox4,
this
.textBox5,
this
.textBox7,
this
.textBox8,
this
.textBox9,
this
.textBox10,
this
.textBox11,
this
.textBox12,
this
.textBox13,
this
.textBox14,
this
.textBox1,
this
.textBox15,
this
.textBox16,
this
.textBox6});
this
.panel2.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.9999606609344482D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
this
.panel2.Name =
"panel2"
;
this
.panel2.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(2.5999610424041748D));
//
// textBox2
//
this
.textBox2.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999973475933075D), Telerik.Reporting.Drawing.Unit.Inch(0.40007877349853516D));
this
.textBox2.Name =
"textBox2"
;
this
.textBox2.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.600000262260437D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.textBox2.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox2.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox2.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox2.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox2.Style.BorderWidth.Right = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox2.Style.Font.Bold =
false
;
this
.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
this
.textBox2.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox2.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox2.Value =
"Policy Holder\'s Address"
;
//
// textBox3
//
this
.textBox3.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999973475933075D), Telerik.Reporting.Drawing.Unit.Inch(0.70015746355056763D));
this
.textBox3.Name =
"textBox3"
;
this
.textBox3.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.600000262260437D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.textBox3.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox3.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox3.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox3.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox3.Style.BorderWidth.Right = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox3.Style.Font.Bold =
false
;
this
.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
this
.textBox3.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox3.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox3.Value =
"Address of Location"
;
//
// textBox4
//
this
.textBox4.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999973475933075D), Telerik.Reporting.Drawing.Unit.Inch(1.0002365112304688D));
this
.textBox4.Name =
"textBox4"
;
this
.textBox4.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.600000262260437D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox4.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.textBox4.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox4.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox4.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox4.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox4.Style.BorderWidth.Right = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox4.Style.Font.Bold =
false
;
this
.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
this
.textBox4.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox4.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox4.Value =
"Agent/Broker"
;
//
// textBox5
//
this
.textBox5.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999973475933075D), Telerik.Reporting.Drawing.Unit.Inch(1.300315260887146D));
this
.textBox5.Name =
"textBox5"
;
this
.textBox5.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.600000262260437D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox5.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.textBox5.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox5.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox5.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox5.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox5.Style.BorderWidth.Right = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox5.Style.Font.Bold =
false
;
this
.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
this
.textBox5.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox5.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox5.Value =
"Assessment Date"
;
//
// textBox7
//
this
.textBox7.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999973475933075D), Telerik.Reporting.Drawing.Unit.Inch(1.9004726409912109D));
this
.textBox7.Name =
"textBox7"
;
this
.textBox7.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.600000262260437D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox7.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox7.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox7.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox7.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox7.Style.BorderWidth.Right = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox7.Style.Font.Bold =
false
;
this
.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
this
.textBox7.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox7.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox7.Value =
"Policy #"
;
//
// textBox8
//
this
.textBox8.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8000789880752564D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
this
.textBox8.Name =
"textBox8"
;
this
.textBox8.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998425245285034D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox8.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox8.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox8.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox8.Value = resources.GetString(
"textBox8.Value"
);
//
// textBox9
//
this
.textBox9.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8000789880752564D), Telerik.Reporting.Drawing.Unit.Inch(0.40007877349853516D));
this
.textBox9.Name =
"textBox9"
;
this
.textBox9.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998425245285034D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox9.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox9.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox9.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox9.Value =
"123 Ave town, BC V1V 1V1"
;
//
// textBox10
//
this
.textBox10.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8000789880752564D), Telerik.Reporting.Drawing.Unit.Inch(0.70015746355056763D));
this
.textBox10.Name =
"textBox10"
;
this
.textBox10.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998425245285034D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox10.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox10.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox10.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox10.Value =
"=Fields.RequestAddressFreeText"
;
//
// textBox11
//
this
.textBox11.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8000789880752564D), Telerik.Reporting.Drawing.Unit.Inch(1.0002365112304688D));
this
.textBox11.Name =
"textBox11"
;
this
.textBox11.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998425245285034D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox11.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox11.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox11.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox11.Value =
"ABC Insurance Brokers"
;
//
// textBox12
//
this
.textBox12.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8000789880752564D), Telerik.Reporting.Drawing.Unit.Inch(1.300315260887146D));
this
.textBox12.Name =
"textBox12"
;
this
.textBox12.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998425245285034D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox12.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox12.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox12.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox12.Value =
"=Fields.CompletedDate"
;
//
// textBox13
//
this
.textBox13.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8000789880752564D), Telerik.Reporting.Drawing.Unit.Inch(1.6003938913345337D));
this
.textBox13.Name =
"textBox13"
;
this
.textBox13.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998425245285034D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox13.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox13.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox13.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox13.Value =
"=Fields.OrganizationName"
;
//
// textBox14
//
this
.textBox14.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8000789880752564D), Telerik.Reporting.Drawing.Unit.Inch(1.9004726409912109D));
this
.textBox14.Name =
"textBox14"
;
this
.textBox14.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998425245285034D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox14.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox14.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox14.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox14.Value =
"=Fields.PolicyNumber"
;
//
// textBox1
//
this
.textBox1.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999973475933075D), Telerik.Reporting.Drawing.Unit.Inch(0.1000000610947609D));
this
.textBox1.Name =
"textBox1"
;
this
.textBox1.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.600000262260437D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox1.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.textBox1.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox1.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox1.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox1.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox1.Style.BorderWidth.Right = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox1.Style.Font.Bold =
false
;
this
.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
this
.textBox1.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox1.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox1.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox1.Value =
"Policy Holder:"
;
//
// textBox15
//
this
.textBox15.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.8000789880752564D), Telerik.Reporting.Drawing.Unit.Inch(2.2005512714385986D));
this
.textBox15.Name =
"textBox15"
;
this
.textBox15.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998425245285034D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox15.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox15.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox15.Value =
"12345678"
;
//
// textBox16
//
this
.textBox16.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999980926513672D), Telerik.Reporting.Drawing.Unit.Inch(2.20751953125D));
this
.textBox16.Name =
"textBox16"
;
this
.textBox16.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.600000262260437D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox16.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.textBox16.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox16.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox16.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox16.Style.BorderWidth.Right = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox16.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox16.Style.Font.Bold =
false
;
this
.textBox16.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
this
.textBox16.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox16.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox16.Value =
"File #"
;
//
// textBox6
//
this
.textBox6.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19999964535236359D), Telerik.Reporting.Drawing.Unit.Inch(1.6003938913345337D));
this
.textBox6.Name =
"textBox6"
;
this
.textBox6.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.600000262260437D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox6.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.textBox6.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox6.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox6.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.Solid;
this
.textBox6.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox6.Style.BorderWidth.Right = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox6.Style.BorderWidth.Top = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox6.Style.Font.Bold =
false
;
this
.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
this
.textBox6.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox6.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox6.Value =
"Company"
;
//
// detail
//
this
.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(0.19999964535236359D);
this
.detail.Name =
"detail"
;
this
.detail.Style.Visible =
false
;
//
// pageFooterSection1
//
this
.pageFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(1.2999995946884155D);
this
.pageFooterSection1.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.panel10});
this
.pageFooterSection1.Name =
"pageFooterSection1"
;
//
// panel10
//
this
.panel10.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox17,
this
.panel5,
this
.panel6,
this
.panel7,
this
.panel8,
this
.textBox31,
this
.textBox33,
this
.textBox30,
this
.textBox32,
this
.textBox37,
this
.textBox38});
this
.panel10.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
this
.panel10.Name =
"panel10"
;
this
.panel10.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4998817443847656D), Telerik.Reporting.Drawing.Unit.Inch(1.2999598979949951D));
this
.panel10.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
this
.panel10.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// textBox17
//
this
.textBox17.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D), Telerik.Reporting.Drawing.Unit.Inch(0.09166717529296875D));
this
.textBox17.Name =
"textBox17"
;
this
.textBox17.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998425245285034D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox17.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox17.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox17.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox17.Style.Color = System.Drawing.Color.White;
this
.textBox17.Style.Font.Bold =
false
;
this
.textBox17.Style.Font.Name =
"Arial Black"
;
this
.textBox17.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox17.Value =
"RMS REPORT LINKS"
;
//
// panel5
//
this
.panel5.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox18,
this
.textBox21,
this
.textBox24,
this
.textBox27,
this
.shape1,
this
.shape2,
this
.shape10,
this
.shape11});
this
.panel5.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19996060431003571D), Telerik.Reporting.Drawing.Unit.Inch(0.40833365917205811D));
this
.panel5.Name =
"panel5"
;
this
.panel5.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.40000057220459D), Telerik.Reporting.Drawing.Unit.Inch(0.21162731945514679D));
//
// textBox18
//
navigateToBookmarkAction1.TargetBookmarkId =
"=\'recommendationBookmark\'"
;
this
.textBox18.Action = navigateToBookmarkAction1;
this
.textBox18.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.10000038146972656D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.textBox18.Name =
"textBox18"
;
this
.textBox18.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox18.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox18.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox18.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox18.Style.Color = System.Drawing.Color.White;
this
.textBox18.Style.Font.Bold =
false
;
this
.textBox18.Style.Font.Name =
"Arial Black"
;
this
.textBox18.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox18.Value =
"Recs"
;
//
// textBox21
//
this
.textBox21.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.0999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(3.899468356394209E-05D));
this
.textBox21.Name =
"textBox21"
;
this
.textBox21.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox21.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox21.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox21.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox21.Style.Color = System.Drawing.Color.White;
this
.textBox21.Style.Font.Bold =
false
;
this
.textBox21.Style.Font.Name =
"Arial Black"
;
this
.textBox21.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox21.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox21.Value =
"Detached Structures"
;
//
// textBox24
//
navigateToBookmarkAction2.TargetBookmarkId =
"=\'lossesOrPAFBookmark\'"
;
this
.textBox24.Action = navigateToBookmarkAction2;
this
.textBox24.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.0083338422700762749D));
this
.textBox24.Name =
"textBox24"
;
this
.textBox24.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox24.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox24.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox24.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox24.Style.Color = System.Drawing.Color.White;
this
.textBox24.Style.Font.Bold =
false
;
this
.textBox24.Style.Font.Name =
"Arial Black"
;
this
.textBox24.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox24.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox24.Value =
"Losses/PAF"
;
//
// textBox27
//
navigateToBookmarkAction3.TargetBookmarkId =
"=\'sitePlanBookmark\'"
;
this
.textBox27.Action = navigateToBookmarkAction3;
this
.textBox27.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.textBox27.Name =
"textBox27"
;
this
.textBox27.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox27.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox27.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox27.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox27.Style.Color = System.Drawing.Color.White;
this
.textBox27.Style.Font.Bold =
false
;
this
.textBox27.Style.Font.Name =
"Arial Black"
;
this
.textBox27.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox27.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox27.Value =
"Site Plan"
;
//
// shape1
//
this
.shape1.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.05000000074505806D));
this
.shape1.Name =
"shape1"
;
this
.shape1.ShapeType =
new
Telerik.Reporting.Drawing.Shapes.EllipseShape(0D);
this
.shape1.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.10000000149011612D), Telerik.Reporting.Drawing.Unit.Inch(0.11999999731779099D));
this
.shape1.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.shape1.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// shape2
//
this
.shape2.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.99999988079071045D), Telerik.Reporting.Drawing.Unit.Inch(0.01674567349255085D));
this
.shape2.Name =
"shape2"
;
this
.shape2.ShapeType =
new
Telerik.Reporting.Drawing.Shapes.EllipseShape(0D);
this
.shape2.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.099921226501464844D), Telerik.Reporting.Drawing.Unit.Inch(0.1832546591758728D));
this
.shape2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.shape2.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// shape10
//
this
.shape10.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.01674567349255085D));
this
.shape10.Name =
"shape10"
;
this
.shape10.ShapeType =
new
Telerik.Reporting.Drawing.Shapes.EllipseShape(0D);
this
.shape10.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.099921226501464844D), Telerik.Reporting.Drawing.Unit.Inch(0.1832546591758728D));
this
.shape10.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.shape10.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// shape11
//
this
.shape11.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.5D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.shape11.Name =
"shape11"
;
this
.shape11.ShapeType =
new
Telerik.Reporting.Drawing.Shapes.EllipseShape(0D);
this
.shape11.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.099921226501464844D), Telerik.Reporting.Drawing.Unit.Inch(0.1832546591758728D));
this
.shape11.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.shape11.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// panel6
//
this
.panel6.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox19,
this
.textBox22,
this
.textBox25,
this
.shape3,
this
.shape5,
this
.shape9});
this
.panel6.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19996060431003571D), Telerik.Reporting.Drawing.Unit.Inch(0.660416305065155D));
this
.panel6.Name =
"panel6"
;
this
.panel6.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.2000003457069397D));
this
.panel6.Style.Font.Bold =
false
;
//
// textBox19
//
navigateToBookmarkAction4.TargetBookmarkId =
"=\'valuationBookmark\'"
;
this
.textBox19.Action = navigateToBookmarkAction4;
this
.textBox19.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.09999963641166687D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.textBox19.Name =
"textBox19"
;
this
.textBox19.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7000003457069397D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox19.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox19.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox19.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox19.Style.Color = System.Drawing.Color.White;
this
.textBox19.Style.Font.Bold =
false
;
this
.textBox19.Style.Font.Name =
"Arial Black"
;
this
.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox19.Value =
"Valuation"
;
//
// textBox22
//
navigateToBookmarkAction5.TargetBookmarkId =
"=\'liabilityBookmark\'"
;
this
.textBox22.Action = navigateToBookmarkAction5;
this
.textBox22.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.0999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.textBox22.Name =
"textBox22"
;
this
.textBox22.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox22.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox22.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox22.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox22.Style.Color = System.Drawing.Color.White;
this
.textBox22.Style.Font.Bold =
false
;
this
.textBox22.Style.Font.Name =
"Arial Black"
;
this
.textBox22.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox22.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox22.Value =
"Liability"
;
//
// textBox25
//
navigateToBookmarkAction6.TargetBookmarkId =
"=\'mechanicalsBookmark\'"
;
this
.textBox25.Action = navigateToBookmarkAction6;
this
.textBox25.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0.0083338422700762749D));
this
.textBox25.Name =
"textBox25"
;
this
.textBox25.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.79999971389770508D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox25.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox25.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox25.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox25.Style.Color = System.Drawing.Color.White;
this
.textBox25.Style.Font.Bold =
false
;
this
.textBox25.Style.Font.Name =
"Arial Black"
;
this
.textBox25.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox25.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox25.Value =
"Mechanicals"
;
//
// shape3
//
this
.shape3.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.shape3.Name =
"shape3"
;
this
.shape3.ShapeType =
new
Telerik.Reporting.Drawing.Shapes.EllipseShape(0D);
this
.shape3.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.099921226501464844D), Telerik.Reporting.Drawing.Unit.Inch(0.1832546591758728D));
this
.shape3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.shape3.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// shape5
//
this
.shape5.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(3.899468356394209E-05D));
this
.shape5.Name =
"shape5"
;
this
.shape5.ShapeType =
new
Telerik.Reporting.Drawing.Shapes.EllipseShape(0D);
this
.shape5.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.099921226501464844D), Telerik.Reporting.Drawing.Unit.Inch(0.1832546591758728D));
this
.shape5.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.shape5.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// shape9
//
this
.shape9.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0.01674567349255085D));
this
.shape9.Name =
"shape9"
;
this
.shape9.ShapeType =
new
Telerik.Reporting.Drawing.Shapes.EllipseShape(0D);
this
.shape9.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.099921226501464844D), Telerik.Reporting.Drawing.Unit.Inch(0.1832546591758728D));
this
.shape9.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.shape9.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// panel7
//
this
.panel7.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox20,
this
.textBox23,
this
.textBox26,
this
.shape4,
this
.shape6,
this
.shape7});
this
.panel7.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.19996060431003571D), Telerik.Reporting.Drawing.Unit.Inch(0.89996081590652466D));
this
.panel7.Name =
"panel7"
;
this
.panel7.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(4.4000000953674316D), Telerik.Reporting.Drawing.Unit.Inch(0.2000003457069397D));
this
.panel7.Style.Font.Bold =
false
;
//
// textBox20
//
navigateToBookmarkAction7.TargetBookmarkId =
"=\'overviewBookmark\'"
;
this
.textBox20.Action = navigateToBookmarkAction7;
this
.textBox20.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.099999956786632538D), Telerik.Reporting.Drawing.Unit.Inch(0.008372836746275425D));
this
.textBox20.Name =
"textBox20"
;
this
.textBox20.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7000003457069397D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox20.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox20.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox20.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox20.Style.Color = System.Drawing.Color.White;
this
.textBox20.Style.Font.Bold =
false
;
this
.textBox20.Style.Font.Name =
"Arial Black"
;
this
.textBox20.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox20.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox20.Value =
"Overview"
;
//
// textBox23
//
navigateToBookmarkAction8.TargetBookmarkId =
"=\'protectionBookmark\'"
;
this
.textBox23.Action = navigateToBookmarkAction8;
this
.textBox23.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.1000000238418579D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.textBox23.Name =
"textBox23"
;
this
.textBox23.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox23.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox23.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox23.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox23.Style.Color = System.Drawing.Color.White;
this
.textBox23.Style.Font.Bold =
false
;
this
.textBox23.Style.Font.Name =
"Arial Black"
;
this
.textBox23.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox23.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox23.Value =
"Protection"
;
//
// textBox26
//
navigateToBookmarkAction9.TargetBookmarkId =
"=\'picturesBookmark\'"
;
this
.textBox26.Action = navigateToBookmarkAction9;
this
.textBox26.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4000003337860107D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.textBox26.Name =
"textBox26"
;
this
.textBox26.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89999979734420776D), Telerik.Reporting.Drawing.Unit.Inch(0.19162748754024506D));
this
.textBox26.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox26.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox26.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox26.Style.Color = System.Drawing.Color.White;
this
.textBox26.Style.Font.Bold =
false
;
this
.textBox26.Style.Font.Name =
"Arial Black"
;
this
.textBox26.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox26.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox26.Value =
"Picture Gallery"
;
//
// shape4
//
this
.shape4.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.shape4.Name =
"shape4"
;
this
.shape4.ShapeType =
new
Telerik.Reporting.Drawing.Shapes.EllipseShape(0D);
this
.shape4.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.099921226501464844D), Telerik.Reporting.Drawing.Unit.Inch(0.1832546591758728D));
this
.shape4.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.shape4.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// shape6
//
this
.shape6.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.shape6.Name =
"shape6"
;
this
.shape6.ShapeType =
new
Telerik.Reporting.Drawing.Shapes.EllipseShape(0D);
this
.shape6.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.099921226501464844D), Telerik.Reporting.Drawing.Unit.Inch(0.1832546591758728D));
this
.shape6.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.shape6.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// shape7
//
this
.shape7.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.3000001907348633D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.shape7.Name =
"shape7"
;
this
.shape7.ShapeType =
new
Telerik.Reporting.Drawing.Shapes.EllipseShape(0D);
this
.shape7.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.099921226501464844D), Telerik.Reporting.Drawing.Unit.Inch(0.1832546591758728D));
this
.shape7.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(188)))), ((
int
)(((
byte
)(219)))), ((
int
)(((
byte
)(175)))));
this
.shape7.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(39)))), ((
int
)(((
byte
)(174)))), ((
int
)(((
byte
)(96)))));
//
// panel8
//
this
.panel8.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.899960994720459D), Telerik.Reporting.Drawing.Unit.Inch(0.80833309888839722D));
this
.panel8.Name =
"panel8"
;
this
.panel8.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5999209880828857D), Telerik.Reporting.Drawing.Unit.Inch(0.0520833320915699D));
this
.panel8.Style.BackgroundColor = System.Drawing.Color.White;
//
// textBox31
//
navigateToBookmarkAction10.TargetBookmarkId =
"=\"example\" + 1"
;
this
.textBox31.Action = navigateToBookmarkAction10;
this
.textBox31.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.899960994720459D), Telerik.Reporting.Drawing.Unit.Inch(0.57841235399246216D));
this
.textBox31.Name =
"textBox31"
;
this
.textBox31.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.22154806554317474D));
this
.textBox31.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox31.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox31.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox31.Style.Color = System.Drawing.Color.White;
this
.textBox31.Style.Font.Bold =
false
;
this
.textBox31.Style.Font.Name =
"Arial Black"
;
this
.textBox31.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox31.Value =
"Print Date:"
;
//
// textBox33
//
this
.textBox33.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.6000399589538574D), Telerik.Reporting.Drawing.Unit.Inch(0.60833293199539185D));
this
.textBox33.Name =
"textBox33"
;
this
.textBox33.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89992105960845947D), Telerik.Reporting.Drawing.Unit.Inch(0.19992128014564514D));
this
.textBox33.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox33.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox33.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox33.Style.Color = System.Drawing.Color.White;
this
.textBox33.Style.Font.Bold =
false
;
this
.textBox33.Style.Font.Name =
"Arial Black"
;
this
.textBox33.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox33.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox33.Value =
"Sept 19, 2016"
;
//
// textBox30
//
this
.textBox30.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.899960994720459D), Telerik.Reporting.Drawing.Unit.Inch(0.40833348035812378D));
this
.textBox30.Name =
"textBox30"
;
this
.textBox30.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.699999988079071D), Telerik.Reporting.Drawing.Unit.Inch(0.17000006139278412D));
this
.textBox30.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox30.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox30.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox30.Style.Color = System.Drawing.Color.White;
this
.textBox30.Style.Font.Bold =
false
;
this
.textBox30.Style.Font.Name =
"Arial Black"
;
this
.textBox30.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox30.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox30.Value =
"File #:"
;
//
// textBox32
//
this
.textBox32.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5999608039855957D), Telerik.Reporting.Drawing.Unit.Inch(0.40837225317955017D));
this
.textBox32.Name =
"textBox32"
;
this
.textBox32.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89999985694885254D), Telerik.Reporting.Drawing.Unit.Inch(0.16996127367019653D));
this
.textBox32.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox32.Style.BorderStyle.Top = Telerik.Reporting.Drawing.BorderType.None;
this
.textBox32.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox32.Style.Color = System.Drawing.Color.White;
this
.textBox32.Style.Font.Bold =
false
;
this
.textBox32.Style.Font.Name =
"Arial Black"
;
this
.textBox32.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox32.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox32.Value =
"123456"
;
//
// textBox37
//
this
.textBox37.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.9999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.86049526929855347D));
this
.textBox37.Name =
"textBox37"
;
this
.textBox37.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.49999964237213135D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
this
.textBox37.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox37.Style.Color = System.Drawing.Color.White;
this
.textBox37.Style.Font.Bold =
false
;
this
.textBox37.Style.Font.Name =
"Arial Black"
;
this
.textBox37.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox37.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
this
.textBox37.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox37.Value =
"=PageNumber"
;
//
// textBox38
//
this
.textBox38.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.399960994720459D), Telerik.Reporting.Drawing.Unit.Inch(0.86049526929855347D));
this
.textBox38.Name =
"textBox38"
;
this
.textBox38.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.59988147020339966D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
this
.textBox38.Style.BorderWidth.Bottom = Telerik.Reporting.Drawing.Unit.Point(0.5D);
this
.textBox38.Style.Color = System.Drawing.Color.White;
this
.textBox38.Style.Font.Bold =
false
;
this
.textBox38.Style.Font.Name =
"Arial Black"
;
this
.textBox38.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(9D);
this
.textBox38.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
this
.textBox38.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox38.Value =
"Page "
;
//
// reportHeaderSection1
//
this
.reportHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(9.56170654296875D);
this
.reportHeaderSection1.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.htmlTextBox1,
this
.CostEvaluation,
this
.RiskEvaluation,
this
.panel3,
this
.pictureBox1,
this
.panel4,
this
.Recommendations,
this
.Valuations,
this
.Overview,
this
.Liability,
this
.Protection,
this
.Mechanicals,
this
.LossesOrPAF,
this
.PhotoGallery,
this
.SitePlan,
this
.TableOfContent,
this
.Sections});
this
.reportHeaderSection1.Name =
"reportHeaderSection1"
;
this
.reportHeaderSection1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(12D);
this
.reportHeaderSection1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
//
// CostEvaluation
//
this
.CostEvaluation.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.CostEvaluation.BookmarkId =
""
;
this
.CostEvaluation.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(3.7000000476837158D));
this
.CostEvaluation.Name =
"CostEvaluation"
;
instanceReportSource1.ReportDocument =
this
.costEvaluation1;
this
.CostEvaluation.ReportSource = instanceReportSource1;
this
.CostEvaluation.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.3999998569488525D), Telerik.Reporting.Drawing.Unit.Inch(1.5000005960464478D));
//
// RiskEvaluation
//
this
.RiskEvaluation.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.RiskEvaluation.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.4000792503356934D), Telerik.Reporting.Drawing.Unit.Inch(3.7000000476837158D));
this
.RiskEvaluation.Name =
"RiskEvaluation"
;
instanceReportSource2.ReportDocument =
this
.riskEvaluation1;
this
.RiskEvaluation.ReportSource = instanceReportSource2;
this
.RiskEvaluation.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.1999213695526123D), Telerik.Reporting.Drawing.Unit.Inch(1.5000005960464478D));
//
// panel3
//
this
.panel3.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.panel1,
this
.panel2});
this
.panel3.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0.800000011920929D));
this
.panel3.Name =
"panel3"
;
this
.panel3.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(2.6000003814697266D));
this
.panel3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(237)))), ((
int
)(((
byte
)(239)))), ((
int
)(((
byte
)(239)))));
//
// pictureBox1
//
this
.pictureBox1.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.pictureBox1.MimeType =
"image/png"
;
this
.pictureBox1.Name =
"pictureBox1"
;
this
.pictureBox1.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.60000008344650269D));
this
.pictureBox1.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
this
.pictureBox1.Value = ((
object
)(resources.GetObject(
"pictureBox1.Value"
)));
//
// panel4
//
this
.panel4.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.textBox34,
this
.textBox35,
this
.textBox36});
this
.panel4.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(5.3000006675720215D));
this
.panel4.Name =
"panel4"
;
this
.panel4.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4996843338012695D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.panel4.Style.BorderColor.Default = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(223)))), ((
int
)(((
byte
)(217)))), ((
int
)(((
byte
)(223)))));
this
.panel4.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
this
.panel4.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Point(0.5D);
//
// textBox34
//
this
.textBox34.Angle = 270D;
formattingRule1.Filters.Add(
new
Telerik.Reporting.Filter(
"=Fields.RecommendationSeverityLevelDescription"
, Telerik.Reporting.FilterOperator.Equal,
"=\"1\""
));
formattingRule1.Style.BackgroundColor = System.Drawing.Color.Red;
formattingRule2.Filters.Add(
new
Telerik.Reporting.Filter(
"=Fields.RecommendationSeverityLevelDescription"
, Telerik.Reporting.FilterOperator.Equal,
"=\"2\""
));
formattingRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(255)))), ((
int
)(((
byte
)(255)))), ((
int
)(((
byte
)(128)))));
formattingRule3.Filters.Add(
new
Telerik.Reporting.Filter(
"=Fields.RecommendationSeverityLevelDescription"
, Telerik.Reporting.FilterOperator.Equal,
"=\"3\""
));
formattingRule3.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(128)))), ((
int
)(((
byte
)(255)))), ((
int
)(((
byte
)(255)))));
this
.textBox34.ConditionalFormatting.AddRange(
new
Telerik.Reporting.Drawing.FormattingRule[] {
formattingRule1,
formattingRule2,
formattingRule3});
this
.textBox34.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9365557313431054E-05D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.textBox34.Name =
"textBox34"
;
this
.textBox34.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.099921219050884247D), Telerik.Reporting.Drawing.Unit.Inch(0.29999950528144836D));
this
.textBox34.Style.BackgroundColor = System.Drawing.Color.Red;
this
.textBox34.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(64)))), ((
int
)(((
byte
)(0)))), ((
int
)(((
byte
)(64)))));
this
.textBox34.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
this
.textBox34.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox34.Value =
""
;
//
// textBox35
//
this
.textBox35.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.1001182422041893D), Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D));
this
.textBox35.Name =
"textBox35"
;
this
.textBox35.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89984267950057983D), Telerik.Reporting.Drawing.Unit.Inch(0.29996025562286377D));
this
.textBox35.Style.BackgroundColor = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(223)))), ((
int
)(((
byte
)(217)))), ((
int
)(((
byte
)(223)))));
this
.textBox35.Style.Color = System.Drawing.Color.FromArgb(((
int
)(((
byte
)(64)))), ((
int
)(((
byte
)(128)))), ((
int
)(((
byte
)(128)))));
this
.textBox35.Style.Font.Bold =
true
;
this
.textBox35.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox35.Value =
"U/W ALERT"
;
//
// textBox36
//
this
.textBox36.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.0000396966934204D), Telerik.Reporting.Drawing.Unit.Inch(0D));
this
.textBox36.Name =
"textBox36"
;
this
.textBox36.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1999211311340332D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
this
.textBox36.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
this
.textBox36.Value =
"Vacant Property"
;
//
// Recommendations
//
this
.Recommendations.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.Recommendations.BookmarkId =
"=\'recommendationBookmark\'"
;
this
.Recommendations.KeepTogether =
false
;
this
.Recommendations.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(6.1000003814697266D));
this
.Recommendations.Name =
"Recommendations"
;
instanceReportSource3.ReportDocument =
this
.recommendations1;
this
.Recommendations.ReportSource = instanceReportSource3;
this
.Recommendations.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29999983310699463D));
this
.Recommendations.TocText =
""
;
//
// Valuations
//
this
.Valuations.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.Valuations.BookmarkId =
"=\'valuationBookmark\'"
;
this
.Valuations.KeepTogether =
false
;
this
.Valuations.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(6.4000792503356934D));
this
.Valuations.Name =
"Valuations"
;
instanceReportSource4.ReportDocument =
this
.valuations1;
this
.Valuations.ReportSource = instanceReportSource4;
this
.Valuations.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29992100596427917D));
//
// Overview
//
this
.Overview.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.Overview.BookmarkId =
"=\'overviewBookmark\'"
;
this
.Overview.KeepTogether =
false
;
this
.Overview.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(6.7000789642333984D));
this
.Overview.Name =
"Overview"
;
instanceReportSource5.ReportDocument =
this
.overview1;
this
.Overview.ReportSource = instanceReportSource5;
this
.Overview.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29992100596427917D));
//
// Liability
//
this
.Liability.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.Liability.BookmarkId =
"=\'liabilityBookmark\'"
;
this
.Liability.KeepTogether =
false
;
this
.Liability.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(7.0000786781311035D));
this
.Liability.Name =
"Liability"
;
instanceReportSource6.ReportDocument =
this
.liability1;
this
.Liability.ReportSource = instanceReportSource6;
this
.Liability.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29992100596427917D));
//
// Protection
//
this
.Protection.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.Protection.BookmarkId =
"=\'protectionBookmark\'"
;
this
.Protection.KeepTogether =
false
;
this
.Protection.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9418537198798731E-05D), Telerik.Reporting.Drawing.Unit.Inch(7.3000788688659668D));
this
.Protection.Name =
"Protection"
;
instanceReportSource7.ReportDocument =
this
.protection1;
this
.Protection.ReportSource = instanceReportSource7;
this
.Protection.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29999983310699463D));
//
// Mechanicals
//
this
.Mechanicals.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.Mechanicals.BookmarkId =
"=\'mechanicalsBookmark\'"
;
this
.Mechanicals.KeepTogether =
false
;
this
.Mechanicals.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(7.9002361297607422D));
this
.Mechanicals.Name =
"Mechanicals"
;
instanceReportSource8.ReportDocument =
this
.mechanicals1;
this
.Mechanicals.ReportSource = instanceReportSource8;
this
.Mechanicals.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29999983310699463D));
//
// LossesOrPAF
//
this
.LossesOrPAF.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.LossesOrPAF.BookmarkId =
"=\'lossesOrPAFBookmark\'"
;
this
.LossesOrPAF.KeepTogether =
false
;
this
.LossesOrPAF.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(7.6001572608947754D));
this
.LossesOrPAF.Name =
"LossesOrPAF"
;
instanceReportSource9.ReportDocument =
this
.lossesOrPAF1;
this
.LossesOrPAF.ReportSource = instanceReportSource9;
this
.LossesOrPAF.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29999983310699463D));
//
// PhotoGallery
//
this
.PhotoGallery.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.PhotoGallery.BookmarkId =
"=\'picturesBookmark\'"
;
this
.PhotoGallery.KeepTogether =
false
;
this
.PhotoGallery.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(8.20031452178955D));
this
.PhotoGallery.Name =
"PhotoGallery"
;
instanceReportSource10.ReportDocument =
this
.pictureGallery1;
this
.PhotoGallery.ReportSource = instanceReportSource10;
this
.PhotoGallery.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29999983310699463D));
//
// SitePlan
//
this
.SitePlan.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.SitePlan.BookmarkId =
"=\'sitePlanBookmark\'"
;
this
.SitePlan.KeepTogether =
false
;
this
.SitePlan.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(8.5003938674926758D));
this
.SitePlan.Name =
"SitePlan"
;
instanceReportSource11.ReportDocument =
this
.sitePlan1;
this
.SitePlan.ReportSource = instanceReportSource11;
this
.SitePlan.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29999983310699463D));
//
// TableOfContent
//
this
.TableOfContent.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.TableOfContent.BookmarkId =
""
;
this
.TableOfContent.KeepTogether =
false
;
this
.TableOfContent.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(5.79992151260376D));
this
.TableOfContent.Name =
"TableOfContent"
;
instanceReportSource12.ReportDocument =
this
.tableOfContent1;
this
.TableOfContent.ReportSource = instanceReportSource12;
this
.TableOfContent.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29999983310699463D));
//
// Sections
//
this
.Sections.Bindings.Add(
new
Telerik.Reporting.Binding(
"ReportSource.ReportDocument.DataSource"
,
"=ReportItem.DataObject"
));
this
.Sections.BookmarkId =
"=\'sitePlanBookmark\'"
;
this
.Sections.KeepTogether =
false
;
this
.Sections.Location =
new
Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0D), Telerik.Reporting.Drawing.Unit.Inch(8.90000057220459D));
this
.Sections.Name =
"Sections"
;
instanceReportSource13.ReportDocument =
this
.sections1;
this
.Sections.ReportSource = instanceReportSource13;
this
.Sections.Size =
new
Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.4999604225158691D), Telerik.Reporting.Drawing.Unit.Inch(0.29999983310699463D));
//
// sections1
//
this
.sections1.Name =
"Sections"
;
//
// Report_Components
//
this
.Items.AddRange(
new
Telerik.Reporting.ReportItemBase[] {
this
.detail,
this
.pageFooterSection1,
this
.reportHeaderSection1});
this
.Name =
"Report_Components"
;
this
.PageSettings.Landscape =
false
;
this
.PageSettings.Margins =
new
Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
this
.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
this
.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
this
.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Pixel(8D);
styleRule1.Selectors.AddRange(
new
Telerik.Reporting.Drawing.ISelector[] {
new
Telerik.Reporting.Drawing.TypeSelector(
typeof
(Telerik.Reporting.TextItemBase)),
new
Telerik.Reporting.Drawing.TypeSelector(
typeof
(Telerik.Reporting.HtmlTextBox))});
styleRule1.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Point(2D);
styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
this
.StyleSheet.AddRange(
new
Telerik.Reporting.Drawing.StyleRule[] {
styleRule1});
this
.Width = Telerik.Reporting.Drawing.Unit.Inch(6.4999608993530273D);
((System.ComponentModel.ISupportInitialize)(
this
.costEvaluation1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.riskEvaluation1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.recommendations1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.valuations1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.overview1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.liability1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.protection1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.mechanicals1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.lossesOrPAF1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.pictureGallery1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.sitePlan1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.tableOfContent1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
.sections1)).EndInit();
((System.ComponentModel.ISupportInitialize)(
this
)).EndInit();
}
#endregion
private
Telerik.Reporting.DetailSection detail;
private
Telerik.Reporting.PageFooterSection pageFooterSection1;
private
Telerik.Reporting.HtmlTextBox htmlTextBox1;
private
Telerik.Reporting.Panel panel1;
private
Telerik.Reporting.Panel panel2;
private
Telerik.Reporting.TextBox textBox1;
private
Telerik.Reporting.TextBox textBox2;
private
Telerik.Reporting.TextBox textBox3;
private
Telerik.Reporting.TextBox textBox4;
private
Telerik.Reporting.TextBox textBox5;
private
Telerik.Reporting.TextBox textBox6;
private
Telerik.Reporting.TextBox textBox7;
private
Telerik.Reporting.TextBox textBox8;
private
Telerik.Reporting.TextBox textBox9;
private
Telerik.Reporting.TextBox textBox10;
private
Telerik.Reporting.TextBox textBox11;
private
Telerik.Reporting.TextBox textBox12;
private
Telerik.Reporting.TextBox textBox13;
private
Telerik.Reporting.TextBox textBox14;
private
Telerik.Reporting.ReportHeaderSection reportHeaderSection1;
private
CostEvaluation costEvaluation1;
private
Telerik.Reporting.SubReport RiskEvaluation;
private
RiskEvaluation riskEvaluation1;
private
Telerik.Reporting.SubReport CostEvaluation;
private
Telerik.Reporting.TextBox textBox15;
private
Telerik.Reporting.TextBox textBox16;
private
Telerik.Reporting.Panel panel3;
private
Telerik.Reporting.Panel panel10;
private
Telerik.Reporting.TextBox textBox17;
private
Telerik.Reporting.TextBox textBox18;
private
Telerik.Reporting.Panel panel5;
private
Telerik.Reporting.TextBox textBox21;
private
Telerik.Reporting.TextBox textBox24;
private
Telerik.Reporting.TextBox textBox27;
private
Telerik.Reporting.TextBox textBox30;
private
Telerik.Reporting.TextBox textBox32;
private
Telerik.Reporting.Shape shape1;
private
Telerik.Reporting.Panel panel6;
private
Telerik.Reporting.TextBox textBox19;
private
Telerik.Reporting.TextBox textBox22;
private
Telerik.Reporting.TextBox textBox25;
private
Telerik.Reporting.TextBox textBox31;
private
Telerik.Reporting.TextBox textBox33;
private
Telerik.Reporting.Panel panel7;
private
Telerik.Reporting.TextBox textBox20;
private
Telerik.Reporting.TextBox textBox23;
private
Telerik.Reporting.TextBox textBox26;
private
Telerik.Reporting.Shape shape2;
private
Telerik.Reporting.Shape shape10;
private
Telerik.Reporting.Shape shape11;
private
Telerik.Reporting.Shape shape3;
private
Telerik.Reporting.Shape shape5;
private
Telerik.Reporting.Shape shape9;
private
Telerik.Reporting.Shape shape4;
private
Telerik.Reporting.Shape shape6;
private
Telerik.Reporting.Shape shape7;
private
Telerik.Reporting.Panel panel8;
private
Telerik.Reporting.PictureBox pictureBox1;
private
Telerik.Reporting.Panel panel4;
private
Telerik.Reporting.TextBox textBox34;
private
Telerik.Reporting.TextBox textBox35;
private
Telerik.Reporting.TextBox textBox36;
private
Telerik.Reporting.SubReport Recommendations;
private
Recommendations recommendations1;
private
Telerik.Reporting.SubReport Valuations;
private
Valuations valuations1;
private
Telerik.Reporting.TextBox textBox37;
private
Telerik.Reporting.TextBox textBox38;
private
Telerik.Reporting.SubReport Overview;
private
Overview.Overview overview1;
private
Telerik.Reporting.SubReport Liability;
private
Liability liability1;
private
Telerik.Reporting.SubReport Protection;
private
Protection.Protection protection1;
private
Telerik.Reporting.SubReport Mechanicals;
private
Mechanicals.Mechanicals mechanicals1;
private
Telerik.Reporting.SubReport LossesOrPAF;
private
LossesOrPAF.LossesOrPAF lossesOrPAF1;
private
Telerik.Reporting.SubReport PhotoGallery;
private
Photographs.PictureGallery pictureGallery1;
private
Telerik.Reporting.SubReport SitePlan;
private
SitePlan.SitePlan sitePlan1;
private
Telerik.Reporting.SubReport TableOfContent;
private
TableOfContent tableOfContent1;
private
Telerik.Reporting.SubReport Sections;
private
Sections.Sections sections1;
}
}
When i click Telerik Report R3 2016 Wizard, it shows me this error:
Error: this template attempted to load component assembly 'Telerik.Reporting.Design.VisualStudio, Version=10.2.16.1025, Culture=neutral, PublicKeyToken=a9d7983dfcc261be'. For more information on this problem and how to enable this template, please see documentation on Customizing Project Template.
Thanks in advance.