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,
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.
OK, i got it.