which format to archive reports

Stimulsoft Reports.NET discussion
Post Reply
FrankFroese
Posts: 5
Joined: Tue Jan 02, 2007 8:25 am
Location: Starnberg, Germany

which format to archive reports

Post by FrankFroese »

I am just evaluating StimulReport using the current demo version (2006.4.0.0).

In our application we have to archive reports with exactly the same appearance as they were printed before. With the demo version it seems to me as if pdf exports does not necessarily looks identical to printed reports. E.g. the 'demo' watermark looks quite different in pdf exports. Am I right or is this just due to the demo version of StimulReport?

What would be your preferred way to archive rendered reports so that they can be reprinted later in exactly the same way as before?
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

which format to archive reports

Post by Vital »

In our application we have to archive reports with exactly the same appearance as they were printed before. With the demo version it seems to me as if pdf exports does not necessarily looks identical to printed reports. E.g. the 'demo' watermark looks quite different in pdf exports. Am I right or is this just due to the demo version of StimulReport?
Pdf format does not support transparent color.
What would be your preferred way to archive rendered reports so that they can be reprinted later in exactly the same way as before?
You can use internal StimulReport.Net format - mdc. In preview window you can use it with second and third button. In code you can use methods
SaveDocument and LoadDocument.

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

which format to archive reports

Post by Edward »

In the build of Jan, 10 2007 realized support of the transparency in pdf files. Now the word Demo is printed in the transparency in the resulted pdf file.

Thank you.
Post Reply