VergeResources
Programmer
Has anyone successfully used GetHtmlContent with a CrystalReportExportControl? I'm trying to get the data from a report and store it in a variable so I can display it later. Unfortunaely, when I call the GetHtmlContent, it immediately displays the report in the browser (instead of returning a variable like it is supposed to do). If I change by viewer to a CrystalReportInteractiveViewer, the GetHtmlContent method works properly (but gives me a lot of formatting I don't want).