Showing posts with label pdf. Show all posts
Showing posts with label pdf. Show all posts

Sunday, February 19, 2012

"A Drawing Error Occurred" when Exporting to PDF

Hello,

I have a report that I need to export to PDF, when I do so and re-open the report, I get a message stating "A Drawing Error Occurred".

Plus when I have a textbox with a large amount of data, it always kicks to a different page, instead of print what it can fit on the previous page and the rest on the next page.

Any help on this would greatly be appreciated.

Thanks in advance.

I get the "Drawing Error" problem as well. I believe there is a hotfix:

http://support.microsoft.com/?kbid=912424

I haven't tried it myself yet

|||I applied the patch yesterday and it works!!!!!!!|||Thanks that did it. Worked great!|||

does this hotfix also apply to SSRS 2005.. cause i am getting the same error.

Regards,

Karen

"A Drawing Error Occurred" when Exporting to PDF

Hello,

I have a report that I need to export to PDF, when I do so and re-open the report, I get a message stating "A Drawing Error Occurred".

Plus when I have a textbox with a large amount of data, it always kicks to a different page, instead of print what it can fit on the previous page and the rest on the next page.

Any help on this would greatly be appreciated.

Thanks in advance.

I get the "Drawing Error" problem as well. I believe there is a hotfix:

http://support.microsoft.com/?kbid=912424

I haven't tried it myself yet

|||I applied the patch yesterday and it works!!!!!!!|||Thanks that did it. Worked great!|||

does this hotfix also apply to SSRS 2005.. cause i am getting the same error.

Regards,

Karen

Thursday, February 16, 2012

<DeviceInfo> <DpiX> not working with pdf (sql 2005)

Hello,
I'm trying to set dpi of output pdf using DpiX and DpiY but they seem
to not work.
I call SQL 2005 Reporting Services through web services.
I call the method Render with devInfo = "<DeviceInfo><DpiX>600</DpiX><DpiY>600</DpiY></DeviceInfo>".
Ideas? Thank you.
FabrizioHave you figured this out yet? I am having the same problem.
Thanks!
"fhtino" wrote:
> Hello,
> I'm trying to set dpi of output pdf using DpiX and DpiY but they seem
> to not work.
> I call SQL 2005 Reporting Services through web services.
> I call the method Render with devInfo => "<DeviceInfo><DpiX>600</DpiX><DpiY>600</DpiY></DeviceInfo>".
>
> Ideas? Thank you.
>
> Fabrizio
>|||It looks like this option may have gone away with SQL 2005!
Compare these two pages
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSPROG/htm/rsp_prog_soapapi_dev_8bld.asp
http://msdn2.microsoft.com/en-us/library/ms154682(SQL.90).aspx
Can this be true?|||I have found no solution. DpiX and DpiY seem to be not available in
sql2005.
I think it's could be very usefull a response from MS... is there
anyone from MS?
Fabrizio
shelley wrote:
> Have you figured this out yet? I am having the same problem.
> Thanks!