Hi,
I'm building a simple application for task scheduling using the WinGanttView and TimelineView controls. Every appointment in the Timelineview shows the resource and the taskname it's related: I want to print, for every single resource in my project, a weekly timeline showing the tasks for which the resource is used, printing 1 page for every resource.
Is it possible to do it with the UltraSchedulePrintDocument control? How do I have to set its properties to achieve my goal?
Thanks in advance.
Hello Stexdp,
I`m not sure that I understand your scanerio, but if you are using UltraPrintPreviewDialog and UltraSchedulePrintDocument you could try to set UltraSchedulePrintDocument`s properties:
- PrintStyle
-TriFold / Weekly / Monthly LayoutStyle
- PrintRange
- MaximumPagesPer Day / Month / Week
Please let me know if you think that I misunderstood your question, or if you have any further questions.
Regards