This is a migrated thread and some comments may be shown as answers.

Undefined function call

5 Answers 195 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 30 May 2012, 01:15 PM
We updated telerik reporting from 2009 Q1 to 2012 Q1 in VS2010. I now get an Error when I call a function that been work fine in 2009 version. I get the red box saying "The expression contains undefined function call functionname(). the function is still there and setting a break point on it, it does not break. What do I have to do to fix this?

5 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 30 May 2012, 02:39 PM
Hello John,

We would need to see your user function and the expression which invokes it in order to identify what is the problem. The error you get is a generic one and the reasons for its occurrence are listed in the The expression contains undefined function call MyUserFunction() error KB article.

All the best,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
John
Top achievements
Rank 1
answered on 30 May 2012, 10:00 PM

I'm try to attached a 10kb file BUT I keep getting a message saying it must be smaller than 2MB???????????????

How can i attach it????????????????????????????????????

I've attached the code in the TelerikReport,jpg it's a zip file as the was to big to put here.just rename to telerikReport.zip

0
Steve
Telerik team
answered on 31 May 2012, 07:46 AM
Hello John,

We did not find any attachments to this thread. Please note that the allowed extensions for forums are: .gif, .jpg, .jpeg, .png. Should you need to upload a bigger file, either use a free file server and provide the link here or open a support ticket and attach it in it.

All the best,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
John
Top achievements
Rank 1
answered on 31 May 2012, 12:55 PM

The code for the report is below followed by the function thats called:

the function is GetFamilyMembersForLiability(int MemberID)

It doesn't find the function now as it did in the 2009 Q1 version.

==============================================================================
namespace LUIS
{
    using System.ComponentModel;
    using System.Drawing;
    using System.Windows.Forms;
    using Telerik.Reporting;
    using Telerik.Reporting.Drawing;

    partial class frmConsumerLiability
    {
        #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(frmConsumerLiability));
   Telerik.Reporting.ReportParameter reportParameter1 = new Telerik.Reporting.ReportParameter();
   Telerik.Reporting.ReportParameter reportParameter2 = new Telerik.Reporting.ReportParameter();
   this.detail = new Telerik.Reporting.DetailSection();
   this.textBox75 = new Telerik.Reporting.TextBox();
   this.textBox76 = new Telerik.Reporting.TextBox();
   this.textBox77 = new Telerik.Reporting.TextBox();
   this.textBox78 = new Telerik.Reporting.TextBox();
   this.textBox79 = new Telerik.Reporting.TextBox();
   this.textBox80 = new Telerik.Reporting.TextBox();
   this.textBox81 = 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.textBox15 = new Telerik.Reporting.TextBox();
   this.textBox16 = new Telerik.Reporting.TextBox();
   this.textBox69 = new Telerik.Reporting.TextBox();
   this.textBox70 = new Telerik.Reporting.TextBox();
   this.textBox71 = new Telerik.Reporting.TextBox();
   this.textBox72 = new Telerik.Reporting.TextBox();
   this.textBox73 = new Telerik.Reporting.TextBox();
   this.textBox74 = new Telerik.Reporting.TextBox();
   this.textBox18 = new Telerik.Reporting.TextBox();
   this.textBox19 = new Telerik.Reporting.TextBox();
   this.pictureBox1 = new Telerik.Reporting.PictureBox();
   this.pictureBox2 = new Telerik.Reporting.PictureBox();
   this.pictureBox3 = new Telerik.Reporting.PictureBox();
   this.pageHeader = new Telerik.Reporting.PageHeaderSection();
   this.txtTitle = new Telerik.Reporting.TextBox();
   this.textBox3 = new Telerik.Reporting.TextBox();
   this.textBox4 = new Telerik.Reporting.TextBox();
   this.textBox5 = new Telerik.Reporting.TextBox();
   this.textBox6 = new Telerik.Reporting.TextBox();
   this.textBox8 = new Telerik.Reporting.TextBox();
   this.textBox7 = new Telerik.Reporting.TextBox();
   this.textBox1 = new Telerik.Reporting.TextBox();
   this.textBox2 = new Telerik.Reporting.TextBox();
   this.pageFooter = new Telerik.Reporting.PageFooterSection();
   this.textBox9 = new Telerik.Reporting.TextBox();
   this.reportHeaderSection1 = new Telerik.Reporting.ReportHeaderSection();
   this.textBox82 = new Telerik.Reporting.TextBox();
   this.textBox83 = new Telerik.Reporting.TextBox();
   this.textBox84 = new Telerik.Reporting.TextBox();
   this.textBox85 = new Telerik.Reporting.TextBox();
   this.textBox86 = new Telerik.Reporting.TextBox();
   this.textBox87 = new Telerik.Reporting.TextBox();
   this.textBox88 = new Telerik.Reporting.TextBox();
   this.textBox89 = new Telerik.Reporting.TextBox();
   this.textBox90 = new Telerik.Reporting.TextBox();
   this.textBox91 = new Telerik.Reporting.TextBox();
   this.textBox92 = new Telerik.Reporting.TextBox();
   this.textBox93 = new Telerik.Reporting.TextBox();
   this.textBox94 = new Telerik.Reporting.TextBox();
   this.textBox95 = new Telerik.Reporting.TextBox();
   this.textBox96 = new Telerik.Reporting.TextBox();
   this.FamilyMembers = new Telerik.Reporting.TextBox();
   this.textBox98 = new Telerik.Reporting.TextBox();
   this.LiablePersons = new Telerik.Reporting.TextBox();
   this.textBox100 = new Telerik.Reporting.TextBox();
   this.textBox101 = new Telerik.Reporting.TextBox();
   this.textBox17 = new Telerik.Reporting.TextBox();
   this.group1 = new Telerik.Reporting.Group();
   this.groupHeaderInsuranceSubReport = new Telerik.Reporting.GroupHeaderSection();
   this.textBox30 = new Telerik.Reporting.TextBox();
   this.textBox31 = new Telerik.Reporting.TextBox();
   this.textBox32 = new Telerik.Reporting.TextBox();
   this.textBox33 = new Telerik.Reporting.TextBox();
   this.groupFooterSection1 = new Telerik.Reporting.GroupFooterSection();
   this.group2 = new Telerik.Reporting.Group();
   this.groupHeaderIncomeSubReport = new Telerik.Reporting.GroupHeaderSection();
   this.textBox40 = new Telerik.Reporting.TextBox();
   this.textBox41 = new Telerik.Reporting.TextBox();
   this.textBox42 = new Telerik.Reporting.TextBox();
   this.textBox43 = new Telerik.Reporting.TextBox();
   this.textBox44 = new Telerik.Reporting.TextBox();
   this.textBox45 = new Telerik.Reporting.TextBox();
   this.textBox46 = new Telerik.Reporting.TextBox();
   this.textBox47 = new Telerik.Reporting.TextBox();
   this.groupFooterSection2 = new Telerik.Reporting.GroupFooterSection();
   this.group3 = new Telerik.Reporting.Group();
   this.groupHeaderDeductionSubReport = new Telerik.Reporting.GroupHeaderSection();
   this.textBox56 = new Telerik.Reporting.TextBox();
   this.textBox57 = new Telerik.Reporting.TextBox();
   this.textBox58 = new Telerik.Reporting.TextBox();
   this.textBox60 = new Telerik.Reporting.TextBox();
   this.textBox61 = new Telerik.Reporting.TextBox();
   this.textBox62 = new Telerik.Reporting.TextBox();
   this.textBox63 = new Telerik.Reporting.TextBox();
   this.groupFooterSection3 = new Telerik.Reporting.GroupFooterSection();
   this.InsuranceSubReport = new Telerik.Reporting.SubReport();
   this.frmInsuranceSubReport1 = new LUIS.frmInsuranceSubReport();
   this.LiabilityIncomeSubReport = new Telerik.Reporting.SubReport();
   this.frmLiabilityIncomeSubReport1 = new LUIS.frmLiabilityIncomeSubReport();
   this.LiabilityDeductionSubReport = new Telerik.Reporting.SubReport();
   this.frmLiabilityDeductionsSubReport1 = new LUIS.frmLiabilityDeductionsSubReport();
   ((System.ComponentModel.ISupportInitialize)(this.frmInsuranceSubReport1)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.frmLiabilityIncomeSubReport1)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this.frmLiabilityDeductionsSubReport1)).BeginInit();
   ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
   //
   // detail
   //
   this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(7.5501580238342285D);
   this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox75,
            this.textBox76,
            this.textBox77,
            this.textBox78,
            this.textBox79,
            this.textBox80,
            this.textBox81,
            this.textBox10,
            this.textBox11,
            this.textBox12,
            this.textBox13,
            this.textBox14,
            this.textBox15,
            this.textBox16,
            this.textBox69,
            this.textBox70,
            this.textBox71,
            this.textBox72,
            this.textBox73,
            this.textBox74,
            this.textBox18,
            this.textBox19,
            this.pictureBox1,
            this.pictureBox2,
            this.pictureBox3});
   this.detail.Name = "detail";
   this.detail.Style.BackgroundImage.Repeat = Telerik.Reporting.Drawing.BackgroundRepeat.NoRepeat;
   this.detail.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   //
   // textBox75
   //
   this.textBox75.Format = "{0:C2}";
   this.textBox75.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5343780517578125D), Telerik.Reporting.Drawing.Unit.Inch(1.1500803232192993D));
   this.textBox75.Name = "textBox75";
   this.textBox75.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.26562237739563D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox75.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox75.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox75.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox75.Value = "=Fields.BypassOption";
   //
   // textBox76
   //
   this.textBox76.Format = "{0:C2}";
   this.textBox76.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.8441441059112549D), Telerik.Reporting.Drawing.Unit.Inch(1.1500803232192993D));
   this.textBox76.Name = "textBox76";
   this.textBox76.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6739845275878906D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox76.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox76.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox76.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox76.Value = "=IsNull(CDbl(Fields.RMaxLiab), 0)";
   //
   // textBox77
   //
   this.textBox77.Format = "{0:C2}";
   this.textBox77.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000051856040955D), Telerik.Reporting.Drawing.Unit.Inch(1.1500803232192993D));
   this.textBox77.Name = "textBox77";
   this.textBox77.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.543515682220459D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox77.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox77.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox77.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox77.Value = "=IsNull(CDbl(Fields.NRMaxLiab), 0)";
   //
   // textBox78
   //
   this.textBox78.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.8435947895050049D), Telerik.Reporting.Drawing.Unit.Inch(0.95000141859054565D));
   this.textBox78.Name = "textBox78";
   this.textBox78.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.6783599853515625D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox78.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox78.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox78.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox78.Value = "Residential Liability";
   //
   // textBox79
   //
   this.textBox79.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5343780517578125D), Telerik.Reporting.Drawing.Unit.Inch(0.95000141859054565D));
   this.textBox79.Name = "textBox79";
   this.textBox79.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.26562237739563D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox79.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox79.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox79.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox79.Value = "Bypass Option";
   //
   // textBox80
   //
   this.textBox80.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000051856040955D), Telerik.Reporting.Drawing.Unit.Inch(0.95000141859054565D));
   this.textBox80.Name = "textBox80";
   this.textBox80.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.543515682220459D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox80.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox80.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox80.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox80.Value = "Clinical Liability";
   //
   // textBox81
   //
   this.textBox81.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000051856040955D), Telerik.Reporting.Drawing.Unit.Inch(0.74992245435714722D));
   this.textBox81.Name = "textBox81";
   this.textBox81.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox81.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox81.Style.Font.Bold = true;
   this.textBox81.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox81.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox81.Value = "Liability Information";
   //
   // textBox10
   //
   this.textBox10.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30000051856040955D), Telerik.Reporting.Drawing.Unit.Inch(1.4500013589859009D));
   this.textBox10.Name = "textBox10";
   this.textBox10.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox10.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox10.Style.Font.Bold = true;
   this.textBox10.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox10.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox10.Value = "Affirmation Statement";
   //
   // textBox11
   //
   this.textBox11.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30408987402915955D), Telerik.Reporting.Drawing.Unit.Inch(1.7500005960464478D));
   this.textBox11.Name = "textBox11";
   this.textBox11.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.6047148704528809D), Telerik.Reporting.Drawing.Unit.Inch(4.2000007629394531D));
   this.textBox11.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
   this.textBox11.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox11.Value = resources.GetString("textBox11.Value");
   //
   // textBox12
   //
   this.textBox12.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.293750137090683D), Telerik.Reporting.Drawing.Unit.Inch(6.35015869140625D));
   this.textBox12.Name = "textBox12";
   this.textBox12.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3853365182876587D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox12.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox12.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox12.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox12.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox12.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox12.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox12.Value = "Date Prepared";
   //
   // textBox13
   //
   this.textBox13.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6937500238418579D), Telerik.Reporting.Drawing.Unit.Inch(6.35015869140625D));
   this.textBox13.Name = "textBox13";
   this.textBox13.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1853370666503906D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox13.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox13.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox13.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox13.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox13.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox13.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox13.Value = "Signature of Liable Person";
   //
   // textBox14
   //
   this.textBox14.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.9137511253356934D), Telerik.Reporting.Drawing.Unit.Inch(6.35015869140625D));
   this.textBox14.Name = "textBox14";
   this.textBox14.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9847137928009033D), Telerik.Reporting.Drawing.Unit.Inch(0.20000000298023224D));
   this.textBox14.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox14.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox14.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox14.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox14.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox14.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox14.Value = "Witness (If liable person unable to sign)";
   //
   // textBox15
   //
   this.textBox15.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.693750262260437D), Telerik.Reporting.Drawing.Unit.Inch(6.9501571655273438D));
   this.textBox15.Name = "textBox15";
   this.textBox15.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4088046550750732D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox15.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox15.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox15.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox15.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox15.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox15.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox15.Value = "Signature of MH/MR/EI Staff or Agency Representative";
   //
   // textBox16
   //
   this.textBox16.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.293750137090683D), Telerik.Reporting.Drawing.Unit.Inch(6.9501571655273438D));
   this.textBox16.Name = "textBox16";
   this.textBox16.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3853365182876587D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox16.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox16.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox16.Style.BorderStyle.Left = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox16.Style.BorderStyle.Right = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox16.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox16.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox16.Value = "Date Prepared";
   //
   // textBox69
   //
   this.textBox69.Format = "{0:C2}";
   this.textBox69.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.9061732292175293D), Telerik.Reporting.Drawing.Unit.Inch(0.049922306090593338D));
   this.textBox69.Name = "textBox69";
   this.textBox69.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89382714033126831D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox69.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox69.Style.Font.Bold = true;
   this.textBox69.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
   this.textBox69.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox69.Value = "=IsNull(CDbl(Fields.LivingAllowance), 0)\r\n\r\n";
   //
   // textBox70
   //
   this.textBox70.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.8938286304473877D), Telerik.Reporting.Drawing.Unit.Inch(0.049922306090593338D));
   this.textBox70.Name = "textBox70";
   this.textBox70.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0122649669647217D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox70.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox70.Style.Font.Bold = true;
   this.textBox70.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
   this.textBox70.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox70.Value = "Living Allowance (# of dep x $1,080) + $9,000:";
   //
   // textBox71
   //
   this.textBox71.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.8938286304473877D), Telerik.Reporting.Drawing.Unit.Inch(0.25000128149986267D));
   this.textBox71.Name = "textBox71";
   this.textBox71.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0122649669647217D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox71.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox71.Style.Font.Bold = true;
   this.textBox71.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
   this.textBox71.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox71.Value = "Total Family Deductions:";
   //
   // textBox72
   //
   this.textBox72.Format = "{0:C2}";
   this.textBox72.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.9061732292175293D), Telerik.Reporting.Drawing.Unit.Inch(0.25000128149986267D));
   this.textBox72.Name = "textBox72";
   this.textBox72.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.89382714033126831D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox72.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox72.Style.Font.Bold = true;
   this.textBox72.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
   this.textBox72.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox72.Value = "=IsNull(CDbl(Fields.TotalDeductions), 0)\r\n";
   //
   // textBox73
   //
   this.textBox73.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.8938286304473877D), Telerik.Reporting.Drawing.Unit.Inch(0.44992256164550781D));
   this.textBox73.Name = "textBox73";
   this.textBox73.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.0122649669647217D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox73.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox73.Style.Font.Bold = true;
   this.textBox73.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
   this.textBox73.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox73.Value = "ADJUSTED FAMILY INCOME:";
   //
   // textBox74
   //
   this.textBox74.Format = "{0:C2}";
   this.textBox74.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.9061732292175293D), Telerik.Reporting.Drawing.Unit.Inch(0.44992256164550781D));
   this.textBox74.Name = "textBox74";
   this.textBox74.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.88973712921142578D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox74.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox74.Style.Font.Bold = true;
   this.textBox74.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
   this.textBox74.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox74.Value = "=IsNull(CDbl(Fields.AdjFamilyIncome), 0)";
   //
   // textBox18
   //
   this.textBox18.Format = "{0:d}";
   this.textBox18.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.36043992638587952D), Telerik.Reporting.Drawing.Unit.Inch(6.1500792503356934D));
   this.textBox18.Name = "textBox18";
   this.textBox18.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3186467885971069D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox18.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox18.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.textBox18.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox18.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox18.Value = "=Fields.MemberSignDate";
   //
   // textBox19
   //
   this.textBox19.Format = "{0:d}";
   this.textBox19.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.36043992638587952D), Telerik.Reporting.Drawing.Unit.Inch(6.7500786781311035D));
   this.textBox19.Name = "textBox19";
   this.textBox19.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3186467885971069D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox19.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.None;
   this.textBox19.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.textBox19.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox19.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox19.Value = "=Fields.UserSignDate";
   //
   // pictureBox1
   //
   this.pictureBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.7000001668930054D), Telerik.Reporting.Drawing.Unit.Inch(5.9500794410705566D));
   this.pictureBox1.MimeType = "";
   this.pictureBox1.Name = "pictureBox1";
   this.pictureBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.1790869235992432D), Telerik.Reporting.Drawing.Unit.Inch(0.40007910132408142D));
   this.pictureBox1.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
   this.pictureBox1.Value = "=IsNull(Fields.MemberSignatureImage, \'\')";
   //
   // pictureBox2
   //
   this.pictureBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.9137511253356934D), Telerik.Reporting.Drawing.Unit.Inch(5.9499993324279785D));
   this.pictureBox2.MimeType = "";
   this.pictureBox2.Name = "pictureBox2";
   this.pictureBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.9991426467895508D), Telerik.Reporting.Drawing.Unit.Inch(0.40007910132408142D));
   this.pictureBox2.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
   this.pictureBox2.Value = "=ISNULL(Fields.WitnessSignatureImage, \'..\\Blank.jpg\')";
   //
   // pictureBox3
   //
   this.pictureBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6937497854232788D), Telerik.Reporting.Drawing.Unit.Inch(6.5499992370605469D));
   this.pictureBox3.MimeType = "";
   this.pictureBox3.Name = "pictureBox3";
   this.pictureBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.4088048934936523D), Telerik.Reporting.Drawing.Unit.Inch(0.40007910132408142D));
   this.pictureBox3.Sizing = Telerik.Reporting.Drawing.ImageSizeMode.Stretch;
   this.pictureBox3.Value = "=IsNull(Fields.UserSignatureImage, \'\')";
   //
   // pageHeader
   //
   this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Inch(1.9499999284744263D);
   this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.txtTitle,
            this.textBox3,
            this.textBox4,
            this.textBox5,
            this.textBox6,
            this.textBox8,
            this.textBox7,
            this.textBox1,
            this.textBox2});
   this.pageHeader.Name = "pageHeader";
   this.pageHeader.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Inch(0.5D);
   //
   // txtTitle
   //
   this.txtTitle.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(0.40000009536743164D));
   this.txtTitle.Name = "txtTitle";
   this.txtTitle.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.2000000476837158D), Telerik.Reporting.Drawing.Unit.Inch(1.3951319456100464D));
   this.txtTitle.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.txtTitle.Style.Font.Bold = true;
   this.txtTitle.Style.Font.Name = "Times New Roman";
   this.txtTitle.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(16D);
   this.txtTitle.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.txtTitle.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.txtTitle.Value = "Lancaster County MH/MR/EI Consumer Liability Form";
   //
   // textBox3
   //
   this.textBox3.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9000008106231689D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
   this.textBox3.Name = "textBox3";
   this.textBox3.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998427629470825D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox3.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox3.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.textBox3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox3.Value = "Consumer Name:";
   //
   // textBox4
   //
   this.textBox4.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
   this.textBox4.Name = "textBox4";
   this.textBox4.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox4.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox4.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.textBox4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox4.Value = "=IsNull(Fields.MemberName, \'\')";
   //
   // textBox5
   //
   this.textBox5.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9000008106231689D), Telerik.Reporting.Drawing.Unit.Inch(0.70000004768371582D));
   this.textBox5.Name = "textBox5";
   this.textBox5.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998427629470825D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox5.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox5.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox5.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.textBox5.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox5.Value = "Consumer BSU:";
   //
   // textBox6
   //
   this.textBox6.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(0.70000004768371582D));
   this.textBox6.Name = "textBox6";
   this.textBox6.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox6.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox6.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.textBox6.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox6.Value = "=Fields.BSUNumber";
   //
   // textBox8
   //
   this.textBox8.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.8978385925292969D), Telerik.Reporting.Drawing.Unit.Inch(0.9999997615814209D));
   this.textBox8.Name = "textBox8";
   this.textBox8.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998427629470825D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox8.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox8.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox8.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.textBox8.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox8.Value = "Date Prepared:";
   //
   // textBox7
   //
   this.textBox7.Format = "{0:d}";
   this.textBox7.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(0.9999997615814209D));
   this.textBox7.Name = "textBox7";
   this.textBox7.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox7.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox7.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.textBox7.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox7.Value = "=Fields.RevisedDate";
   //
   // textBox1
   //
   this.textBox1.Format = "{0:d}";
   this.textBox1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(1.3000000715255737D));
   this.textBox1.Name = "textBox1";
   this.textBox1.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox1.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.textBox1.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox1.Value = "=Fields.StartDate";
   //
   // textBox2
   //
   this.textBox2.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.8978385925292969D), Telerik.Reporting.Drawing.Unit.Inch(1.3000000715255737D));
   this.textBox2.Name = "textBox2";
   this.textBox2.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.4998427629470825D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox2.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox2.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.textBox2.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox2.Value = "Liability Effective Date:";
   //
   // pageFooter
   //
   this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Inch(0.75000095367431641D);
   this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox9});
   this.pageFooter.Name = "pageFooter";
   this.pageFooter.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   //
   // textBox9
   //
   this.textBox9.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.30408987402915955D), Telerik.Reporting.Drawing.Unit.Inch(0.050001781433820724D));
   this.textBox9.Name = "textBox9";
   this.textBox9.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox9.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox9.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox9.Value = "Lancaster County MH/MR/EI Services - 1120 Frances Avenue - Lancaster, PA 17601 - " +
    "Phone: (717)393-0421 - Fax: (717)299-7968";
   //
   // reportHeaderSection1
   //
   this.reportHeaderSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(2.7998425960540771D);
   this.reportHeaderSection1.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.textBox82,
            this.textBox83,
            this.textBox84,
            this.textBox85,
            this.textBox86,
            this.textBox87,
            this.textBox88,
            this.textBox89,
            this.textBox90,
            this.textBox91,
            this.textBox92,
            this.textBox93,
            this.textBox94,
            this.textBox95,
            this.textBox96,
            this.FamilyMembers,
            this.textBox98,
            this.LiablePersons,
            this.textBox100,
            this.textBox101,
            this.textBox17});
   this.reportHeaderSection1.Name = "reportHeaderSection1";
   this.reportHeaderSection1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   //
   // textBox82
   //
   this.textBox82.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(0.14583365619182587D));
   this.textBox82.Name = "textBox82";
   this.textBox82.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox82.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox82.Style.Font.Bold = true;
   this.textBox82.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox82.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox82.Value = "Demographic Information";
   //
   // textBox83
   //
   this.textBox83.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(1.6500000953674316D));
   this.textBox83.Name = "textBox83";
   this.textBox83.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3098428249359131D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox83.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox83.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox83.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox83.Value = "Billing Phone#:";
   //
   // textBox84
   //
   this.textBox84.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(1.6500000953674316D));
   this.textBox84.Name = "textBox84";
   this.textBox84.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox84.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox84.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox84.Value = "= IIf(Fields.HomePhone = \'\', Fields.AltPhone, Fields.HomePhone)";
   //
   // textBox85
   //
   this.textBox85.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6999994516372681D), Telerik.Reporting.Drawing.Unit.Inch(1.350000262260437D));
   this.textBox85.Name = "textBox85";
   this.textBox85.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox85.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox85.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox85.Value = "=IsNull(Fields.City + \', \' + Fields.State + \' \' + Fields.ZipCode, \'\')";
   //
   // textBox86
   //
   this.textBox86.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6999994516372681D), Telerik.Reporting.Drawing.Unit.Inch(0.75208359956741333D));
   this.textBox86.Name = "textBox86";
   this.textBox86.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox86.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox86.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox86.Value = "=IsNull(Fields.Address2, \'\')";
   //
   // textBox87
   //
   this.textBox87.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6999998092651367D), Telerik.Reporting.Drawing.Unit.Inch(0.45000028610229492D));
   this.textBox87.Name = "textBox87";
   this.textBox87.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox87.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox87.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox87.Value = "=IsNull(Fields.Address1, \'\')\r\n\r\n\r\n";
   //
   // textBox88
   //
   this.textBox88.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(0.45000028610229492D));
   this.textBox88.Name = "textBox88";
   this.textBox88.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3060927391052246D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox88.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox88.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox88.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox88.Value = "Billing Address:";
   //
   // textBox89
   //
   this.textBox89.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(1.0437502861022949D));
   this.textBox89.Name = "textBox89";
   this.textBox89.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox89.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox89.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox89.Value = "=Fields.SSN";
   //
   // textBox90
   //
   this.textBox90.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1062502861022949D), Telerik.Reporting.Drawing.Unit.Inch(1.0437502861022949D));
   this.textBox90.Name = "textBox90";
   this.textBox90.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2935935258865356D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox90.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox90.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox90.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox90.Value = "SSN:";
   //
   // textBox91
   //
   this.textBox91.Format = "{0:d}";
   this.textBox91.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(0.75208359956741333D));
   this.textBox91.Name = "textBox91";
   this.textBox91.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox91.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox91.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox91.Value = "=Fields.DOB";
   //
   // textBox92
   //
   this.textBox92.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1062502861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.75208359956741333D));
   this.textBox92.Name = "textBox92";
   this.textBox92.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2935935258865356D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox92.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox92.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox92.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox92.Value = "DOB:";
   //
   // textBox93
   //
   this.textBox93.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.5D), Telerik.Reporting.Drawing.Unit.Inch(0.45000028610229492D));
   this.textBox93.Name = "textBox93";
   this.textBox93.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox93.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox93.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox93.Value = "=Fields.CaseManager";
   //
   // textBox94
   //
   this.textBox94.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.1062502861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.45000028610229492D));
   this.textBox94.Name = "textBox94";
   this.textBox94.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2935935258865356D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox94.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox94.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox94.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox94.Value = "Case Manager:";
   //
   // textBox95
   //
   this.textBox95.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(1.9200001955032349D));
   this.textBox95.Name = "textBox95";
   this.textBox95.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3060930967330933D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox95.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox95.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox95.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox95.Value = "Family Name:";
   //
   // textBox96
   //
   this.textBox96.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.7000001668930054D), Telerik.Reporting.Drawing.Unit.Inch(1.9200001955032349D));
   this.textBox96.Name = "textBox96";
   this.textBox96.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.0999999046325684D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox96.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox96.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox96.Value = "=Fields.FamilyName";
   //
   // FamilyMembers
   //
   this.FamilyMembers.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6937499046325684D), Telerik.Reporting.Drawing.Unit.Inch(2.2200005054473877D));
   this.FamilyMembers.Name = "FamilyMembers";
   this.FamilyMembers.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(6.1062502861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.FamilyMembers.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.FamilyMembers.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.FamilyMembers.Value = "=ISNULL(clsMHLiability.GetFamilyMembersForLiabilityReport(Parameters.MemberID), 0" +
    ")";
   //
   // textBox98
   //
   this.textBox98.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(2.2200005054473877D));
   this.textBox98.Name = "textBox98";
   this.textBox98.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2998428344726563D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox98.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox98.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox98.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox98.Value = "Family Members:";
   //
   // LiablePersons
   //
   this.LiablePersons.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(2.5062496662139893D), Telerik.Reporting.Drawing.Unit.Inch(2.5200002193450928D));
   this.LiablePersons.Name = "LiablePersons";
   this.LiablePersons.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(5.2937502861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.LiablePersons.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.LiablePersons.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.LiablePersons.Value = "=ISNULL(clsMHLiability.GetLiablePersonsForLiabilityReport(Parameters.LiabilityID)" +
    ", \'\')";
   //
   // textBox100
   //
   this.textBox100.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(2.5200002193450928D));
   this.textBox100.Name = "textBox100";
   this.textBox100.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2998428344726563D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox100.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox100.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox100.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox100.Value = "Dependents:";
   //
   // textBox101
   //
   this.textBox101.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6937499046325684D), Telerik.Reporting.Drawing.Unit.Inch(2.5200002193450928D));
   this.textBox101.Name = "textBox101";
   this.textBox101.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.70625036954879761D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox101.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox101.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox101.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox101.Value = "=Fields.TotDependents";
   //
   // textBox17
   //
   this.textBox17.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.6999994516372681D), Telerik.Reporting.Drawing.Unit.Inch(1.0437502861022949D));
   this.textBox17.Name = "textBox17";
   this.textBox17.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.2999997138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox17.Style.BorderStyle.Bottom = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox17.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox17.Value = "=IsNull(Fields.Address3, \'\')";
   //
   // group1
   //
   this.group1.GroupFooter = null;
   this.group1.GroupHeader = this.groupHeaderInsuranceSubReport;
   this.group1.Name = "group1";
   //
   // groupHeaderInsuranceSubReport
   //
   this.groupHeaderInsuranceSubReport.Height = Telerik.Reporting.Drawing.Unit.Inch(0.89999997615814209D);
   this.groupHeaderInsuranceSubReport.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.InsuranceSubReport,
            this.textBox30,
            this.textBox31,
            this.textBox32,
            this.textBox33});
   this.groupHeaderInsuranceSubReport.Name = "groupHeaderInsuranceSubReport";
   this.groupHeaderInsuranceSubReport.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.groupHeaderInsuranceSubReport.Style.Visible = true;
   //
   // textBox30
   //
   this.textBox30.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(0.10200468450784683D));
   this.textBox30.Name = "textBox30";
   this.textBox30.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox30.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox30.Style.Font.Bold = true;
   this.textBox30.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox30.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox30.Value = "Insurance Information";
   //
   // textBox31
   //
   this.textBox31.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(0.29992136359214783D));
   this.textBox31.Name = "textBox31";
   this.textBox31.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(3.6000001430511475D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox31.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox31.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
   this.textBox31.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox31.Value = "Name";
   //
   // textBox32
   //
   this.textBox32.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.8937497138977051D), Telerik.Reporting.Drawing.Unit.Inch(0.29992136359214783D));
   this.textBox32.Name = "textBox32";
   this.textBox32.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.90625D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox32.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox32.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox32.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox32.Value = "Effective Date";
   //
   // textBox33
   //
   this.textBox33.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9000790119171143D), Telerik.Reporting.Drawing.Unit.Inch(0.29992136359214783D));
   this.textBox33.Name = "textBox33";
   this.textBox33.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.9935922622680664D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox33.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox33.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox33.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox33.Value = "Policy Number";
   //
   // groupFooterSection1
   //
   this.groupFooterSection1.Height = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.groupFooterSection1.Name = "groupFooterSection1";
   this.groupFooterSection1.Style.Visible = false;
   //
   // group2
   //
   this.group2.GroupFooter = null;
   this.group2.GroupHeader = this.groupHeaderIncomeSubReport;
   this.group2.Name = "group2";
   //
   // groupHeaderIncomeSubReport
   //
   this.groupHeaderIncomeSubReport.Height = Telerik.Reporting.Drawing.Unit.Inch(1.0999997854232788D);
   this.groupHeaderIncomeSubReport.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.LiabilityIncomeSubReport,
            this.textBox40,
            this.textBox41,
            this.textBox42,
            this.textBox43,
            this.textBox44,
            this.textBox45,
            this.textBox46,
            this.textBox47});
   this.groupHeaderIncomeSubReport.Name = "groupHeaderIncomeSubReport";
   this.groupHeaderIncomeSubReport.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.groupHeaderIncomeSubReport.Style.Visible = true;
   //
   // textBox40
   //
   this.textBox40.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.9938284158706665D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
   this.textBox40.Name = "textBox40";
   this.textBox40.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3061714172363281D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
   this.textBox40.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox40.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox40.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox40.Value = "Type";
   //
   // textBox41
   //
   this.textBox41.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3083314895629883D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
   this.textBox41.Name = "textBox41";
   this.textBox41.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.1145836114883423D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
   this.textBox41.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox41.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox41.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox41.Value = "Source";
   //
   // textBox42
   //
   this.textBox42.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(0.29783758521080017D));
   this.textBox42.Name = "textBox42";
   this.textBox42.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.40000024437904358D));
   this.textBox42.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox42.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
   this.textBox42.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox42.Value = "Person";
   //
   // textBox43
   //
   this.textBox43.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(0.099920906126499176D));
   this.textBox43.Name = "textBox43";
   this.textBox43.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox43.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox43.Style.Font.Bold = true;
   this.textBox43.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox43.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox43.Value = "Income Information";
   //
   // textBox44
   //
   this.textBox44.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.4229941368103027D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
   this.textBox44.Name = "textBox44";
   this.textBox44.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.776927649974823D), Telerik.Reporting.Drawing.Unit.Inch(0.399920791387558D));
   this.textBox44.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox44.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox44.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox44.Value = "Ignore Income";
   //
   // textBox45
   //
   this.textBox45.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(5.2000002861022949D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
   this.textBox45.Name = "textBox45";
   this.textBox45.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.899998664855957D), Telerik.Reporting.Drawing.Unit.Inch(0.399920791387558D));
   this.textBox45.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox45.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox45.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox45.Value = "Amount";
   //
   // textBox46
   //
   this.textBox46.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.1000781059265137D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
   this.textBox46.Name = "textBox46";
   this.textBox46.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.70000046491622925D), Telerik.Reporting.Drawing.Unit.Inch(0.399920791387558D));
   this.textBox46.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox46.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox46.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox46.Value = "Frequency";
   //
   // textBox47
   //
   this.textBox47.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.80015754699707D), Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D));
   this.textBox47.Name = "textBox47";
   this.textBox47.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99984198808670044D), Telerik.Reporting.Drawing.Unit.Inch(0.399920791387558D));
   this.textBox47.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox47.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox47.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox47.Value = "Total";
   //
   // groupFooterSection2
   //
   this.groupFooterSection2.Height = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.groupFooterSection2.Name = "groupFooterSection2";
   this.groupFooterSection2.Style.Visible = false;
   //
   // group3
   //
   this.group3.GroupFooter = null;
   this.group3.GroupHeader = this.groupHeaderDeductionSubReport;
   this.group3.Name = "group3";
   //
   // groupHeaderDeductionSubReport
   //
   this.groupHeaderDeductionSubReport.Height = Telerik.Reporting.Drawing.Unit.Inch(1.0999997854232788D);
   this.groupHeaderDeductionSubReport.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.LiabilityDeductionSubReport,
            this.textBox56,
            this.textBox57,
            this.textBox58,
            this.textBox60,
            this.textBox61,
            this.textBox62,
            this.textBox63});
   this.groupHeaderDeductionSubReport.Name = "groupHeaderDeductionSubReport";
   this.groupHeaderDeductionSubReport.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(10D);
   this.groupHeaderDeductionSubReport.Style.Visible = true;
   //
   // textBox56
   //
   this.textBox56.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.80015754699707D), Telerik.Reporting.Drawing.Unit.Inch(0.30000051856040955D));
   this.textBox56.Name = "textBox56";
   this.textBox56.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.99984198808670044D), Telerik.Reporting.Drawing.Unit.Inch(0.399920791387558D));
   this.textBox56.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox56.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox56.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox56.Value = "Total";
   //
   // textBox57
   //
   this.textBox57.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(6.1000781059265137D), Telerik.Reporting.Drawing.Unit.Inch(0.30000051856040955D));
   this.textBox57.Name = "textBox57";
   this.textBox57.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.70000046491622925D), Telerik.Reporting.Drawing.Unit.Inch(0.399920791387558D));
   this.textBox57.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox57.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox57.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox57.Value = "Frequency";
   //
   // textBox58
   //
   this.textBox58.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(4.881248950958252D), Telerik.Reporting.Drawing.Unit.Inch(0.30000051856040955D));
   this.textBox58.Name = "textBox58";
   this.textBox58.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.2187503576278687D), Telerik.Reporting.Drawing.Unit.Inch(0.399920791387558D));
   this.textBox58.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox58.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox58.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox58.Value = "Amount";
   //
   // textBox60
   //
   this.textBox60.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(0.099921546876430511D));
   this.textBox60.Name = "textBox60";
   this.textBox60.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(7.5D), Telerik.Reporting.Drawing.Unit.Inch(0.20000012218952179D));
   this.textBox60.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox60.Style.Font.Bold = true;
   this.textBox60.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox60.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox60.Value = "Deduction Information";
   //
   // textBox61
   //
   this.textBox61.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.299999862909317D), Telerik.Reporting.Drawing.Unit.Inch(0.29783821105957031D));
   this.textBox61.Name = "textBox61";
   this.textBox61.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.7000001668930054D), Telerik.Reporting.Drawing.Unit.Inch(0.40000024437904358D));
   this.textBox61.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox61.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Left;
   this.textBox61.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox61.Value = "Person";
   //
   // textBox62
   //
   this.textBox62.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.3083314895629883D), Telerik.Reporting.Drawing.Unit.Inch(0.30000051856040955D));
   this.textBox62.Name = "textBox62";
   this.textBox62.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.5707559585571289D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
   this.textBox62.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox62.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox62.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox62.Value = "Source";
   //
   // textBox63
   //
   this.textBox63.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(1.985416054725647D), Telerik.Reporting.Drawing.Unit.Inch(0.30000051856040955D));
   this.textBox63.Name = "textBox63";
   this.textBox63.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.3145837783813477D), Telerik.Reporting.Drawing.Unit.Inch(0.40000000596046448D));
   this.textBox63.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Solid;
   this.textBox63.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Center;
   this.textBox63.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
   this.textBox63.Value = "Type";
   //
   // groupFooterSection3
   //
   this.groupFooterSection3.Height = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.groupFooterSection3.Name = "groupFooterSection3";
   this.groupFooterSection3.Style.Visible = false;
   //
   // InsuranceSubReport
   //
   this.InsuranceSubReport.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.5D));
   this.InsuranceSubReport.Name = "InsuranceSubReport";
   this.InsuranceSubReport.Parameters.Add(new Telerik.Reporting.Parameter("MemberID", "=Parameters.MemberID"));
   this.InsuranceSubReport.ReportSource = this.frmInsuranceSubReport1;
   this.InsuranceSubReport.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.4998025894165039D), Telerik.Reporting.Drawing.Unit.Inch(0.30000019073486328D));
   //
   // frmInsuranceSubReport1
   //
   this.frmInsuranceSubReport1.Name = "frmInsuranceSubReport1";
   //
   // LiabilityIncomeSubReport
   //
   this.LiabilityIncomeSubReport.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.69999980926513672D));
   this.LiabilityIncomeSubReport.Name = "LiabilityIncomeSubReport";
   this.LiabilityIncomeSubReport.Parameters.Add(new Telerik.Reporting.Parameter("MemberID", "=Parameters.MemberID"));
   this.LiabilityIncomeSubReport.Parameters.Add(new Telerik.Reporting.Parameter("LiabilityID", "=Parameters.LiabilityID"));
   this.LiabilityIncomeSubReport.ReportSource = this.frmLiabilityIncomeSubReport1;
   this.LiabilityIncomeSubReport.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.4998025894165039D), Telerik.Reporting.Drawing.Unit.Inch(0.29992103576660156D));
   //
   // frmLiabilityIncomeSubReport1
   //
   this.frmLiabilityIncomeSubReport1.Name = "frmLiabilityIncomeSubReport1";
   //
   // LiabilityDeductionSubReport
   //
   this.LiabilityDeductionSubReport.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(3.9378803194267675E-05D), Telerik.Reporting.Drawing.Unit.Inch(0.7000001072883606D));
   this.LiabilityDeductionSubReport.Name = "LiabilityDeductionSubReport";
   this.LiabilityDeductionSubReport.Parameters.Add(new Telerik.Reporting.Parameter("LiabilityID", "=Parameters.LiabilityID"));
   this.LiabilityDeductionSubReport.Parameters.Add(new Telerik.Reporting.Parameter("MemberID", "=Parameters.MemberID"));
   this.LiabilityDeductionSubReport.ReportSource = this.frmLiabilityDeductionsSubReport1;
   this.LiabilityDeductionSubReport.Size = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(8.4998025894165039D), Telerik.Reporting.Drawing.Unit.Inch(0.30000051856040955D));
   //
   // frmLiabilityDeductionsSubReport1
   //
   this.frmLiabilityDeductionsSubReport1.Name = "frmLiabilityDeductionsSubReport1";
   //
   // frmConsumerLiability
   //
   this.DataSource = null;
   this.Groups.AddRange(new Telerik.Reporting.Group[] {
            this.group1,
            this.group2,
            this.group3});
   this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
            this.groupHeaderInsuranceSubReport,
            this.groupHeaderIncomeSubReport,
            this.groupHeaderDeductionSubReport,
            this.groupFooterSection1,
            this.groupFooterSection2,
            this.groupFooterSection3,
            this.pageHeader,
            this.detail,
            this.pageFooter,
            this.reportHeaderSection1});
   this.Name = "frmConsumerLiability";
   this.PageSettings.Landscape = false;
   this.PageSettings.Margins.Bottom = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.PageSettings.Margins.Left = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.PageSettings.Margins.Right = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.PageSettings.Margins.Top = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
   reportParameter1.Name = "LiabilityID";
   reportParameter1.Type = Telerik.Reporting.ReportParameterType.Integer;
   reportParameter2.Name = "MemberID";
   reportParameter2.Type = Telerik.Reporting.ReportParameterType.Integer;
   this.ReportParameters.Add(reportParameter1);
   this.ReportParameters.Add(reportParameter2);
   this.Style.BackgroundColor = System.Drawing.Color.White;
   this.Style.BorderWidth.Default = Telerik.Reporting.Drawing.Unit.Inch(1D);
   this.Style.Font.Name = "Times New Roman";
   this.Style.Padding.Bottom = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.Style.Padding.Left = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.Style.Padding.Top = Telerik.Reporting.Drawing.Unit.Inch(0D);
   this.Width = Telerik.Reporting.Drawing.Unit.Inch(8.5D);
   ((System.ComponentModel.ISupportInitialize)(this.frmInsuranceSubReport1)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.frmLiabilityIncomeSubReport1)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this.frmLiabilityDeductionsSubReport1)).EndInit();
   ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
        #endregion

        private Telerik.Reporting.PageHeaderSection pageHeader;
        private Telerik.Reporting.PageFooterSection pageFooter;
        private Telerik.Reporting.TextBox txtTitle;
        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 textBox1;
        private Telerik.Reporting.TextBox textBox2;
        private Telerik.Reporting.TextBox textBox9;
        private Telerik.Reporting.TextBox textBox75;
        private Telerik.Reporting.TextBox textBox76;
        private Telerik.Reporting.TextBox textBox77;
        private Telerik.Reporting.TextBox textBox78;
        private Telerik.Reporting.TextBox textBox79;
        private Telerik.Reporting.TextBox textBox80;
        private Telerik.Reporting.TextBox textBox81;
        private Telerik.Reporting.TextBox textBox10;
        private Telerik.Reporting.TextBox textBox11;
        private Telerik.Reporting.TextBox textBox82;
        private Telerik.Reporting.TextBox textBox83;
        private Telerik.Reporting.TextBox textBox84;
        private Telerik.Reporting.TextBox textBox85;
        private Telerik.Reporting.TextBox textBox86;
        private Telerik.Reporting.TextBox textBox87;
        private Telerik.Reporting.TextBox textBox88;
        private Telerik.Reporting.TextBox textBox89;
        private Telerik.Reporting.TextBox textBox90;
        private Telerik.Reporting.TextBox textBox91;
        private Telerik.Reporting.TextBox textBox92;
        private Telerik.Reporting.TextBox textBox93;
        private Telerik.Reporting.TextBox textBox94;
        private Telerik.Reporting.TextBox textBox95;
        private Telerik.Reporting.TextBox textBox96;
        private Telerik.Reporting.TextBox textBox98;
        private Telerik.Reporting.TextBox textBox100;
        private Telerik.Reporting.TextBox textBox101;
        private Telerik.Reporting.TextBox textBox12;
        private Telerik.Reporting.TextBox textBox13;
        private Telerik.Reporting.TextBox textBox14;
        private Telerik.Reporting.TextBox textBox15;
        private Telerik.Reporting.TextBox textBox16;
        public Group group1;
        private GroupFooterSection groupFooterSection1;
        public GroupHeaderSection groupHeaderInsuranceSubReport;
        private Telerik.Reporting.TextBox textBox69;
        private Telerik.Reporting.TextBox textBox70;
        private Telerik.Reporting.TextBox textBox71;
        private Telerik.Reporting.TextBox textBox72;
        private Telerik.Reporting.TextBox textBox73;
        private Telerik.Reporting.TextBox textBox74;
        public SubReport InsuranceSubReport;
        public frmInsuranceSubReport frmInsuranceSubReport1;
        private Telerik.Reporting.TextBox textBox30;
        private Telerik.Reporting.TextBox textBox31;
        private Telerik.Reporting.TextBox textBox32;
        private Telerik.Reporting.TextBox textBox33;
        public Telerik.Reporting.TextBox FamilyMembers;
        public ReportHeaderSection reportHeaderSection1;
        public Group group2;
        private GroupFooterSection groupFooterSection2;
        public GroupHeaderSection groupHeaderIncomeSubReport;
        public SubReport LiabilityIncomeSubReport;
        public frmLiabilityIncomeSubReport frmLiabilityIncomeSubReport1;
        private Telerik.Reporting.TextBox textBox40;
        private Telerik.Reporting.TextBox textBox41;
        private Telerik.Reporting.TextBox textBox42;
        private Telerik.Reporting.TextBox textBox43;
        private Telerik.Reporting.TextBox textBox44;
        private Telerik.Reporting.TextBox textBox45;
        private Telerik.Reporting.TextBox textBox46;
        private Telerik.Reporting.TextBox textBox47;
        public Group group3;
        private GroupFooterSection groupFooterSection3;
        public GroupHeaderSection groupHeaderDeductionSubReport;
        public SubReport LiabilityDeductionSubReport;
        public frmLiabilityDeductionsSubReport frmLiabilityDeductionsSubReport1;
        private Telerik.Reporting.TextBox textBox56;
        private Telerik.Reporting.TextBox textBox57;
        private Telerik.Reporting.TextBox textBox58;
        private Telerik.Reporting.TextBox textBox60;
        private Telerik.Reporting.TextBox textBox61;
        private Telerik.Reporting.TextBox textBox62;
        private Telerik.Reporting.TextBox textBox63;
        private DetailSection detail;
        private Telerik.Reporting.TextBox textBox17;
        private Telerik.Reporting.TextBox textBox18;
        private Telerik.Reporting.TextBox textBox19;
        private Telerik.Reporting.PictureBox pictureBox1;
        private Telerik.Reporting.PictureBox pictureBox2;
        private Telerik.Reporting.PictureBox pictureBox3;
        public Telerik.Reporting.TextBox LiablePersons;
    }
}

===============================================================

the function being called:

 using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using TAICore;
using TAICore.DataHandler;

    public partial class clsMHLiability
    {
      public static string GetFamilyMembersForLiability(int MemberID)
        {
            try
            {
                SqlConnection cn = new SqlConnection(Program.dbConnect);
                cn.Open();

                string lstFamilyMembersID = "";

                string sql = "SELECT DISTINCT m.ID ";
                sql += "FROM MemberMain m ";
                sql += "LEFT OUTER JOIN FamilyTransactions f ON m.ID = f.MemberID ";
                sql += "WHERE f.FamilyID = (SELECT TOP 1 familyID FROM FamilyTransactions WHERE MemberID = " + MemberID + " order by -cast(deActivationDate as int))";
                sql += " AND f.deActivationDate IS NULL ";
                sql += "ORDER BY m.ID ASC ";

                SqlCommand cmd = new SqlCommand(sql, cn);

                SqlDataReader r = cmd.ExecuteReader();

                string memID = "";

                while (r.Read())
                {
                    memID = r["ID"].ToString();
                    lstFamilyMembersID += memID + ",";
                }

                cn.Close();
                cn.Dispose();

                return lstFamilyMembersID;
            }
            catch (Exception ex)
            {
                throw new Exception("clsFamilyTransactions.GetFamilyMembersForLiability Error..." + Environment.NewLine + ex.ToString());
            }
        }
}

0
Steve
Telerik team
answered on 04 Jun 2012, 11:42 AM
Hello John,

The function signature and name should match, and in your case the name of the function is GetFamilyMembersForLiability while in the TextBox expression it is GetFamilyMembersForLiabilityReport.

Kind regards,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

Tags
General Discussions
Asked by
John
Top achievements
Rank 1
Answers by
Steve
Telerik team
John
Top achievements
Rank 1
Share this question
or