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
380
how to use the custom data to set the PageHeader
posted

hello,

suppose i have some data want to be printed in the header. i create a class to represent these data.

so, how to print these data in the header?

 

Thanks,

Parents
No Data
Reply
  • 54937
    Suggested Answer
    Offline posted

    The Report and Section classes expose properties like PageHeader and PageHeaderTemplate so you could set these as needed. I.e.. set the PageHeader to your class instance and the PageHeaderTemplate to a datatemplate to represent that type.

Children