Andy K
Andy K

Reputation: 5075

ssrs how to create a textbox appearing at the last page

It is getting late here.

Anyway let's crack on

I want my textbox to appear on the last page of my report

I cannot put it into a footer, I don't want to create a rectangle and then put a textbox in it

This link here and here does not help.

I'm getting loco. Any helps are more than welcomed

Upvotes: 0

Views: 320

Answers (1)

Jayvee
Jayvee

Reputation: 10873

one thing you can do is create a dataset which query would be something like

select 'this is the text I want in the last page' as txt

then you can create a one column tablix with this dataset and place it after all the other elements in the report and it will show in the last page.

Upvotes: 1

Related Questions