How can I bind more than one month's worth of appointments?
I have created a report by sing the databind and then looping through the Appointmentsubsetcollection to see which appointments meet the report criteria, but the data using the basic databind will not go out past one month....
Thanks
tgaudette said:How can I bind more than one month's worth of appointments? I have created a report by sing the databind and then looping through the Appointmentsubsetcollection to see which appointments meet the report criteria, but the data using the basic databind will not go out past one month.... Thanks
Search for FrameInterval property of the WebSchedule. I know the date range of the appointment depends on what what control it is bound to.
jscatalina said: Search for FrameInterval property of the WebSchedule. I know the date range of the appointment depends on what what control it is bound to.
Does anyone have an example of changing the FrameInterval property? I've tried a few different things, but have been unsuccessful so far.