<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Want to display Image in report title in Web Report Studio using Stored procedure in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Want-to-display-Image-in-report-title-in-Web-Report-Studio-using/m-p/349479#M2347</link>
    <description>&lt;P&gt;SAS Web Report Studio has very specific rules for stored processes. See &lt;A href="http://support.sas.com/kb/47/839.html" target="_blank"&gt;http://support.sas.com/kb/47/839.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why not use the built-in report header functionality that enables you to insert a banner&amp;nbsp;image? You add your own images via SAS Management Console. This SAS note explains: &lt;A href="http://support.sas.com/kb/16/825.html" target="_blank"&gt;http://support.sas.com/kb/16/825.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2017 14:50:49 GMT</pubDate>
    <dc:creator>Madelyn_SAS</dc:creator>
    <dc:date>2017-04-12T14:50:49Z</dc:date>
    <item>
      <title>Want to display Image in report title in Web Report Studio using Stored procedure</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Want-to-display-Image-in-report-title-in-Web-Report-Studio-using/m-p/349376#M2346</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We want to display Image in report title on web report studio.we are trying by using below SAS Code but its not displaying Image while we use SP &amp;nbsp;on Web report studio.Please guild us to achive this requirment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code for Refrence.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods escapechar="^";&lt;BR /&gt;ods html file="/apps/usr/Komal/Title2.html" style=sasweb;&lt;BR /&gt;title &amp;nbsp;j=l height=2 "Date as of:1/12/2016" &amp;nbsp;j=c height=3 "Sales Report" &amp;nbsp;j=r height=2 link="&lt;A href="http://www.test.com" target="_blank"&gt;http://www.test.com&lt;/A&gt;" "^{style[preimage='/apps/usr/HelpIcon2.jpg' ]} ";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data test;&lt;BR /&gt;a=' ';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc report data=test noheader&lt;/P&gt;&lt;P&gt;style(report)=[cellspacing=0 borderwidth=0]&lt;BR /&gt;style(column)=[borderwidth=0]&lt;BR /&gt;style(header)=[background=white]&lt;BR /&gt;;&lt;BR /&gt;column a ;&lt;BR /&gt;run;&lt;BR /&gt;ods html close;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 11:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Want-to-display-Image-in-report-title-in-Web-Report-Studio-using/m-p/349376#M2346</guid>
      <dc:creator>Sachin_bansode</dc:creator>
      <dc:date>2017-04-12T11:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Want to display Image in report title in Web Report Studio using Stored procedure</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Want-to-display-Image-in-report-title-in-Web-Report-Studio-using/m-p/349479#M2347</link>
      <description>&lt;P&gt;SAS Web Report Studio has very specific rules for stored processes. See &lt;A href="http://support.sas.com/kb/47/839.html" target="_blank"&gt;http://support.sas.com/kb/47/839.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why not use the built-in report header functionality that enables you to insert a banner&amp;nbsp;image? You add your own images via SAS Management Console. This SAS note explains: &lt;A href="http://support.sas.com/kb/16/825.html" target="_blank"&gt;http://support.sas.com/kb/16/825.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 14:50:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Want-to-display-Image-in-report-title-in-Web-Report-Studio-using/m-p/349479#M2347</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2017-04-12T14:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Want to display Image in report title in Web Report Studio using Stored procedure</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Want-to-display-Image-in-report-title-in-Web-Report-Studio-using/m-p/354360#M2357</link>
      <description>&lt;P&gt;Thanks For Suggetion,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actualy we are using&amp;nbsp;&lt;SPAN&gt;built-in report header functionality to display Report Title using Text object and&amp;nbsp; banner&amp;nbsp;image.We are trying to display Date,Report Name,Help Icon in single.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As per client request we want to disaplay by using stored procedure,But when I am running same code in EG it display in singal line with Icone Image.As We use same Stored procedure in web Report studio It dont dispaly Icon Image/Title in Singal row.It display weird title.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please tell &amp;nbsp;is that possible to display titile in singal line with DATE Titile Image Icon???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Its client request so we need proper valid reason.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 08:40:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Want-to-display-Image-in-report-title-in-Web-Report-Studio-using/m-p/354360#M2357</guid>
      <dc:creator>Sachin_bansode</dc:creator>
      <dc:date>2017-04-28T08:40:26Z</dc:date>
    </item>
  </channel>
</rss>

