June 17, 2010 at 2:12 pm
I created a report in BIDS using SRS 2008. We recently switched our web app to use the new report viewer. The report should look like this:
Col A Col B
ABC 1 N
CDE 1 N
FGH 1 Y
The user exports the report to PDF, then prints it and it looks like this:
Col A Col B
ABC1 N
CDE1 N
FGH 1 Y
There is an inconsistent with when the data attaches itself to column A when it belongs in column B. I have not been able to replicate the issue because the users show it to me three hours after it happened. I also don't know for sure if it always happens when exporting to PDF or if it also happens in the view screen.
The information all comes to the report from a stored procedure; column a is one of the returned columns, column b uses and expressing to concatenate two fields together (=Col3 & " " & Col4).
Any thoughts on this issue?
June 17, 2010 at 11:23 pm
Hi 🙂
I tried to repro this on my system and found it working..
Exported the SSRS report to PDF format and it looks fine.
I think, this issue should be occurring on the view screen / web page ??
Thanks,
Niraj
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply