cancel
Showing results for 
Search instead for 
Did you mean: 

I need to display website as an image if its not possible dynamic inside Crystal Report.

Former Member
0 Kudos

Like we do iframes in html.

We can do like this with funny crystal reports

Regards.

Ajay

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member205840
Active Contributor
0 Kudos

Hi Ajay,

Go through below URL to understand how you can insert a web page :

http://kenhamady.com/cru/archives/2493

Thanks,

Sastry

ido_millet
Active Contributor
0 Kudos

The technique Sastry is referring to works only for cases where the url results in an image file being returned. It sounds like you are interested in capturing a normal web page into an image. AFAIK, that is possible in Crystal Reports only by using a User Function Library (UFL).

One of the 3rd-party UFLs listed at: The Crystal Reports® Underground

adds a function to Crystal that does exactly this. It accepts a url, and converts it to a local JPG file. That allows a Graphic Location expression in Crystal to:
a) trigger the creation of the local image file, and
b) display the resulting image file inside the report.