Page 1 of 1

Unable to shrink panel when panel is disabled

Posted: Thu Sep 02, 2010 4:49 pm
by bclay
I have included my source code.

I am having trouble trying to shrink the panel (Panel1) to size 0 when the panel (Panel1) is disabled. In this case the text boxes (Text3 and Text4) that are on the panel (Panel1) are hidden correctly, but the report still allocates blank space for the panel (Panel1). I have set the CanShrink property to true for the panel (Panel1).

Note, if I move Panel1 after Panel2, Panel1 is hidden correctly and no blank space is allocated to Panel1.

Is there something I need to set to make it so that no empty space is allocated on the report to Panel1 when it is disabled?

using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using Stimulsoft.Controls;
using Stimulsoft.Base.Drawing;
using Stimulsoft.Report;
using Stimulsoft.Report.Dialogs;
using Stimulsoft.Report.Components;

namespace WinFlex.Render.Reports
{

public class LedgerReport : Stimulsoft.Report.StiReport
{
public LedgerReport()
{
this.InitializeComponent();
}
#region StiReport Designer generated code - do not modify
public string Agent_Addr1;
public string Agent_Addr2;
public string Agent_BankSale_YN;
public string Agent_City;
public string Agent_Company;
public string Agent_Email;
public string Agent_Fax;
public string Agent_Name;
public string Agent_Phone;
public string Agent_State;
public string Agent_Zip;
public string AMRS_CommissionTarget_YN;
public string fmt_Columns;
public string fmt_Name;
public string Insured_Age;
public string Insured_Class;
public string Insured_Sex;
public string Insured_State;
public string Insured_TaxBracket;
public string Policy_1035ExchangeAmt;
public string Policy_CreditRate;
public string Policy_DBOpt;
public string Policy_DisburseYN;
public string Policy_EffDate;
public string Policy_FaceAmount;
public string Policy_InsuranceTest;
public string Policy_Premium;
public string Policy_PremiumMode;
public string Policy_PremiumPourin;
public string Policy_PreventMEC;
public string Policy_PrintYears;
public string Policy_QualifiedPlan_YN;
public string Policy_Revised_YN;
public string Policy_Riders_YN;
public string Policy_SolveFor;
public string Rider_ITR_YN;
public string US_CPWCode;
public string US_PrintDetail;
public string US_PrintInteFlexPages;
public string US_PrintOutputOpt;
public string US_PrintStartYear;
public string bridge_Agent;
public string bridge_Columns;
public string bridge_CommPrem;
public string bridge_CompanyName;
public string bridge_GLP;
public string bridge_GSP;
public string bridge_InitialAnnPrem;
public string bridge_InitialBasis;
public string bridge_InterestRate;
public string bridge_MEC;
public string bridge_MECLimit;
public string bridge_MinPrem;
public string bridge_Policy;
public string bridge_SourceLedgerPages;
public string bridge_Years;
public string bridge_Age;
public string bridge_Client;
public string bridge_InitialDB;
public string bridge_RiskClass;
public string bridge_Sex;
public string bridge_LapseYear;
public string bridge_YearsGuaranteed;
public string Year;
public string Age;
public string NetAnnualOutlay;
public string CumulativeNetAnnualOutlay;
public string AnnualCashValueIncrDecr;
public string NetSurrenderValue;
public string NetDeathBenefit;
public Stimulsoft.Report.Components.StiPage Page1;
public Stimulsoft.Report.Components.StiPageHeaderBand PageHeaderBand1;
public Stimulsoft.Report.Components.StiText Text1;
public Stimulsoft.Report.Components.StiPanel Panel1;
public Stimulsoft.Report.Components.StiText Text3;
public Stimulsoft.Report.Components.StiText Text4;
public Stimulsoft.Report.Components.StiPanel Panel2;
public Stimulsoft.Report.Components.StiText Text6;
public Stimulsoft.Report.Components.StiText Text15;
public Stimulsoft.Report.Components.StiText Text16;
public Stimulsoft.Report.Components.StiPageFooterBand PageFooterBand1;
public Stimulsoft.Report.Components.StiText Text13;
public Stimulsoft.Report.Components.StiText Text14;
public Stimulsoft.Report.Components.StiGroupHeaderBand GroupHeaderBand1;
public Stimulsoft.Report.Components.StiHeaderBand HeaderConceptValues;
public Stimulsoft.Report.Components.StiText HeaderConceptValues_Year;
public Stimulsoft.Report.Components.StiText HeaderConceptValues_Age;
public Stimulsoft.Report.Components.StiText HeaderConceptValues_NetAnnualOutlay;
public Stimulsoft.Report.Components.StiText HeaderConceptValues_CumulativeNetOutlay;
public Stimulsoft.Report.Components.StiText HeaderConceptValues_AnnualCashValueIncrDecr;
public Stimulsoft.Report.Components.StiText HeaderConceptValues_NetSurrenderValue;
public Stimulsoft.Report.Components.StiText HeaderConceptValues_NetDeathBenefit;
public Stimulsoft.Report.Components.StiDataBand DataConceptValues;
public Stimulsoft.Report.Components.StiText DataConceptValues_Year;
public Stimulsoft.Report.Components.StiText DataConceptValues_Age;
public Stimulsoft.Report.Components.StiText DataConceptValues_NetAnnualOutlay;
public Stimulsoft.Report.Components.StiText DataConceptValues_CumulativeNetOutlay;
public Stimulsoft.Report.Components.StiText DataConceptValues_AnnualCashValueIncrDecr;
public Stimulsoft.Report.Components.StiText DataConceptValues_NetSurrenderValue;
public Stimulsoft.Report.Components.StiText DataConceptValues_NetDeathBenefit;
public Stimulsoft.Report.Components.StiGroupFooterBand GroupFooterBand1;
public Stimulsoft.Report.Components.StiText Text5;
public Stimulsoft.Report.Components.StiText Text7;
public Stimulsoft.Report.Components.StiText Text8;
public Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService Text8_Sum;
public Stimulsoft.Report.Components.StiText Text9;
public Stimulsoft.Report.Components.StiText Text10;
public Stimulsoft.Report.Components.StiText Text11;
public Stimulsoft.Report.Components.StiText Text12;
public Stimulsoft.Report.Components.StiWatermark Page1_Watermark;
public Stimulsoft.Report.Print.StiPrinterSettings Report_PrinterSettings;
public ColumnValuesDataSource ColumnValues;
public ProductBusinessObject Product;
public CompanyBusinessObject Company;
public WFSystemBusinessObject WFSystem;

private void Text1_ConditionsTextValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
System.String value = ((System.String)(e.Value));
string tag = ((StiComponent)sender).TagValue as string;
string tooltip = ((StiComponent)sender).ToolTipValue as string;
string hyperlink = ((StiComponent)sender).HyperlinkValue as string;
}

public void Text1__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, this.Dictionary.Variables.Contains("fmt_TitleLine") ? this.Dictionary.Variables["fmt_TitleLine"] : "Life Insurance Illustration", true);
}

public void Text3__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Initial Death\r\nBenefit\r\n" + ToString(sender, string.Format("{0:C0}", System.Convert.ToDouble(bridge_InitialDB)), true);
}

public void Text4__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Initial \r\nPayment\r\n" + ToString(sender, string.Format("{0:C0}", System.Convert.ToDouble(bridge_InitialAnnPrem)), true);
}

private void Panel2_Conditions(object sender, System.EventArgs e)
{
if ((this.Product.Type.ToString().ToLower() != this.ToString("term").ToLower()))
{
((Stimulsoft.Report.Components.IStiBrush)(sender)).Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
((Stimulsoft.Report.Components.StiComponent)(sender)).Enabled = true;
return;
}
}

public void Text6__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Initial Death\r\nBenefit\r\n" + ToString(sender, string.Format("{0:C0}", System.Convert.ToDouble(bridge_InitialDB)), true);
}

public void Text15__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Initial \r\nPayment\r\n" + ToString(sender, string.Format("{0:C0}", System.Convert.ToDouble(bridge_InitialAnnPrem)), true);
}

public void Text16__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "Non-Guaranteed\r\nInterest Rate\r\n" + ToString(sender, bridge_InterestRate, true) + "%";
}

public void Text13__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "This is a supplemental illustration. It must be accompanied by a " + ToString(sender, Product.Name, true) + " proposal from " + ToString(sender, Company.Name, true) + " which contains guaranteed elements and other important information. Any non-gua" +
"ranteed elements illustrated are subject to change and can be either higher or l" +
"ower.\r\n\r\nPresented by: " + ToString(sender, Agent_Name, true);
}

public void Text14__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "#%#{PageNofM}";
e.StoreToPrinted = true;
}

public System.String Text14_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
{
return ToString(sender, PageNofM, true);
}

public void GroupHeaderBand1__GetValue(object sender, Stimulsoft.Report.Events.StiValueEventArgs e)
{
e.Value = (System.Convert.ToInt32(ColumnValues.Year)-1)/5;
}

public void HeaderConceptValues_Year__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Year, true);
}

public void HeaderConceptValues_Age__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, Age, true);
}

public void HeaderConceptValues_NetAnnualOutlay__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, NetAnnualOutlay, true);
}

public void HeaderConceptValues_CumulativeNetOutlay__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, CumulativeNetAnnualOutlay, true);
}

public void HeaderConceptValues_AnnualCashValueIncrDecr__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, AnnualCashValueIncrDecr, true);
}

public void HeaderConceptValues_NetSurrenderValue__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, NetSurrenderValue, true);
}

public void HeaderConceptValues_NetDeathBenefit__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, NetDeathBenefit, true);
}

public void DataConceptValues_Year__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.Year), true);
}

public void DataConceptValues_Age__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.Age), true);
}

public void DataConceptValues_NetAnnualOutlay__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.NetAnnualOutlay), true);
}

public void DataConceptValues_CumulativeNetOutlay__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.CumulativeNetAnnualOutlay), true);
}

public void DataConceptValues_AnnualCashValueIncrDecr__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.AnnualCashValueIncrDecr), true);
}

public void DataConceptValues_NetSurrenderValue__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.NetSurrenderValue), true);
}

public void DataConceptValues_NetDeathBenefit__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.NetDeathBenefit), true);
}

public void Text5__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "T@";
}

public void Text7__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, ColumnValues.Age, true);
}

public void Text8__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = "#%#{string.Format(\"{0:n0}\", SumRunning(DataConceptValues,ColumnValues.NetAnnualOu" +
"tlay))}";
e.StoreToPrinted = true;
}

public System.String Text8_GetValue_End(Stimulsoft.Report.Components.StiComponent sender)
{
return ToString(sender, string.Format("{0:n0}", ((decimal)(StiReport.ChangeType(this.Text8_Sum.GetValue(), typeof(decimal), true)))), true);
}

public void Text9__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.CumulativeNetAnnualOutlay), true);
}

public void Text10__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.AnnualCashValueIncrDecr), true);
}

public void Text11__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.NetSurrenderValue), true);
}

public void Text12__GetValue(object sender, Stimulsoft.Report.Events.StiGetValueEventArgs e)
{
e.Value = ToString(sender, string.Format("{0:n0}", ColumnValues.NetDeathBenefit), true);
}

public void GroupHeaderBand1__BeginRender(object sender, System.EventArgs e)
{
this.Text8_Sum.Init();
this.Text8.TextValue = "";
}

public void GroupHeaderBand1__EndRender(object sender, System.EventArgs e)
{
this.Text8.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text8_GetValue_End));
}

public void DataConceptValues__Rendering(object sender, System.EventArgs e)
{
this.Text8_Sum.CalcItem(ColumnValues.NetAnnualOutlay);
}

public void ReportWordsToEnd__EndRender(object sender, System.EventArgs e)
{
this.Text14.SetText(new Stimulsoft.Report.Components.StiGetValue(this.Text14_GetValue_End));
}

private void InitializeComponent()
{
this.WFSystem = new WFSystemBusinessObject();
this.Company = new CompanyBusinessObject();
this.Product = new ProductBusinessObject();
this.ColumnValues = new ColumnValuesDataSource();
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_Addr1", "Agent_Addr1", "", typeof(string), "1441 West Ute Blvd", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_Addr2", "Agent_Addr2", "", typeof(string), "Suite 340", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_BankSale_YN", "Agent_BankSale_YN", "", typeof(string), "N", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_City", "Agent_City", "", typeof(string), "Park City", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_Company", "Agent_Company", "", typeof(string), "RSL", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_Email", "Agent_Email", "", typeof(string), "bclay@ebixlife.com", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_Fax", "Agent_Fax", "", typeof(string), "435-649-5333", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_Name", "Agent_Name", "", typeof(string), "Fabian Espindola", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_Phone", "Agent_Phone", "", typeof(string), "435-649-5300", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_State", "Agent_State", "", typeof(string), "UT", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Agent_Zip", "Agent_Zip", "", typeof(string), "84098", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "AMRS_CommissionTarget_YN", "AMRS_CommissionTarget_YN", "", typeof(string), "N", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "fmt_Columns", "fmt_Columns", "", typeof(string), "-1, -2, 9, 10, 11, 13, 15", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "fmt_Name", "fmt_Name", "", typeof(string), "LEDGER", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Insured_Age", "Insured_Age", "", typeof(string), "45", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Insured_Class", "Insured_Class", "", typeof(string), "N", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Insured_Sex", "Insured_Sex", "", typeof(string), "M", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Insured_State", "Insured_State", "", typeof(string), "UT", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Insured_TaxBracket", "Insured_TaxBracket", "", typeof(string), "35", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_1035ExchangeAmt", "Policy_1035ExchangeAmt", "", typeof(string), "0", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_CreditRate", "Policy_CreditRate", "", typeof(string), "C", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_DBOpt", "Policy_DBOpt", "", typeof(string), "L", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_DisburseYN", "Policy_DisburseYN", "", typeof(string), "N", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_EffDate", "Policy_EffDate", "", typeof(string), "08/23/2010", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_FaceAmount", "Policy_FaceAmount", "", typeof(string), "100000", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_InsuranceTest", "Policy_InsuranceTest", "", typeof(string), "G", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_Premium", "Policy_Premium", "", typeof(string), "1000", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_PremiumMode", "Policy_PremiumMode", "", typeof(string), "A", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_PremiumPourin", "Policy_PremiumPourin", "", typeof(string), "0", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_PreventMEC", "Policy_PreventMEC", "", typeof(string), "N", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_PrintYears", "Policy_PrintYears", "", typeof(string), "76", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_QualifiedPlan_YN", "Policy_QualifiedPlan_YN", "", typeof(string), "N", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_Revised_YN", "Policy_Revised_YN", "", typeof(string), "N", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_Riders_YN", "Policy_Riders_YN", "", typeof(string), "N", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Policy_SolveFor", "Policy_SolveFor", "", typeof(string), "C", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "Rider_ITR_YN", "Rider_ITR_YN", "", typeof(string), "N", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "US_CPWCode", "US_CPWCode", "", typeof(string), "BLUE", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "US_PrintDetail", "US_PrintDetail", "", typeof(string), "0", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "US_PrintInteFlexPages", "US_PrintInteFlexPages", "", typeof(string), "1", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "US_PrintOutputOpt", "US_PrintOutputOpt", "", typeof(string), "B", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Client Answers", "US_PrintStartYear", "US_PrintStartYear", "", typeof(string), "1", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_Agent", "bridge_Agent", "", typeof(string), "Fabian Espindola", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_Columns", "bridge_Columns", "", typeof(string), "11", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_CommPrem", "bridge_CommPrem", "", typeof(string), "796", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_CompanyName", "bridge_CompanyName", "", typeof(string), "Aviva Life and Annuity Company", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_GLP", "bridge_GLP", "", typeof(string), "1924.14", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_GSP", "bridge_GSP", "", typeof(string), "22339.48", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_InitialAnnPrem", "bridge_InitialAnnPrem", "", typeof(string), "1000", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_InitialBasis", "bridge_InitialBasis", "", typeof(string), "0", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_InterestRate", "bridge_InterestRate", "", typeof(string), "(1st Yr) 4.75", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_MEC", "bridge_MEC", "", typeof(string), "N", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_MECLimit", "bridge_MECLimit", "", typeof(string), "4678.17", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_MinPrem", "bridge_MinPrem", "", typeof(string), "726", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_Policy", "bridge_Policy", "", typeof(string), "Guarantee UL Solution", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_SourceLedgerPages", "bridge_SourceLedgerPages", "", typeof(string), "13", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_Years", "bridge_Years", "", typeof(string), "76", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_Age", "bridge_Age", "", typeof(string), "45", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_Client", "bridge_Client", "", typeof(string), "", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_InitialDB", "bridge_InitialDB", "", typeof(string), "100000", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_RiskClass", "bridge_RiskClass", "", typeof(string), "Non-Tobacco", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_Sex", "bridge_Sex", "", typeof(string), "M", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_LapseYear", "bridge_LapseYear", "", typeof(string), "77", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Header Values", "bridge_YearsGuaranteed", "bridge_YearsGuaranteed", "", typeof(string), "5", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Column Headers", "Year", "Year", "", typeof(string), "Year", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Column Headers", "Age", "Age", "", typeof(string), "Age", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Column Headers", "NetAnnualOutlay", "NetAnnualOutlay", "", typeof(string), "Net Annual\nOutlay", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Column Headers", "CumulativeNetAnnualOutlay", "CumulativeNetAnnualOutlay", "", typeof(string), "Cumulative\nNet Outlay", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Column Headers", "AnnualCashValueIncrDecr", "AnnualCashValueIncrDecr", "", typeof(string), "Annual\nCash Value\nIncr / Decr", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Column Headers", "NetSurrenderValue", "NetSurrenderValue", "", typeof(string), "Net Cash\nSurrender\nValue", false, false, false));
this.Dictionary.Variables.Add(new Stimulsoft.Report.Dictionary.StiVariable("Column Headers", "NetDeathBenefit", "NetDeathBenefit", "", typeof(string), "Death\nBenefit", false, false, false));
this.NeedsCompiling = false;
this.Text8_Sum = new Stimulsoft.Report.Dictionary.StiSumDecimalFunctionService();
this.Text8_Sum.RunningTotal = true;
// Variables init
// Variables init
this.Agent_Addr1 = "1441 West Ute Blvd";
this.Agent_Addr2 = "Suite 340";
this.Agent_BankSale_YN = "N";
this.Agent_City = "Park City";
this.Agent_Company = "RSL";
this.Agent_Email = "bclay@ebixlife.com";
this.Agent_Fax = "435-649-5333";
this.Agent_Name = "Fabian Espindola";
this.Agent_Phone = "435-649-5300";
this.Agent_State = "UT";
this.Agent_Zip = "84098";
this.AMRS_CommissionTarget_YN = "N";
this.fmt_Columns = "-1, -2, 9, 10, 11, 13, 15";
this.fmt_Name = "LEDGER";
this.Insured_Age = "45";
this.Insured_Class = "N";
this.Insured_Sex = "M";
this.Insured_State = "UT";
this.Insured_TaxBracket = "35";
this.Policy_1035ExchangeAmt = "0";
this.Policy_CreditRate = "C";
this.Policy_DBOpt = "L";
this.Policy_DisburseYN = "N";
this.Policy_EffDate = "08/23/2010";
this.Policy_FaceAmount = "100000";
this.Policy_InsuranceTest = "G";
this.Policy_Premium = "1000";
this.Policy_PremiumMode = "A";
this.Policy_PremiumPourin = "0";
this.Policy_PreventMEC = "N";
this.Policy_PrintYears = "76";
this.Policy_QualifiedPlan_YN = "N";
this.Policy_Revised_YN = "N";
this.Policy_Riders_YN = "N";
this.Policy_SolveFor = "C";
this.Rider_ITR_YN = "N";
this.US_CPWCode = "BLUE";
this.US_PrintDetail = "0";
this.US_PrintInteFlexPages = "1";
this.US_PrintOutputOpt = "B";
this.US_PrintStartYear = "1";
this.bridge_Agent = "Fabian Espindola";
this.bridge_Columns = "11";
this.bridge_CommPrem = "796";
this.bridge_CompanyName = "Aviva Life and Annuity Company";
this.bridge_GLP = "1924.14";
this.bridge_GSP = "22339.48";
this.bridge_InitialAnnPrem = "1000";
this.bridge_InitialBasis = "0";
this.bridge_InterestRate = "(1st Yr) 4.75";
this.bridge_MEC = "N";
this.bridge_MECLimit = "4678.17";
this.bridge_MinPrem = "726";
this.bridge_Policy = "Guarantee UL Solution";
this.bridge_SourceLedgerPages = "13";
this.bridge_Years = "76";
this.bridge_Age = "45";
this.bridge_Client = "";
this.bridge_InitialDB = "100000";
this.bridge_RiskClass = "Non-Tobacco";
this.bridge_Sex = "M";
this.bridge_LapseYear = "77";
this.bridge_YearsGuaranteed = "5";
this.Year = "Year";
this.Age = "Age";
this.NetAnnualOutlay = "Net Annual\nOutlay";
this.CumulativeNetAnnualOutlay = "Cumulative\nNet Outlay";
this.AnnualCashValueIncrDecr = "Annual\nCash Value\nIncr / Decr";
this.NetSurrenderValue = "Net Cash\nSurrender\nValue";
this.NetDeathBenefit = "Death\nBenefit";
this.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2;
this.ReferencedAssemblies = new System.String[] {
"System.Dll",
"System.Drawing.Dll",
"System.Windows.Forms.Dll",
"System.Data.Dll",
"System.Xml.Dll",
"Stimulsoft.Controls.Dll",
"Stimulsoft.Base.Dll",
"Stimulsoft.Report.Dll",
"WinFlex.Calculation.Relay.Dll",
"WinFlex.BusinessObjects.Answers.Dll"};
this.ReportAlias = "Report";
//
// ReportChanged
//
this.ReportChanged = new DateTime(2010, 9, 2, 15, 45, 31, 798);
//
// ReportCreated
//
this.ReportCreated = new DateTime(2010, 8, 9, 13, 9, 54, 0);
this.ReportFile = "Ledger.mrt";
this.ReportGuid = "d355aa101eba4b2281a6b7356b8b4239";
this.ReportName = "Report";
this.ReportUnit = Stimulsoft.Report.StiReportUnitType.Inches;
this.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp;
//
// Page1
//
this.Page1 = new Stimulsoft.Report.Components.StiPage();
this.Page1.Guid = "14dca7b940e941029900c86c70aa503b";
this.Page1.Name = "Page1";
this.Page1.PageHeight = 11.69;
this.Page1.PageWidth = 8.27;
this.Page1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 2, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Page1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// PageHeaderBand1
//
this.PageHeaderBand1 = new Stimulsoft.Report.Components.StiPageHeaderBand();
this.PageHeaderBand1.CanShrink = true;
this.PageHeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.2, 7.49, 1.7);
this.PageHeaderBand1.Name = "PageHeaderBand1";
this.PageHeaderBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.PageHeaderBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text1
//
this.Text1 = new Stimulsoft.Report.Components.StiText();
this.Text1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 7.5, 0.5);
this.Text1.TextProcess += new Stimulsoft.Report.Events.StiValueEventHandler(this.Text1_ConditionsTextValue);
this.Text1.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text1.Name = "Text1";
this.Text1.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text1__GetValue);
this.Text1.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text1.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Right), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(255, 181, 204, 136));
this.Text1.Font = new System.Drawing.Font("Arial", 18F);
this.Text1.Guid = null;
this.Text1.Interaction = null;
this.Text1.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text1.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text1.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Panel1
//
this.Panel1 = new Stimulsoft.Report.Components.StiPanel();
this.Panel1.CanShrink = true;
this.Panel1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.5, 7.5, 0.6);
this.Panel1.Enabled = false;
this.Panel1.Guid = "048d3dc769f14448a82a4421a3beb43d";
this.Panel1.Name = "Panel1";
this.Panel1.ShiftMode = ((Stimulsoft.Report.Components.StiShiftMode.None | Stimulsoft.Report.Components.StiShiftMode.IncreasingSize)
| Stimulsoft.Report.Components.StiShiftMode.DecreasingSize);
this.Panel1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text3
//
this.Text3 = new Stimulsoft.Report.Components.StiText();
this.Text3.AutoWidth = true;
this.Text3.CanGrow = true;
this.Text3.CanShrink = true;
this.Text3.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 3.7, 0.6);
this.Text3.GrowToHeight = true;
this.Text3.Guid = "42f78436356e481fb291ef6f153f71c6";
this.Text3.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text3.Name = "Text3";
this.Text3.ShiftMode = (((Stimulsoft.Report.Components.StiShiftMode.None | Stimulsoft.Report.Components.StiShiftMode.IncreasingSize)
| Stimulsoft.Report.Components.StiShiftMode.DecreasingSize)
| Stimulsoft.Report.Components.StiShiftMode.OnlyInWidthOfComponent);
this.Text3.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text3__GetValue);
this.Text3.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text3.Border = new Stimulsoft.Base.Drawing.StiBorder((((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Left)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text3.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text3.Font = new System.Drawing.Font("Arial", 10F);
this.Text3.Interaction = null;
this.Text3.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text3.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text3.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text4
//
this.Text4 = new Stimulsoft.Report.Components.StiText();
this.Text4.CanShrink = true;
this.Text4.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.7, 0, 3.8, 0.6);
this.Text4.Guid = "7654afc27ac84af2b86d8ae90f635397";
this.Text4.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text4.Name = "Text4";
this.Text4.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text4__GetValue);
this.Text4.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text4.Border = new Stimulsoft.Base.Drawing.StiBorder(((Stimulsoft.Base.Drawing.StiBorderSides.None | Stimulsoft.Base.Drawing.StiBorderSides.Top)
| Stimulsoft.Base.Drawing.StiBorderSides.Bottom), System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text4.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text4.Font = new System.Drawing.Font("Arial", 10F);
this.Text4.Interaction = null;
this.Text4.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text4.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text4.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel1.Interaction = null;
//
// Panel2
//
this.Panel2 = new Stimulsoft.Report.Components.StiPanel();
this.Panel2.CanShrink = true;
this.Panel2.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 1.1, 7.5, 0.6);
this.Panel2.BeforePrint += new System.EventHandler(this.Panel2_Conditions);
this.Panel2.Guid = "39833ef8d1934f2b9e0e9104fe0dfb9c";
this.Panel2.Name = "Panel2";
this.Panel2.ShiftMode = ((Stimulsoft.Report.Components.StiShiftMode.None | Stimulsoft.Report.Components.StiShiftMode.IncreasingSize)
| Stimulsoft.Report.Components.StiShiftMode.DecreasingSize);
this.Panel2.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.All, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Panel2.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text6
//
this.Text6 = new Stimulsoft.Report.Components.StiText();
this.Text6.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 2.6, 0.6);
this.Text6.Guid = "046fd28786324c06b6a58b0dbd903035";
this.Text6.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text6.Name = "Text6";
this.Text6.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text6__GetValue);
this.Text6.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text6.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text6.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text6.Font = new System.Drawing.Font("Arial", 10F);
this.Text6.Interaction = null;
this.Text6.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text6.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text6.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text15
//
this.Text15 = new Stimulsoft.Report.Components.StiText();
this.Text15.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.6, 0, 2.4, 0.6);
this.Text15.Guid = "2573cef926d3447ea89e617af81b3825";
this.Text15.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text15.Name = "Text15";
this.Text15.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text15__GetValue);
this.Text15.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text15.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text15.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text15.Font = new System.Drawing.Font("Arial", 10F);
this.Text15.Interaction = null;
this.Text15.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text15.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text15.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text16
//
this.Text16 = new Stimulsoft.Report.Components.StiText();
this.Text16.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5, 0, 2.5, 0.6);
this.Text16.Guid = "355e68ec0c394fff96ab037c3db6e305";
this.Text16.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text16.Name = "Text16";
this.Text16.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text16__GetValue);
this.Text16.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text16.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text16.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text16.Font = new System.Drawing.Font("Arial", 10F);
this.Text16.Interaction = null;
this.Text16.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text16.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text16.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.Panel2.Interaction = null;
this.PageHeaderBand1.Guid = null;
this.PageHeaderBand1.Interaction = null;
//
// PageFooterBand1
//
this.PageFooterBand1 = new Stimulsoft.Report.Components.StiPageFooterBand();
this.PageFooterBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 10.01, 7.49, 0.9);
this.PageFooterBand1.Name = "PageFooterBand1";
this.PageFooterBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.PageFooterBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text13
//
this.Text13 = new Stimulsoft.Report.Components.StiText();
this.Text13.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, -0.01, 7.5, 0.7);
this.Text13.Name = "Text13";
this.Text13.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text13__GetValue);
this.Text13.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text13.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text13.Font = new System.Drawing.Font("Arial", 8F);
this.Text13.Guid = null;
this.Text13.Interaction = null;
this.Text13.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text13.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text13.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text14
//
this.Text14 = new Stimulsoft.Report.Components.StiText();
this.Text14.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.69, 7.5, 0.2);
this.Text14.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Center;
this.Text14.Name = "Text14";
this.Text14.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text14__GetValue);
this.Text14.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text14.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text14.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text14.Font = new System.Drawing.Font("Arial", 8F);
this.Text14.Guid = null;
this.Text14.Interaction = null;
this.Text14.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text14.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text14.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, false, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.PageFooterBand1.Guid = null;
this.PageFooterBand1.Interaction = null;
//
// GroupHeaderBand1
//
this.GroupHeaderBand1 = new Stimulsoft.Report.Components.StiGroupHeaderBand();
this.GroupHeaderBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.3, 7.49, 0);
this.GroupHeaderBand1.GetValue += new Stimulsoft.Report.Events.StiValueEventHandler(this.GroupHeaderBand1__GetValue);
this.GroupHeaderBand1.KeepGroupTogether = true;
this.GroupHeaderBand1.Name = "GroupHeaderBand1";
this.GroupHeaderBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupHeaderBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.GroupHeaderBand1.Guid = null;
this.GroupHeaderBand1.Interaction = null;
//
// HeaderConceptValues
//
this.HeaderConceptValues = new Stimulsoft.Report.Components.StiHeaderBand();
this.HeaderConceptValues.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 2.7, 7.49, 0.8);
this.HeaderConceptValues.Name = "HeaderConceptValues";
this.HeaderConceptValues.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.Bottom, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HeaderConceptValues.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// HeaderConceptValues_Year
//
this.HeaderConceptValues_Year = new Stimulsoft.Report.Components.StiText();
this.HeaderConceptValues_Year.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0.3, 0.6, 0.5);
this.HeaderConceptValues_Year.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.HeaderConceptValues_Year.Name = "HeaderConceptValues_Year";
this.HeaderConceptValues_Year.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.HeaderConceptValues_Year__GetValue);
this.HeaderConceptValues_Year.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.HeaderConceptValues_Year.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HeaderConceptValues_Year.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HeaderConceptValues_Year.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Italic));
this.HeaderConceptValues_Year.Guid = null;
this.HeaderConceptValues_Year.Interaction = null;
this.HeaderConceptValues_Year.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.HeaderConceptValues_Year.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.HeaderConceptValues_Year.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// HeaderConceptValues_Age
//
this.HeaderConceptValues_Age = new Stimulsoft.Report.Components.StiText();
this.HeaderConceptValues_Age.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0.3, 0.6, 0.5);
this.HeaderConceptValues_Age.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.HeaderConceptValues_Age.Name = "HeaderConceptValues_Age";
this.HeaderConceptValues_Age.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.HeaderConceptValues_Age__GetValue);
this.HeaderConceptValues_Age.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.HeaderConceptValues_Age.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HeaderConceptValues_Age.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HeaderConceptValues_Age.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Italic));
this.HeaderConceptValues_Age.Guid = null;
this.HeaderConceptValues_Age.Interaction = null;
this.HeaderConceptValues_Age.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.HeaderConceptValues_Age.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.HeaderConceptValues_Age.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// HeaderConceptValues_NetAnnualOutlay
//
this.HeaderConceptValues_NetAnnualOutlay = new Stimulsoft.Report.Components.StiText();
this.HeaderConceptValues_NetAnnualOutlay.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(1.2, 0.3, 1.3, 0.5);
this.HeaderConceptValues_NetAnnualOutlay.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.HeaderConceptValues_NetAnnualOutlay.Name = "HeaderConceptValues_NetAnnualOutlay";
this.HeaderConceptValues_NetAnnualOutlay.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.HeaderConceptValues_NetAnnualOutlay__GetValue);
this.HeaderConceptValues_NetAnnualOutlay.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.HeaderConceptValues_NetAnnualOutlay.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HeaderConceptValues_NetAnnualOutlay.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HeaderConceptValues_NetAnnualOutlay.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Italic));
this.HeaderConceptValues_NetAnnualOutlay.Guid = null;
this.HeaderConceptValues_NetAnnualOutlay.Interaction = null;
this.HeaderConceptValues_NetAnnualOutlay.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.HeaderConceptValues_NetAnnualOutlay.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.HeaderConceptValues_NetAnnualOutlay.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// HeaderConceptValues_CumulativeNetOutlay
//
this.HeaderConceptValues_CumulativeNetOutlay = new Stimulsoft.Report.Components.StiText();
this.HeaderConceptValues_CumulativeNetOutlay.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.5, 0.3, 1.3, 0.5);
this.HeaderConceptValues_CumulativeNetOutlay.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.HeaderConceptValues_CumulativeNetOutlay.Name = "HeaderConceptValues_CumulativeNetOutlay";
this.HeaderConceptValues_CumulativeNetOutlay.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.HeaderConceptValues_CumulativeNetOutlay__GetValue);
this.HeaderConceptValues_CumulativeNetOutlay.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.HeaderConceptValues_CumulativeNetOutlay.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HeaderConceptValues_CumulativeNetOutlay.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HeaderConceptValues_CumulativeNetOutlay.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Italic));
this.HeaderConceptValues_CumulativeNetOutlay.Guid = null;
this.HeaderConceptValues_CumulativeNetOutlay.Interaction = null;
this.HeaderConceptValues_CumulativeNetOutlay.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.HeaderConceptValues_CumulativeNetOutlay.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.HeaderConceptValues_CumulativeNetOutlay.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// HeaderConceptValues_AnnualCashValueIncrDecr
//
this.HeaderConceptValues_AnnualCashValueIncrDecr = new Stimulsoft.Report.Components.StiText();
this.HeaderConceptValues_AnnualCashValueIncrDecr.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.8, 0.3, 1.4, 0.5);
this.HeaderConceptValues_AnnualCashValueIncrDecr.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.HeaderConceptValues_AnnualCashValueIncrDecr.Name = "HeaderConceptValues_AnnualCashValueIncrDecr";
this.HeaderConceptValues_AnnualCashValueIncrDecr.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.HeaderConceptValues_AnnualCashValueIncrDecr__GetValue);
this.HeaderConceptValues_AnnualCashValueIncrDecr.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.HeaderConceptValues_AnnualCashValueIncrDecr.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HeaderConceptValues_AnnualCashValueIncrDecr.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HeaderConceptValues_AnnualCashValueIncrDecr.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Italic));
this.HeaderConceptValues_AnnualCashValueIncrDecr.Guid = null;
this.HeaderConceptValues_AnnualCashValueIncrDecr.Interaction = null;
this.HeaderConceptValues_AnnualCashValueIncrDecr.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.HeaderConceptValues_AnnualCashValueIncrDecr.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.HeaderConceptValues_AnnualCashValueIncrDecr.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// HeaderConceptValues_NetSurrenderValue
//
this.HeaderConceptValues_NetSurrenderValue = new Stimulsoft.Report.Components.StiText();
this.HeaderConceptValues_NetSurrenderValue.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0.3, 1.2, 0.5);
this.HeaderConceptValues_NetSurrenderValue.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.HeaderConceptValues_NetSurrenderValue.Name = "HeaderConceptValues_NetSurrenderValue";
this.HeaderConceptValues_NetSurrenderValue.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.HeaderConceptValues_NetSurrenderValue__GetValue);
this.HeaderConceptValues_NetSurrenderValue.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.HeaderConceptValues_NetSurrenderValue.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HeaderConceptValues_NetSurrenderValue.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HeaderConceptValues_NetSurrenderValue.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Italic));
this.HeaderConceptValues_NetSurrenderValue.Guid = null;
this.HeaderConceptValues_NetSurrenderValue.Interaction = null;
this.HeaderConceptValues_NetSurrenderValue.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.HeaderConceptValues_NetSurrenderValue.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.HeaderConceptValues_NetSurrenderValue.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// HeaderConceptValues_NetDeathBenefit
//
this.HeaderConceptValues_NetDeathBenefit = new Stimulsoft.Report.Components.StiText();
this.HeaderConceptValues_NetDeathBenefit.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.4, 0.3, 1.1, 0.5);
this.HeaderConceptValues_NetDeathBenefit.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.HeaderConceptValues_NetDeathBenefit.Name = "HeaderConceptValues_NetDeathBenefit";
this.HeaderConceptValues_NetDeathBenefit.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.HeaderConceptValues_NetDeathBenefit__GetValue);
this.HeaderConceptValues_NetDeathBenefit.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Bottom;
this.HeaderConceptValues_NetDeathBenefit.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.HeaderConceptValues_NetDeathBenefit.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.HeaderConceptValues_NetDeathBenefit.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle.Regular | System.Drawing.FontStyle.Bold)
| System.Drawing.FontStyle.Italic));
this.HeaderConceptValues_NetDeathBenefit.Guid = null;
this.HeaderConceptValues_NetDeathBenefit.Interaction = null;
this.HeaderConceptValues_NetDeathBenefit.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.HeaderConceptValues_NetDeathBenefit.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.HeaderConceptValues_NetDeathBenefit.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.HeaderConceptValues.Guid = null;
this.HeaderConceptValues.Interaction = null;
//
// DataConceptValues
//
this.DataConceptValues = new Stimulsoft.Report.Components.StiDataBand();
this.DataConceptValues.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 3.9, 7.49, 0.2);
this.DataConceptValues.DataSourceName = "ColumnValues";
this.DataConceptValues.Name = "DataConceptValues";
this.DataConceptValues.Sort = new System.String[] {
"ASC",
"Year"};
this.DataConceptValues.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataConceptValues.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataConceptValues.BusinessObjectGuid = null;
//
// DataConceptValues_Year
//
this.DataConceptValues_Year = new Stimulsoft.Report.Components.StiText();
this.DataConceptValues_Year.CanGrow = true;
this.DataConceptValues_Year.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.6, 0.2);
this.DataConceptValues_Year.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.DataConceptValues_Year.Name = "DataConceptValues_Year";
this.DataConceptValues_Year.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DataConceptValues_Year__GetValue);
this.DataConceptValues_Year.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.DataConceptValues_Year.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataConceptValues_Year.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataConceptValues_Year.Font = new System.Drawing.Font("Arial", 10F);
this.DataConceptValues_Year.Guid = null;
this.DataConceptValues_Year.Interaction = null;
this.DataConceptValues_Year.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DataConceptValues_Year.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DataConceptValues_Year.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// DataConceptValues_Age
//
this.DataConceptValues_Age = new Stimulsoft.Report.Components.StiText();
this.DataConceptValues_Age.CanGrow = true;
this.DataConceptValues_Age.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0, 0.6, 0.2);
this.DataConceptValues_Age.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.DataConceptValues_Age.Name = "DataConceptValues_Age";
this.DataConceptValues_Age.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DataConceptValues_Age__GetValue);
this.DataConceptValues_Age.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.DataConceptValues_Age.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataConceptValues_Age.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataConceptValues_Age.Font = new System.Drawing.Font("Arial", 10F);
this.DataConceptValues_Age.Guid = null;
this.DataConceptValues_Age.Interaction = null;
this.DataConceptValues_Age.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DataConceptValues_Age.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DataConceptValues_Age.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// DataConceptValues_NetAnnualOutlay
//
this.DataConceptValues_NetAnnualOutlay = new Stimulsoft.Report.Components.StiText();
this.DataConceptValues_NetAnnualOutlay.CanGrow = true;
this.DataConceptValues_NetAnnualOutlay.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(1.2, 0, 1.3, 0.2);
this.DataConceptValues_NetAnnualOutlay.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.DataConceptValues_NetAnnualOutlay.Name = "DataConceptValues_NetAnnualOutlay";
this.DataConceptValues_NetAnnualOutlay.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DataConceptValues_NetAnnualOutlay__GetValue);
this.DataConceptValues_NetAnnualOutlay.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.DataConceptValues_NetAnnualOutlay.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataConceptValues_NetAnnualOutlay.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataConceptValues_NetAnnualOutlay.Font = new System.Drawing.Font("Arial", 10F);
this.DataConceptValues_NetAnnualOutlay.Guid = null;
this.DataConceptValues_NetAnnualOutlay.Interaction = null;
this.DataConceptValues_NetAnnualOutlay.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DataConceptValues_NetAnnualOutlay.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DataConceptValues_NetAnnualOutlay.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// DataConceptValues_CumulativeNetOutlay
//
this.DataConceptValues_CumulativeNetOutlay = new Stimulsoft.Report.Components.StiText();
this.DataConceptValues_CumulativeNetOutlay.CanGrow = true;
this.DataConceptValues_CumulativeNetOutlay.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.5, 0, 1.3, 0.2);
this.DataConceptValues_CumulativeNetOutlay.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.DataConceptValues_CumulativeNetOutlay.Name = "DataConceptValues_CumulativeNetOutlay";
this.DataConceptValues_CumulativeNetOutlay.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DataConceptValues_CumulativeNetOutlay__GetValue);
this.DataConceptValues_CumulativeNetOutlay.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.DataConceptValues_CumulativeNetOutlay.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataConceptValues_CumulativeNetOutlay.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataConceptValues_CumulativeNetOutlay.Font = new System.Drawing.Font("Arial", 10F);
this.DataConceptValues_CumulativeNetOutlay.Guid = null;
this.DataConceptValues_CumulativeNetOutlay.Interaction = null;
this.DataConceptValues_CumulativeNetOutlay.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DataConceptValues_CumulativeNetOutlay.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DataConceptValues_CumulativeNetOutlay.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// DataConceptValues_AnnualCashValueIncrDecr
//
this.DataConceptValues_AnnualCashValueIncrDecr = new Stimulsoft.Report.Components.StiText();
this.DataConceptValues_AnnualCashValueIncrDecr.CanGrow = true;
this.DataConceptValues_AnnualCashValueIncrDecr.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.8, 0, 1.4, 0.2);
this.DataConceptValues_AnnualCashValueIncrDecr.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.DataConceptValues_AnnualCashValueIncrDecr.Name = "DataConceptValues_AnnualCashValueIncrDecr";
this.DataConceptValues_AnnualCashValueIncrDecr.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DataConceptValues_AnnualCashValueIncrDecr__GetValue);
this.DataConceptValues_AnnualCashValueIncrDecr.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.DataConceptValues_AnnualCashValueIncrDecr.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataConceptValues_AnnualCashValueIncrDecr.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataConceptValues_AnnualCashValueIncrDecr.Font = new System.Drawing.Font("Arial", 10F);
this.DataConceptValues_AnnualCashValueIncrDecr.Guid = null;
this.DataConceptValues_AnnualCashValueIncrDecr.Interaction = null;
this.DataConceptValues_AnnualCashValueIncrDecr.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DataConceptValues_AnnualCashValueIncrDecr.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DataConceptValues_AnnualCashValueIncrDecr.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// DataConceptValues_NetSurrenderValue
//
this.DataConceptValues_NetSurrenderValue = new Stimulsoft.Report.Components.StiText();
this.DataConceptValues_NetSurrenderValue.CanGrow = true;
this.DataConceptValues_NetSurrenderValue.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0, 1.2, 0.2);
this.DataConceptValues_NetSurrenderValue.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.DataConceptValues_NetSurrenderValue.Name = "DataConceptValues_NetSurrenderValue";
this.DataConceptValues_NetSurrenderValue.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DataConceptValues_NetSurrenderValue__GetValue);
this.DataConceptValues_NetSurrenderValue.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.DataConceptValues_NetSurrenderValue.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataConceptValues_NetSurrenderValue.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataConceptValues_NetSurrenderValue.Font = new System.Drawing.Font("Arial", 10F);
this.DataConceptValues_NetSurrenderValue.Guid = null;
this.DataConceptValues_NetSurrenderValue.Interaction = null;
this.DataConceptValues_NetSurrenderValue.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DataConceptValues_NetSurrenderValue.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DataConceptValues_NetSurrenderValue.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// DataConceptValues_NetDeathBenefit
//
this.DataConceptValues_NetDeathBenefit = new Stimulsoft.Report.Components.StiText();
this.DataConceptValues_NetDeathBenefit.CanGrow = true;
this.DataConceptValues_NetDeathBenefit.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.4, 0, 1.1, 0.2);
this.DataConceptValues_NetDeathBenefit.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.DataConceptValues_NetDeathBenefit.Name = "DataConceptValues_NetDeathBenefit";
this.DataConceptValues_NetDeathBenefit.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.DataConceptValues_NetDeathBenefit__GetValue);
this.DataConceptValues_NetDeathBenefit.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.DataConceptValues_NetDeathBenefit.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.DataConceptValues_NetDeathBenefit.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.DataConceptValues_NetDeathBenefit.Font = new System.Drawing.Font("Arial", 10F);
this.DataConceptValues_NetDeathBenefit.Guid = null;
this.DataConceptValues_NetDeathBenefit.Interaction = null;
this.DataConceptValues_NetDeathBenefit.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.DataConceptValues_NetDeathBenefit.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.DataConceptValues_NetDeathBenefit.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.DataConceptValues.DataRelationName = null;
this.DataConceptValues.Guid = null;
this.DataConceptValues.Interaction = null;
this.DataConceptValues.MasterComponent = null;
//
// GroupFooterBand1
//
this.GroupFooterBand1 = new Stimulsoft.Report.Components.StiGroupFooterBand();
this.GroupFooterBand1.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 4.5, 7.49, 0.3);
this.GroupFooterBand1.Name = "GroupFooterBand1";
this.GroupFooterBand1.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.GroupFooterBand1.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
//
// Text5
//
this.Text5 = new Stimulsoft.Report.Components.StiText();
this.Text5.CanGrow = true;
this.Text5.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0, 0, 0.6, 0.3);
this.Text5.Guid = "165a2a8fcf614a9f9aeb0a16a4568358";
this.Text5.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.Text5.Name = "Text5";
this.Text5.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text5__GetValue);
this.Text5.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text5.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text5.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text5.Font = new System.Drawing.Font("Arial", 10F);
this.Text5.Interaction = null;
this.Text5.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text5.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text5.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text7
//
this.Text7 = new Stimulsoft.Report.Components.StiText();
this.Text7.CanGrow = true;
this.Text7.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(0.6, 0, 0.6, 0.3);
this.Text7.Guid = "f507b661e771482d890fecbe3bba9457";
this.Text7.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.Text7.Name = "Text7";
this.Text7.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text7__GetValue);
this.Text7.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text7.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text7.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text7.Font = new System.Drawing.Font("Arial", 10F);
this.Text7.Interaction = null;
this.Text7.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text7.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text7.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text8
//
this.Text8 = new Stimulsoft.Report.Components.StiText();
this.Text8.CanGrow = true;
this.Text8.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(1.2, 0, 1.3, 0.3);
this.Text8.Guid = "7d4cb36f71014c0e9922856286c82463";
this.Text8.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.Text8.Name = "Text8";
//
// Text8_Sum
//
this.Text8.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text8__GetValue);
this.Text8.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text8.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text8.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text8.Font = new System.Drawing.Font("Arial", 10F);
this.Text8.Interaction = null;
this.Text8.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text8.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text8.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text9
//
this.Text9 = new Stimulsoft.Report.Components.StiText();
this.Text9.CanGrow = true;
this.Text9.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(2.5, 0, 1.3, 0.3);
this.Text9.Guid = "c90f2193c07a407590f429fe784c044d";
this.Text9.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.Text9.Name = "Text9";
this.Text9.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text9__GetValue);
this.Text9.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text9.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text9.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text9.Font = new System.Drawing.Font("Arial", 10F);
this.Text9.Interaction = null;
this.Text9.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text9.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text9.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text10
//
this.Text10 = new Stimulsoft.Report.Components.StiText();
this.Text10.CanGrow = true;
this.Text10.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(3.8, 0, 1.4, 0.3);
this.Text10.Guid = "0520bec8d38e4b3587be90370d1eb85a";
this.Text10.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.Text10.Name = "Text10";
this.Text10.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text10__GetValue);
this.Text10.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text10.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text10.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text10.Font = new System.Drawing.Font("Arial", 10F);
this.Text10.Interaction = null;
this.Text10.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text10.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text10.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text11
//
this.Text11 = new Stimulsoft.Report.Components.StiText();
this.Text11.CanGrow = true;
this.Text11.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(5.2, 0, 1.2, 0.3);
this.Text11.Guid = "e8fa30779e4141ba932fe224d1760370";
this.Text11.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.Text11.Name = "Text11";
this.Text11.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text11__GetValue);
this.Text11.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text11.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text11.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text11.Font = new System.Drawing.Font("Arial", 10F);
this.Text11.Interaction = null;
this.Text11.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text11.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text11.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
//
// Text12
//
this.Text12 = new Stimulsoft.Report.Components.StiText();
this.Text12.CanGrow = true;
this.Text12.ClientRectangle = new Stimulsoft.Base.Drawing.RectangleD(6.4, 0, 1.1, 0.3);
this.Text12.Guid = "51fc7914ecca46bf94c3a902817319da";
this.Text12.HorAlignment = Stimulsoft.Base.Drawing.StiTextHorAlignment.Right;
this.Text12.Name = "Text12";
this.Text12.GetValue += new Stimulsoft.Report.Events.StiGetValueEventHandler(this.Text12__GetValue);
this.Text12.VertAlignment = Stimulsoft.Base.Drawing.StiVertAlignment.Center;
this.Text12.Border = new Stimulsoft.Base.Drawing.StiBorder(Stimulsoft.Base.Drawing.StiBorderSides.None, System.Drawing.Color.Black, 1, Stimulsoft.Base.Drawing.StiPenStyle.Solid, false, 4, new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black));
this.Text12.Brush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Transparent);
this.Text12.Font = new System.Drawing.Font("Arial", 10F);
this.Text12.Interaction = null;
this.Text12.Margins = new Stimulsoft.Report.Components.StiMargins(0, 0, 0, 0);
this.Text12.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.Black);
this.Text12.TextOptions = new Stimulsoft.Base.Drawing.StiTextOptions(false, false, true, 0F, System.Drawing.Text.HotkeyPrefix.None, System.Drawing.StringTrimming.None);
this.GroupFooterBand1.Guid = null;
this.GroupFooterBand1.Interaction = null;
this.Page1.ExcelSheetValue = null;
this.Page1.Interaction = null;
this.Page1.Margins = new Stimulsoft.Report.Components.StiMargins(0.39, 0.39, 0.39, 0.39);
this.Page1_Watermark = new Stimulsoft.Report.Components.StiWatermark();
this.Page1_Watermark.Enabled = false;
this.Page1_Watermark.Font = new System.Drawing.Font("Arial", 100F);
this.Page1_Watermark.Image = null;
this.Page1_Watermark.TextBrush = new Stimulsoft.Base.Drawing.StiSolidBrush(System.Drawing.Color.FromArgb(50, 0, 0, 0));
this.Report_PrinterSettings = new Stimulsoft.Report.Print.StiPrinterSettings();
this.PrinterSettings = this.Report_PrinterSettings;
this.Page1.Report = this;
this.Page1.Watermark = this.Page1_Watermark;
this.PageHeaderBand1.Page = this.Page1;
this.PageHeaderBand1.Parent = this.Page1;
this.Text1.Page = this.Page1;
this.Text1.Parent = this.PageHeaderBand1;
this.Panel1.Page = this.Page1;
this.Panel1.Parent = this.PageHeaderBand1;
this.Text3.Page = this.Page1;
this.Text3.Parent = this.Panel1;
this.Text4.Page = this.Page1;
this.Text4.Parent = this.Panel1;
this.Panel2.Page = this.Page1;
this.Panel2.Parent = this.PageHeaderBand1;
this.Text6.Page = this.Page1;
this.Text6.Parent = this.Panel2;
this.Text15.Page = this.Page1;
this.Text15.Parent = this.Panel2;
this.Text16.Page = this.Page1;
this.Text16.Parent = this.Panel2;
this.PageFooterBand1.Page = this.Page1;
this.PageFooterBand1.Parent = this.Page1;
this.Text13.Page = this.Page1;
this.Text13.Parent = this.PageFooterBand1;
this.Text14.Page = this.Page1;
this.Text14.Parent = this.PageFooterBand1;
this.GroupHeaderBand1.Page = this.Page1;
this.GroupHeaderBand1.Parent = this.Page1;
this.HeaderConceptValues.Page = this.Page1;
this.HeaderConceptValues.Parent = this.Page1;
this.HeaderConceptValues_Year.Page = this.Page1;
this.HeaderConceptValues_Year.Parent = this.HeaderConceptValues;
this.HeaderConceptValues_Age.Page = this.Page1;
this.HeaderConceptValues_Age.Parent = this.HeaderConceptValues;
this.HeaderConceptValues_NetAnnualOutlay.Page = this.Page1;
this.HeaderConceptValues_NetAnnualOutlay.Parent = this.HeaderConceptValues;
this.HeaderConceptValues_CumulativeNetOutlay.Page = this.Page1;
this.HeaderConceptValues_CumulativeNetOutlay.Parent = this.HeaderConceptValues;
this.HeaderConceptValues_AnnualCashValueIncrDecr.Page = this.Page1;
this.HeaderConceptValues_AnnualCashValueIncrDecr.Parent = this.HeaderConceptValues;
this.HeaderConceptValues_NetSurrenderValue.Page = this.Page1;
this.HeaderConceptValues_NetSurrenderValue.Parent = this.HeaderConceptValues;
this.HeaderConceptValues_NetDeathBenefit.Page = this.Page1;
this.HeaderConceptValues_NetDeathBenefit.Parent = this.HeaderConceptValues;
this.DataConceptValues.Page = this.Page1;
this.DataConceptValues.Parent = this.Page1;
this.DataConceptValues_Year.Page = this.Page1;
this.DataConceptValues_Year.Parent = this.DataConceptValues;
this.DataConceptValues_Age.Page = this.Page1;
this.DataConceptValues_Age.Parent = this.DataConceptValues;
this.DataConceptValues_NetAnnualOutlay.Page = this.Page1;
this.DataConceptValues_NetAnnualOutlay.Parent = this.DataConceptValues;
this.DataConceptValues_CumulativeNetOutlay.Page = this.Page1;
this.DataConceptValues_CumulativeNetOutlay.Parent = this.DataConceptValues;
this.DataConceptValues_AnnualCashValueIncrDecr.Page = this.Page1;
this.DataConceptValues_AnnualCashValueIncrDecr.Parent = this.DataConceptValues;
this.DataConceptValues_NetSurrenderValue.Page = this.Page1;
this.DataConceptValues_NetSurrenderValue.Parent = this.DataConceptValues;
this.DataConceptValues_NetDeathBenefit.Page = this.Page1;
this.DataConceptValues_NetDeathBenefit.Parent = this.DataConceptValues;
this.GroupFooterBand1.Page = this.Page1;
this.GroupFooterBand1.Parent = this.Page1;
this.Text5.Page = this.Page1;
this.Text5.Parent = this.GroupFooterBand1;
this.Text7.Page = this.Page1;
this.Text7.Parent = this.GroupFooterBand1;
this.Text8.Page = this.Page1;
this.Text8.Parent = this.GroupFooterBand1;
this.Text9.Page = this.Page1;
this.Text9.Parent = this.GroupFooterBand1;
this.Text10.Page = this.Page1;
this.Text10.Parent = this.GroupFooterBand1;
this.Text11.Page = this.Page1;
this.Text11.Parent = this.GroupFooterBand1;
this.Text12.Page = this.Page1;
this.Text12.Parent = this.GroupFooterBand1;
this.GroupHeaderBand1.BeginRender += new System.EventHandler(this.GroupHeaderBand1__BeginRender);
this.GroupHeaderBand1.EndRender += new System.EventHandler(this.GroupHeaderBand1__EndRender);
this.DataConceptValues.Rendering += new System.EventHandler(this.DataConceptValues__Rendering);
this.EndRender += new System.EventHandler(this.ReportWordsToEnd__EndRender);
this.AggregateFunctions = new object[] {
this.Text8_Sum};
//
// Add to Panel1.Components
//
this.Panel1.Components.Clear();
this.Panel1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text3,
this.Text4});
//
// Add to Panel2.Components
//
this.Panel2.Components.Clear();
this.Panel2.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text6,
this.Text15,
this.Text16});
//
// Add to PageHeaderBand1.Components
//
this.PageHeaderBand1.Components.Clear();
this.PageHeaderBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text1,
this.Panel1,
this.Panel2});
//
// Add to PageFooterBand1.Components
//
this.PageFooterBand1.Components.Clear();
this.PageFooterBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text13,
this.Text14});
//
// Add to HeaderConceptValues.Components
//
this.HeaderConceptValues.Components.Clear();
this.HeaderConceptValues.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.HeaderConceptValues_Year,
this.HeaderConceptValues_Age,
this.HeaderConceptValues_NetAnnualOutlay,
this.HeaderConceptValues_CumulativeNetOutlay,
this.HeaderConceptValues_AnnualCashValueIncrDecr,
this.HeaderConceptValues_NetSurrenderValue,
this.HeaderConceptValues_NetDeathBenefit});
//
// Add to DataConceptValues.Components
//
this.DataConceptValues.Components.Clear();
this.DataConceptValues.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.DataConceptValues_Year,
this.DataConceptValues_Age,
this.DataConceptValues_NetAnnualOutlay,
this.DataConceptValues_CumulativeNetOutlay,
this.DataConceptValues_AnnualCashValueIncrDecr,
this.DataConceptValues_NetSurrenderValue,
this.DataConceptValues_NetDeathBenefit});
//
// Add to GroupFooterBand1.Components
//
this.GroupFooterBand1.Components.Clear();
this.GroupFooterBand1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.Text5,
this.Text7,
this.Text8,
this.Text9,
this.Text10,
this.Text11,
this.Text12});
//
// Add to Page1.Components
//
this.Page1.Components.Clear();
this.Page1.Components.AddRange(new Stimulsoft.Report.Components.StiComponent[] {
this.PageHeaderBand1,
this.PageFooterBand1,
this.GroupHeaderBand1,
this.HeaderConceptValues,
this.DataConceptValues,
this.GroupFooterBand1});
//
// Add to Pages
//
this.Pages.Clear();
this.Pages.AddRange(new Stimulsoft.Report.Components.StiPage[] {
this.Page1});
this.ColumnValues.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("Year", "Year", "Year", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Age", "Age", "Age", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("NetAnnualOutlay", "NetAnnualOutlay", "NetAnnualOutlay", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("CumulativeNetAnnualOutlay", "CumulativeNetAnnualOutlay", "CumulativeNetAnnualOutlay", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("AnnualCashValueIncrDecr", "AnnualCashValueIncrDecr", "AnnualCashValueIncrDecr", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("NetSurrenderValue", "NetSurrenderValue", "NetSurrenderValue", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("NetDeathBenefit", "NetDeathBenefit", "NetDeathBenefit", typeof(double))});
this.DataSources.Add(this.ColumnValues);
this.Product.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("Name", "Name", "Name", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Code", "Code", "Code", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Id", "Id", "Id", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Fee", "Fee", "Fee", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Type", "Type", "Type", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("FooterName", "FooterName", "FooterName", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MinFaceAmount", "MinFaceAmount", "MinFaceAmount", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MaxFaceAmount", "MaxFaceAmount", "MaxFaceAmount", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("LoanRate", "LoanRate", "LoanRate", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("FirstYearInterestRate", "FirstYearInterestRate", "FirstYearInterestRate", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MinInterestRate", "MinInterestRate", "MinInterestRate", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MaxInterestRate", "MaxInterestRate", "MaxInterestRate", typeof(double)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MinIssueAge", "MinIssueAge", "MinIssueAge", typeof(int)),
new Stimulsoft.Report.Dictionary.StiDataColumn("MaxIssueAge", "MaxIssueAge", "MaxIssueAge", typeof(int))});
this.Dictionary.BusinessObjects.Add(this.Product);
this.Company.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("Name", "Name", "Name", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Code", "Code", "Code", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("NAIC", "NAIC", "NAIC", typeof(string)),
new Stimulsoft.Report.Dictionary.StiDataColumn("Version", "Version", "Version", typeof(string))});
this.Dictionary.BusinessObjects.Add(this.Company);
this.WFSystem.Columns.AddRange(new Stimulsoft.Report.Dictionary.StiDataColumn[] {
new Stimulsoft.Report.Dictionary.StiDataColumn("Version", "Version", "Version", typeof(string))});
this.Dictionary.BusinessObjects.Add(this.WFSystem);
}

#region DataSource ColumnValues
public class ColumnValuesDataSource : Stimulsoft.Report.Dictionary.StiDataTableSource
{

public ColumnValuesDataSource() :
base("ConceptValues.ColumnValues", "ColumnValues")
{
}

public virtual double Year
{
get
{
return ((double)(StiReport.ChangeType(this["Year"], typeof(double), true)));
}
}

public virtual double Age
{
get
{
return ((double)(StiReport.ChangeType(this["Age"], typeof(double), true)));
}
}

public virtual double NetAnnualOutlay
{
get
{
return ((double)(StiReport.ChangeType(this["NetAnnualOutlay"], typeof(double), true)));
}
}

public virtual double CumulativeNetAnnualOutlay
{
get
{
return ((double)(StiReport.ChangeType(this["CumulativeNetAnnualOutlay"], typeof(double), true)));
}
}

public virtual double AnnualCashValueIncrDecr
{
get
{
return ((double)(StiReport.ChangeType(this["AnnualCashValueIncrDecr"], typeof(double), true)));
}
}

public virtual double NetSurrenderValue
{
get
{
return ((double)(StiReport.ChangeType(this["NetSurrenderValue"], typeof(double), true)));
}
}

public virtual double NetDeathBenefit
{
get
{
return ((double)(StiReport.ChangeType(this["NetDeathBenefit"], typeof(double), true)));
}
}
}
#endregion DataSource ColumnValues

#region BusinessObject Product
public class ProductBusinessObject : Stimulsoft.Report.Dictionary.StiBusinessObject
{

public ProductBusinessObject() :
base("", "Product", "Product", "74f769cea24f4a418c18b65420396f59")
{
}

public new virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}

public virtual string Code
{
get
{
return ((string)(StiReport.ChangeType(this["Code"], typeof(string), true)));
}
}

public virtual int Id
{
get
{
return ((int)(StiReport.ChangeType(this["Id"], typeof(int), true)));
}
}

public virtual double Fee
{
get
{
return ((double)(StiReport.ChangeType(this["Fee"], typeof(double), true)));
}
}

public virtual string Type
{
get
{
return ((string)(StiReport.ChangeType(this["Type"], typeof(string), true)));
}
}

public virtual string FooterName
{
get
{
return ((string)(StiReport.ChangeType(this["FooterName"], typeof(string), true)));
}
}

public virtual double MinFaceAmount
{
get
{
return ((double)(StiReport.ChangeType(this["MinFaceAmount"], typeof(double), true)));
}
}

public virtual double MaxFaceAmount
{
get
{
return ((double)(StiReport.ChangeType(this["MaxFaceAmount"], typeof(double), true)));
}
}

public virtual double LoanRate
{
get
{
return ((double)(StiReport.ChangeType(this["LoanRate"], typeof(double), true)));
}
}

public virtual double FirstYearInterestRate
{
get
{
return ((double)(StiReport.ChangeType(this["FirstYearInterestRate"], typeof(double), true)));
}
}

public virtual double MinInterestRate
{
get
{
return ((double)(StiReport.ChangeType(this["MinInterestRate"], typeof(double), true)));
}
}

public virtual double MaxInterestRate
{
get
{
return ((double)(StiReport.ChangeType(this["MaxInterestRate"], typeof(double), true)));
}
}

public virtual int MinIssueAge
{
get
{
return ((int)(StiReport.ChangeType(this["MinIssueAge"], typeof(int), true)));
}
}

public virtual int MaxIssueAge
{
get
{
return ((int)(StiReport.ChangeType(this["MaxIssueAge"], typeof(int), true)));
}
}
}
#endregion BusinessObject Product

#region BusinessObject Company
public class CompanyBusinessObject : Stimulsoft.Report.Dictionary.StiBusinessObject
{

public CompanyBusinessObject() :
base("", "Company", "Company", "5074bce945244e73b69047e0eb7ece97")
{
}

public new virtual string Name
{
get
{
return ((string)(StiReport.ChangeType(this["Name"], typeof(string), true)));
}
}

public virtual string Code
{
get
{
return ((string)(StiReport.ChangeType(this["Code"], typeof(string), true)));
}
}

public virtual string NAIC
{
get
{
return ((string)(StiReport.ChangeType(this["NAIC"], typeof(string), true)));
}
}

public virtual string Version
{
get
{
return ((string)(StiReport.ChangeType(this["Version"], typeof(string), true)));
}
}
}
#endregion BusinessObject Company

#region BusinessObject WFSystem
public class WFSystemBusinessObject : Stimulsoft.Report.Dictionary.StiBusinessObject
{

public WFSystemBusinessObject() :
base("", "WFSystem", "WFSystem", "ada80e9df4fd4cef86068e4603d59e15")
{
}

public virtual string Version
{
get
{
return ((string)(StiReport.ChangeType(this["Version"], typeof(string), true)));
}
}
}
#endregion BusinessObject WFSystem
#endregion StiReport Designer generated code - do not modify
}
}

Unable to shrink panel when panel is disabled

Posted: Fri Sep 03, 2010 4:40 am
by Alex K.
Hello,

You can use ChildBand component.
Please see the sample report in attachment.

Thank you.