Is it possible to produce a small preview or thumbnail image of a Crystal report in code?
Posted
by Lawrence Johnston
on Stack Overflow
See other posts from Stack Overflow
or by Lawrence Johnston
Published on 2009-02-24T20:17:02Z
Indexed on
2010/06/08
8:52 UTC
Read the original article
Hit count: 191
I'm using Crystal to display the reports in my project, and I'd like to be able to display a small preview or thumbnail image of the report to the user when he or she is picking a report to display from my UI. Is there any way to produce these thumbnails dynamically from code?
The user has the option to add or remove reports by adding or removing them from the reports folder, so just making all the thumbnail images by hand isn't really an option.
© Stack Overflow or respective owner