Click to See Complete Forum and Search --> : Report is fine but export to PDF is not


nabeelisnabeel
June 23rd, 2008, 02:44 AM
It is somewhat strange issue. If I comment the following line
reportDocument.Export()

report looks fine in browser. But when I see the exported PDF file by uncommenting the above mentioned line, report does not have data in it..

It is not the case that the PDF is completely blank... It contains the header, footer and some of the main area information but the table data in the main area information have all the values in the form of "N/A" instead of integers.. but in the web report numbers are displayed instead of "N/A".

Report fetches data from a stored procedure which takes datetime parameters.