Hi,
In my process I have designed Aspxscheduler with customized appointments fields, appointment color, background cells of appointments, resource colors dynamically. I used the below methods of Aspxscheduler to customize the resources and appointments:
AspxScheduler_HtmlTimeCellPrepared
AspxScheduler_InitAppointmentImages
AspxScheduler_QueryWorkTime
AspxScheduler_AppointmentViewInfoCustomizing
These customized appointment fields, color / customized background cells of appointments are not getting reflected in XtraSchedulerReporting.
Currently the XtraSchedulerReporting takes up the resource header color as the default appointment cell background and even the customized appointment fields are not shown in the appointment printing. Please tell how to pass the customized fields and colors from Aspxscheduler to XtraSchedulerReporting.
Please find attached images for reference:
Print_1 --> image shows the customized Aspxscheduler
Print_2 --> image shows the customized XtraSchedulerReporting which does not show the customized Aspxscheduler
Thanks.