<?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: Proc report -Heading colors in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-Heading-colors/m-p/446892#M112205</link>
    <description>&lt;P&gt;Try putting style option in the DEFINE statements, like such:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=tbl nowd headline headskip
STYLE(Header)={background=yellow foreground=black fontsize=14pt}
STYLE(column)={background=lightgray foreground=black}
STYLE(report)=[rules=rows bordercolor=black];
/*Title 'גליון 1';*/
column ("ID info" x w) ("measurement info" y) ;
define x / display style(hdr)=header{background=lightblue fontsize=10pt};
define w / display style(hdr)=header{background=lightblue fontsize=10pt};
define y / display style(hdr)=header{background=lightblue fontsize=10pt};
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;See this thread for additional info:&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/How-do-I-Change-the-color-of-column-headers-under-an-across/td-p/289833" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/How-do-I-Change-the-color-of-column-headers-under-an-across/td-p/289833&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Mar 2018 17:46:28 GMT</pubDate>
    <dc:creator>bstarr</dc:creator>
    <dc:date>2018-03-19T17:46:28Z</dc:date>
    <item>
      <title>Proc report -Heading colors</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-Heading-colors/m-p/446774#M112151</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am using proc report&lt;/P&gt;&lt;P&gt;I want that top header&amp;nbsp;&lt;SPAN&gt;"ID info" &amp;nbsp;and top header&amp;nbsp;"measurement info" will be in yellow&amp;nbsp;background color with big font size.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want that low header "x" "w" "y" will be with blue background color with small font size.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can anyone help ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data tbl;&lt;BR /&gt;input x w y;&lt;BR /&gt;cards;&lt;BR /&gt;1 2 3&lt;BR /&gt;4 5 6&lt;BR /&gt;7 8 9&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc report data=tbl nowd headline headskip&lt;BR /&gt;STYLE(Header)={background=lightblue foreground=black }&lt;BR /&gt;STYLE(column)={background=lightgray foreground=black}&lt;BR /&gt;STYLE(report)=[rules=rows bordercolor=black];&lt;BR /&gt;/*Title 'גליון 1';*/&lt;BR /&gt;column ("ID info" x w) ("measurement info" y) ;&lt;BR /&gt;define x / display ;&lt;BR /&gt;define w / display ;&lt;BR /&gt;define y / display ;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 14:02:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-Heading-colors/m-p/446774#M112151</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2018-03-19T14:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report -Heading colors</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-Heading-colors/m-p/446892#M112205</link>
      <description>&lt;P&gt;Try putting style option in the DEFINE statements, like such:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=tbl nowd headline headskip
STYLE(Header)={background=yellow foreground=black fontsize=14pt}
STYLE(column)={background=lightgray foreground=black}
STYLE(report)=[rules=rows bordercolor=black];
/*Title 'גליון 1';*/
column ("ID info" x w) ("measurement info" y) ;
define x / display style(hdr)=header{background=lightblue fontsize=10pt};
define w / display style(hdr)=header{background=lightblue fontsize=10pt};
define y / display style(hdr)=header{background=lightblue fontsize=10pt};
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;See this thread for additional info:&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/How-do-I-Change-the-color-of-column-headers-under-an-across/td-p/289833" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/How-do-I-Change-the-color-of-column-headers-under-an-across/td-p/289833&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 17:46:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-Heading-colors/m-p/446892#M112205</guid>
      <dc:creator>bstarr</dc:creator>
      <dc:date>2018-03-19T17:46:28Z</dc:date>
    </item>
  </channel>
</rss>

