Hello!
as subject, how can i modify or format the dataheader on UltraSchedulePrintDocument.
The problem is that it shows some strange data format (look at the picture ).
Thank you
Walter,
I haven't been able to reproduce the behavior you are encountering. I've uploaded the sample I created to test this; could you take a look at it and let me know if I have anything set differently than you do?
~Kim~
Hello Kim,
i had already tried to set that property to different values but the result is the same as the picture...
thank you.
You can modify the DateHeader's Caption by setting the UltraSchedulePrintDocument's DateHeaderCaptionStyle property. You can change it from the default to either Primary or DateRange. This article details the different enumeration options for the DateHeaderCaptionStyle property.
Hope this helps,