Hi all,
I have seen your demo at http://demos.devexpress.com/ASPxSchedulerDemos/Reporting/MonthlyStyle.aspx
I want to start this report with a different first day of week, every week. At based ASPxScheduler I have to use this command for example:
MyScheduler.OptionsView.FirstDayOfWeek = DayOfWeek.Friday
The ASPxScheduler starts correct every week with friday. But the report connected with this ASPxScheduler control seems to ignore this option.
What can I do, to solve the Problem? Maybe can you give me an example?
Thanks in advance for your work.