Conditionally Display An Image
-
- Posts: 26
- Joined: Tue Oct 10, 2017 12:44 pm
Conditionally Display An Image
Hi,____Is it possible in R&R 11 to conditionally display an image file, say based upon a value in the control table?____The reason I ask is that we want to be able to print certain reports on letter headed paper for the print out, but if we^re printing to pdf would like to have a jpeg of the company logo on the top of the report.____Any suggestions would be appreciated.____Thanks______Mike
=> RE: Conditionally Display An Image
You could put the image on a logical band line and create a calculated field based on an riparam calculation using an expression such as ".PDF"$RIPARAM("RI_OUTFILE") that you would use a field to control printing of the band line. The line would only print when the runtime RI_OUTFILE field contains the text .PDF.____Kathleen__R&R Support