Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
You can insert images to your reports dynamically using image
tags. To declare a dynamically inserted image within your template, do the following steps:
image
tag within the textbox using the following syntax.<<image [image_expression]>>
The expression declared within an image
tag is used by the engine to build an image to be inserted. The expression must return a value of one of the following types:
While building a report, the following procedure is applied to an image
tag:
Note – If the expression declared within an image
tag returns a stream object, then it is closed by the engine as soon as the corresponding image is built.
By default, the engine stretches an image filling a textbox to the size of the textbox without preserving the ratio of the image. However, you can change this behavior in the following ways:
keepRatio
switch as follows.
<<image [image_expression] -keepRatio>>
fitHeight
switch as follows.
<<image [image_expression] -fitHeight>>
fitWidth
switch as follows.
<<image [image_expression] -fitWidth>>
fitSize
switch as follows.
<<image [image_expression] -fitSize>>
fitSizeLim
switch as follows.
<<image [image_expression] -fitSizeLim>>
Note – If the size of the image is greater than the size of the textbox, then the fitSizeLim
switch acts like fitHeight
or fitWidth
. Otherwise, the fitSizeLim
switch acts like fitSize
.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.