Image file settings
- Last UpdatedJan 24, 2023
- 1 minute read
- PI System
- RtReports 5.0
- Visualization
The <ImageFileSettings> section controls whether a display image shows on the sign-on page of the RtReports generator.
Images can be in .jpg, .gif, .png, .bmp, and .wmf formats.
The image file must be stored in the Images folder, located at %PIHOME%\RtReports\Images. If no file name is entered, no image is shown.
<ImageFileSettings>
<add key="FileName" value="DisplayImg.JPG"></add>
<add key="Height" value="200"></add>
<add key="Width" value="450"></add>
</ImageFileSettings>
Configuration settings for the %PIHOME%\RtReports\web.config file in the <ImageFileSettings> section.
|
Variable |
Setting |
|---|---|
|
FileName |
File name of the image to be shown. Name only. Do not use a file path. |
|
Height |
Height of the display image, in pixels. |
|
Width |
Width of the display image, in pixels. |