Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
755
Pagination and header
posted

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.

  • 4850
    Offline posted

    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