I'm pulling my hair out on this problem.
What i need is a report where we have a reportheader and a pageheader.
The Pageheader should not appear on the firstpage, witch can be done using the PrintOnFirstPage=False.
When u use this workingmethod the Pageheader space will be reserved on the first page anyway.
So when my pageheader has a height of 2cm it will have a blank space of 2cm on my first page.
To me thats not a feature but a bugg, i can't see this as logic behavior. When i say, don't show the pageheader on the first page i don't wanne see a blank space :O|. (sorry its frustrating me)
I tried to use a groupheader in the detail section, with a panel in it. Then use the ItemDataBind event to check if i am on the first page or not. I did this with with a bool and i was planning to set the panel visible when i'm not on the first page.
But the ItemDataBind event gets only called once. Not on every page.
So i'm looking for an event that gets called on every page so i can set the panel visible true/false depending on what page i'm at.
Or another solution where i can use a reportheader and a pageheader (that don't show on the first page and don't give me with space).
I like the reporting tool so far tho. I kinda used all the features it has and it works fine. Just this one is annoying me bad.
What i need is a report where we have a reportheader and a pageheader.
The Pageheader should not appear on the firstpage, witch can be done using the PrintOnFirstPage=False.
When u use this workingmethod the Pageheader space will be reserved on the first page anyway.
So when my pageheader has a height of 2cm it will have a blank space of 2cm on my first page.
To me thats not a feature but a bugg, i can't see this as logic behavior. When i say, don't show the pageheader on the first page i don't wanne see a blank space :O|. (sorry its frustrating me)
I tried to use a groupheader in the detail section, with a panel in it. Then use the ItemDataBind event to check if i am on the first page or not. I did this with with a bool and i was planning to set the panel visible when i'm not on the first page.
But the ItemDataBind event gets only called once. Not on every page.
So i'm looking for an event that gets called on every page so i can set the panel visible true/false depending on what page i'm at.
Or another solution where i can use a reportheader and a pageheader (that don't show on the first page and don't give me with space).
I like the reporting tool so far tho. I kinda used all the features it has and it works fine. Just this one is annoying me bad.