Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
WebDocumentExporter - How to Use CellExported Event to Modify Exported Contents
posted

I am using the WebDocumentExporter and want to hook into the CellExported event to modify the exported contents.  Note that I've done this successfully with the WebExcelExporter control.  

The WebDocumentExporter->CellExported event takes a parm of type DocumentCellExportedEventArgs.  According to the IG documentation, it has a property called ReportCell which I think is what I need.

BUT using Visual Studio 2010, the  DocumentCellExportedEventArgs class doesn't have a ReportCell property.  It has a property called ReportCellElement which doesn't seem to help me.

Can somebody provide a code sample of the  WebDocumentExporter->CellExported event or another way to modify the data exported via the WebDocumentExporter?

Thanks.