User-167240041 posted
Hi all,
I am using Visual Studio 2008 to build a web application that generates reports and this reports will be exported to various formats like PDF,Excel,Word etc.... I use crystal embedded in VS 2008. the default report viewer that I was using is version 10.5.3700.0.
I installed Crystal Report viewer version XI release 2 for business objects . Hence when I opened the solution my VS 2008 asked for solution to convert. I gave the conversion and the solution was converted to Crystal 2008.
When I tried to view the report during runtime it showed the following errors:
1. ClientTarget property cannot be set declaratively.
2. DisplayGroupTree property cannot be set declaratively.
So I removed those two properties from my Crystal Reports Viewer tool in the Report Console.aspx page and the reports got displayed. When I click the Export button that is present in default Reports viewer I get a pop up in which when I try to choose the export
format option from dropdown, the values come at the end of the page in the Reports.
Kindly suggest me what can be done to correct this.