Hi all, I am currently using EWS to pull calendar information out of Exchange 2007. I am populating that information into a UltraCalendarInfo that is tied to an UltraMonthViewSingle component. For this project I need to render that out as either HTML, PDF or worse case scenario and image file. Is there a way to do that using the Infragistics.Documents library? I've been browsing the documents on that but I am kind of pressed for time, any guidance would be helpful. Thanks.
Ryan
Hi Ryan,
I'm sure you could using the Documents assembly to create a PDF file based on your calendar information. But I'm afraid there's no easy or automatic way to do it. You would probably want to create a report, add a section, then add a Grid to that section and populate the grid with text elements or images or whatever you need. It's not a trivial undertaking, though.