I am trying to export the contents of a grid to Excel in a Silverlight application. The export work perfectly well, but I have been unable to find a way to control the header and footer of the sheets I'm creating.
Ideally, I could put both text and an image in the header.
Can anyone please point me to an example? Is this even possible?
Thanks!
On Worksheet.PrintOptions, you will find Header and Footer properties that you can set.