Simple Customizations to SAS Web Report Studio

0

Want to change the text in the SAS Web Report Studio header from "SAS Web Report Studio" to "ACME Inc" or any other company name?

Create a LocalProperties.xml in the folder: C:\Program Files\SAS\SASWebReportStudio\3.1\customer (for Windows)

Set the Company Logo visible XML tab to ‘false’ and the change the Product Logo text XMG tag to ‘ACME Inc.' then restart the Web Servlet Container (Tomcat)

Here is the sample code after modification:

  
 <webreportstudio> <company.logo> 

<url> </url> 

<text> </text> 

<visible> false  </visible> 

</COMPANY.LOGO> 

<product.logo> 

<url></url> 

<text>ACME Inc</text> 

</PRODUCT.LOGO> </webreportstudio>
  

Reference: http://support.sas.com/documentation/configuration/biwaag.pdf

Share

About Author

Angela Hall

Senior Technical Architect

Angela offers tips on using the SAS Business Intelligence solutions. She manages a team of SAS Fraud Framework implementers within the SAS Solutions On-Demand organization. Angela also has co-written two books, 'Building BI using SAS, Content Development Examples' & 'The 50 Keys to Learning SAS Stored Processes'.

Comments are closed.

Back to Top