You are not logged in.
Hi,
i am trying to change logo.done following steps:
1. add logo file in file System in resources -->rs folder. on that screen it gives the details like File Size,Download file,Preview.
2.make change in theme.cf uncomment <url> tag and put path as <url>http://localhost:82/reportserver/reportserver/fileServerAccess?id=14564</url>
3.on terminal use command "config reload".
still the logo is not changed.
is anything wrong with this configuration.
Thanks...
Offline
Hello Rajup,
this sounds about right. Are you running ReportServer Enterprise?
Regards,
Thomas
Offline
Yes i am running ReportServer Enterprise.
Offline
Could you post your entire theme.cf?
Offline
Which Logo are you trying to change? If it is the ReportServer Logo in the top left of the standard screen, that you need to change the HTML in the logo <header> tag.
<configuration>
<theme type="default">
<header>
<height>40</height>
</header>
<logo>
<header>
<html><![CDATA[<span class="rs-header-logo"><img src="CUSTOM_LOGO_URL" /></span>]]></html>
<width>185px</width>
</header>
</logo>
...
Cheers,
Arno
Offline
Hi Arno,
thanks for the reply.it works for Logo in the top left screen.
i want to change logo on login screen. i have made the following changes in theme.cf
but the logo not change on login screen.
<configuration>
<theme type="borders">
<header>
<height>40</height>
</header>
<logo>
<login>
<html><![CDATA[<span class="rs-login-logo"><img src="http://localhost:82/reportserver/reportserver/fileServerAccess?id=14564"/></span>
<span class="rs-login-edition">Enterprise Edition</span><span class="rs-login-bg"><img src="http://localhost:82/reportserver/reportserver/fileServerAccess? id=14564"/></span>]]></html>
<width>200px</width>
</login>
<header>
<html><![CDATA[<span class="rs-header-logo"><img src="http://localhost:82/reportserver/reportserver/fileServerAccess?id=14564" /></span>]]></html>
<width>185px</width>
</header>
<url>http://localhost:82/reportserver/reportserver/fileServerAccess?id=14564</url>
</logo>
Offline
Hi Rajup,
during the evaluation phase changing the logo on the login screen is prohibited. My guess is that this is the case.? (If you need this to be possible, say for a showcase for management, please contact us at info@datenwerke.net).
As for the url property, that should be <report>, that is
<configuration>
<theme type="borders">
<header>
<height>40</height>
</header>
<logo>
...
<report>http://localhost:82/reportserver/reportserver/fileServerAccess?id=14564</report>
</logo>
This is used, for example, in the report documentation. (I've changed the documentation, which stated this wrongly as url.)
Cheers,
Arno
Offline
Hi Arno,
i have successfully changed logo.
i have created user.log in with that user after log in the logo is not shown.
also if report server access from another machine with URL [ip address]:82/reportserver logo is not shown
Thanks..
Last edited by rajup (2016-08-19 06:16:38)
Offline
You should not use localhost but instead the server's ip or name. That is, instead of
<img src="http://localhost:82/reportserver/reportserver/fileServerAccess?id=14564" />
use
<img src="http://SERVER_NAME_OR_IP:82/reportserver/reportserver/fileServerAccess?id=14564" />
Offline
Hi Thomas,
i made changes as u suggested.put ip address instead of localhost still the logo not shown..
Thanks
Last edited by rajup (2016-08-19 08:50:53)
Offline
Have you checked that the user can see http://SERVER_NAME_OR_IP:82/reportserver/reportserver/fileServerAccess?id=14564? That is, what happens if you log in as the user and call http://SERVER_NAME_OR_IP:82/reportserver/reportserver/fileServerAccess?id=14564 in your browser? If the user cannot access the file, then probably the permissions are set too restrictive (the user needs read permissions on the file, or the file must be in a web accessible folder).
Offline
hi,
i gave the permission(Read,write,Execute) to the logo file.still the logo not shown
for second option can you please tell where to put the file. i am using bitnami installer.
thanks
Offline
You can mark any folder in the file server as "we accessible". If you click on a folder in the fileserver you should have a checkbox labeled "Share folder for web access". This tells ReportServer that anything beneath this folder should be accessible to anyone.
What happens if you call http://SERVER_NAME_OR_IP:82/reportserver/reportserver/fileServerAccess?id=14564 directly in the browser?
Offline
Hi Thomas,
Thanks for valuable support..it work
Offline
Hi folks,
I am using an Evaluation enterprise version, and tried to customize my theme, I did changes on theme.cf but nothing happened to my theme!! when i re-download the theme.cf file my changes are there but the logo and colors are always the same. please help!
Regards
Last edited by Hamza_DBM (2018-06-05 16:22:50)
Offline
Hi Hamza_DBM,
have you tried to reload the config (command "config reload") after saving your configuration?
Regards,
Eduardo
Offline
Hi Eduardo,
Yes I did that with the terminal now it works ..colors, top left logo changed except the login logo doesn't change! do you know why ?
Thank you.
Regards,
Offline
Another question eduardo I wonder if it is possible to change the logo on the PDF report as well ?
Last edited by Hamza_DBM (2018-06-07 19:33:55)
Offline
Hi Hamza_DBM,
1) have you deleted your browser's cache and temp files completely? Maybe this is the problem. Check details on theming here: https://reportserver.net/en/tutorials/tutorial-theming/
You can try with a similar snippet:
<login>
<html><![CDATA[<img src="http://yourip/logo.png" alt="Logo" width="300" height="70">]]></html>
<width>300px</width>
</login>
2) Take a look here: dynamiclists/pdfexport.cf
There you can change the logo
<span class="logo">
<img src="" alt="logo"></img>
</span>
Always reload the config with "config reload".
Regards,
Eduardo
Offline
Hi eduardo,
Thank you for your reply. I have cleared the cache and temp file but still no changes on the login logo and background login logo!
The logo for the PDF works perfect thank you for your help.
Best regards
Offline
Hi Hamza_DBM,
please post your configuration file and your exact reportserver version (rsversion.properties).
Regards,
Eduardo
Offline
<configuration>
<theme type="default">
<header>
<height>60</height>
</header>
<logo>
<login>
<html><![CDATA[<span class="rs-login-logo"><img src="http://report-server.dbmreflex.com/reportserver/reportserver/fileServerAccess?id=366987"/></span>
<span class="rs-login-bg">Enterprise Edition</span><span class="rs-login-bg"><img src="http://report-server.dbmreflex.com/reportserver/reportserver/fileServerAccess?id=366987"/></span>]]></html>
<width>200px</width>
</login>
<header>
<html><![CDATA[<span class="rs-header-logo"><img src="http://report-server.dbmreflex.com/reportserver/reportserver/fileServerAccess?id=366987"/></span>]]></html>
<width>185px</width>
</header>
<report>http://http://report-server.dbmreflex.com/reportserver/reportserver/fileServerAccess?id=366987</report>
</logo>
Offline
Hi eduard,
This is my RS version: RS3.0.3-6002 (2017-12-09-12-26-19)
Evaluation !
Regards,
Hamza
Last edited by Hamza_DBM (2018-06-12 17:23:45)
Offline
Hi Hamza_DBM,
please post the complete configuration file. You only posted a portion of it.
Regards,
Eduardo
Offline
Hi Eduardo,
<?xml version="1.0" encoding="UTF-8"?>
<!--
ReportServer Configuration File
filename: ui/theme.cf
Allows to adapt the look and feel of ReportServer
This file is only active in ReportServer Enterprise Edition
-->
<configuration>
<theme type="default">
<header>
<height>60</height>
</header>
<logo>
<login>
<html><![CDATA[<span class="rs-login-logo"><img src="http://report-server.dbmreflex.com/reportserver/reportserver/fileServerAccess?id=366987"/></span>
<span class="rs-login-bg">Enterprise Edition</span><span class="rs-login-bg"><img src="http://report-server.dbmreflex.com/reportserver/reportserver/fileServerAccess?id=366987"/></span>]]></html>
<width>200px</width>
</login>
<header>
<html><![CDATA[<span class="rs-header-logo"><img src="http://report-server.dbmreflex.com/reportserver/reportserver/fileServerAccess?id=366987"/></span>]]></html>
<width>185px</width>
</header>
<report>http://http://report-server.dbmreflex.com/reportserver/reportserver/fileServerAccess?id=366987</report>
</logo>
<colors>
<color name="white" color="#FFFFFF"/>
<color name="black" color="#000000"/>
<color name="black-almost" color="#132834"/>
<color name="purple-dark" color="#3E4059"/>
<color name="purple-light" color="#DFE0EB"/>
<color name="gray-light" color="#EEEEEE"/>
<color name="gray-dark" color="#B8BDC0"/>
<color name="gray-very-dark" color="#6D708B"/>
<color name="terminal-green" color="#00B000"/>
</colors>
<colorMapping>
<map useFor="bg" colorRef="gray-dark"/>
<map useFor="bg.text" colorRef="black"/>
<map useFor="bg.light" colorRef="white"/>
<map useFor="light.text" colorRef="black"/>
<map useFor="bg.shaded" colorRef="gray-light"/>
<map useFor="shaded.text" color="#666666"/>
<map useFor="hl.dark.bg" colorRef="purple-dark"/>
<map useFor="hl.dark.text" colorRef="white"/>
<map useFor="hl.light.bg" colorRef="purple-light"/>
<map useFor="hl.light.text" colorRef="black"/>
<map useFor="header.bg" colorRef="black-almost"/>
<map useFor="header.text.active" colorRef="white"/>
<map useFor="header.text.inactive" color="#BBBBBB"/>
<map useFor="header.text.right" color="#BBBBBB"/>
<map useFor="terminal.bg" colorRef="black"/>
<map useFor="terminal.text" colorRef="terminal-green"/>
<map useFor="terminal.hl.bg" colorRef="gray-very-dark"/>
<map useFor="terminal.link" colorRef="white"/>
<map useFor="border.light" colorRef="gray-dark"/>
<map useFor="tbar.btn.bg" colorRef="gray-dark"/>
<map useFor="icon.light" color="#999999"/>
</colorMapping>
<css>
.icon-rs-Report {
color: #FF0000 !important;
}
.rs-header-logo{
margin-top: -10px !important;
}
</css>
</theme>
</configuration>
Offline