yes i am doing it in the same way, but i dont know how to export "Excel Data only" i checked the properties but i did not find it any where, i am using
repDoc.ExportToHttpResponse(ExportFormatType.Excel, Response, true, ""); Is this correct way, can i still set the property. Regards, Vamsi. On Thu, Mar 4, 2010 at 00:19, Fai2012 <[email protected]> wrote: > TITO: Take a look at > ReportDocument.Database.Tables(...).SetDataSource(...) > vamsi: Try exporting to "Excel data only" > > > On Mar 2, 10:22 am, vamsi <[email protected]> wrote: >> Hi, >> >> I Have an issue with crystal reports, I am currently using CR XI, the >> report works fine, the problem is with export to excel, when i do >> export to excel, there are lot of blank rows and columns inserted, i >> tried moving the columns together, but that did not work. Any >> suggestions, please help. Thanks >> >> Regards, >> Vamsi. >
