Customizing Reports - adding company logo in report header #499
Replies: 4 comments
-
For best results, use a logo with size of 190 pixels width x 42 pixels height Alon Saggie (Alon.S) - 12/21/2012 11:58 AM
|
Beta Was this translation helpful? Give feedback.
-
Thanks! undefined (Quali) - 01/03/2013 10:44 AM
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there a way to change the company logo for reports that are being viewed via the web portal? Which configuration file should I change in that case?
Thanks, Alon Alon Saggie (Alon.S) - 11/20/2013 08:30 AM
|
Beta Was this translation helpful? Give feedback.
-
Hi, You can add the same key to the web.config file that is located in the Portal folder (usually "C:\Program Files (x86)\QualiSystems\Portal\Web.config") You can create a customer.config file there as well to save the changes for coming upgrades. customer.config file will look like this: <appSettings> Yaniv Yaniv Kalsky (Yaniv.K) - 11/21/2013 02:12 AM
|
Beta Was this translation helpful? Give feedback.
-
To add a custom company logo to the generated .pdf report header, place a logo .jpg, .gif or .png file in a local path, or a mapped shared folder.
Navigate to TestShell Studio installation directory (usually at c:\Program Files\QualiSystems\Studio) and edit the file customer.config.
Add the following node under appSettings:
<add key="ReportHeaderPicturePath" value="y:\logo.jpg"/>
Where y:\logo.jpg is the path to your company logo.
Restart TestShell Runner / Studio.
Execute a report - your logo will be placed on the top right of the report header.
Attachments:
(tal.a) - 12/20/2012 08:01 AM
· 2719 ·
Beta Was this translation helpful? Give feedback.
All reactions