I am evaluating the reporting functionnality. I have some questions.
Is it possible to add pagination to the pages in the reporting?
Is it possible to repeat the columns header on each pages?
In master detail, is it possible to repeat the columns header after each "detail" section?
I suppose it's also possible to setup the margin!
Thanks for your answers
Karine.
Hi Karine,
I'm ot sure what you mean by adding pagination tp the pages. Could you explain your usage scenario?
The ReportSettings property on Report exposes a RepeatType enumeration which will let you control when column headers are repeated. It also has a Margin property.
You can also supply a custom template for the ReportPagePresenter class.
Joe