visual studio 2013 - Push items to bottom of report -


i'm trying create report controls "anchored" end. difficulty can't add page footer because report span multiple pages leaving giant white space @ end of each report if decide toggle visibility. items have should appear on last page , positioned above footer.

for example, in scenario, need letter's closing signature, titles, etc. positioned @ end of last page report spans.

as alternative adding sub report try suggestion below.

it depends on how data laid out in report whether work you.

if data required populate controls exists in report dataset why not add outer lever of grouping encompasses entire dataset. using dummy column containing 1 example.

just add footer group , put data in group footer. can additional rows necessary group footer.

this footer appear last row(s) in tablix


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -