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
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.