Problem when saving report preview as PDF

Stimulsoft Reports.NET discussion
rsaladrigas
Posts: 10
Joined: Fri Jan 04, 2008 3:55 am
Location: Spain

Problem when saving report preview as PDF

Post by rsaladrigas »

Hi,
I have an issue when saving previews as PDF with latest version 2008.3.310.0.

The report renders fine, but when saving as PDF I get a PDF with blank pages. I can save the preview to
any other format (BMP, XPS, PNG) and they work fine.

Is there anyone else facing this issue? It seems quite a random issue, since from time to time it generates a well formed PDF with content.

Thanks in advance,

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem when saving report preview as PDF

Post by Edward »

Hi.

Please send the mdc and mrt files of one of the problem files to support[at]stimulsoft.com for analysis.

mdc file format is the format of the rendered report. You can save into this format from the preview window using 'Save' button or with the following commands:

Code: Select all

report.Render(false);
report.SaveDocument("myRenderedreport.mdc");
Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Problem when saving report preview as PDF

Post by Edward »

Thank you for the files.

I will inform you about our progress.

Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Problem when saving report preview as PDF

Post by Ivan »

Hello, Roger.

> I have an issue when saving previews as PDF with latest version 2008.3.310.0.

> The report renders fine, but when saving as PDF I get a PDF with blank
> pages. I can save the preview to any other format (BMP, XPS, PNG) and they work fine.

Problem is fixed. Patch will be available in next prerelease build.

As a temporary solution for current version, please don't use for Watermark hatch or gradient brushes.

Thank you.
rsaladrigas
Posts: 10
Joined: Fri Jan 04, 2008 3:55 am
Location: Spain

Problem when saving report preview as PDF

Post by rsaladrigas »

Thank you for your outstanding support :)

Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Problem when saving report preview as PDF

Post by Ivan »

Hello, Roger.

Let us know if you need any help.

Thank you.
rsaladrigas
Posts: 10
Joined: Fri Jan 04, 2008 3:55 am
Location: Spain

Problem when saving report preview as PDF

Post by rsaladrigas »

Hi,

Any news on this ?

User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Problem when saving report preview as PDF

Post by Fabio Pagano »

Have you tried with the latest prerelease version of 1 December 2008?
rsaladrigas
Posts: 10
Joined: Fri Jan 04, 2008 3:55 am
Location: Spain

Problem when saving report preview as PDF

Post by rsaladrigas »

Hello,
My apologizes for asking before testing the new version.

With version 2008.3.313.0 the PDF export works, but it doesn't render the watermark at all.


Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Problem when saving report preview as PDF

Post by Ivan »

Hello,
rsaladrigas wrote:With version 2008.3.313.0 the PDF export works, but it doesn't render the watermark at all.
We couldn't reproduce this bug.
Please send to us an mrt and mdc file of the rendered report.
This files is required for testing export.

Thank you.
Post Reply