[Description( "Block for generating a Contribution Statement" )]
[Description( "Block for generating a Contribution Statement" )]
[BooleanField(
[BooleanField(
"Allow Person QueryString",
"Allow Person QueryString",
Key = AttributeKey.AllowPersonQueryString,
Key = AttributeKey.AllowPersonQueryString,
Description = "Determines if any person other than the currently logged in person is allowed to be passed through the query string. For security reasons this is not allowed by default.",
Description = "Determines if any person other than the currently logged in person is allowed to be passed through the query string. For security reasons this is not allowed by default.",
var result = FinancialStatementGeneratorHelper.GetStatementGeneratorRecipientResult( financialStatementGeneratorRecipientRequest, this.CurrentPerson );
var result = FinancialStatementGeneratorHelper.GetStatementGeneratorRecipientResult( financialStatementGeneratorRecipientRequest, this.CurrentPerson );