<?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 how to delete or hide the lines in rtf output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-delete-or-hide-the-lines-in-rtf-output/m-p/666951#M24248</link>
    <description>&lt;PRE&gt;***style;
title;
footnote;

ods rtf file="...\class.rtf" style=journal;
proc report data=sashelp.class;
	where age&amp;lt;=12;
	column name sex age height weight;

      compute before _page_ ;
		line "title1" ; 
      endcomp;

       compute after _page_ ;
		line "foot1"; 
      endcomp;

run;

title;
ods rtf close;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.JPG" style="width: 328px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46900iD5EA395AD33DDD56/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Jul 2020 15:21:59 GMT</pubDate>
    <dc:creator>blueskyxyz</dc:creator>
    <dc:date>2020-07-04T15:21:59Z</dc:date>
    <item>
      <title>how to delete or hide the lines in rtf output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-delete-or-hide-the-lines-in-rtf-output/m-p/666951#M24248</link>
      <description>&lt;PRE&gt;***style;
title;
footnote;

ods rtf file="...\class.rtf" style=journal;
proc report data=sashelp.class;
	where age&amp;lt;=12;
	column name sex age height weight;

      compute before _page_ ;
		line "title1" ; 
      endcomp;

       compute after _page_ ;
		line "foot1"; 
      endcomp;

run;

title;
ods rtf close;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.JPG" style="width: 328px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46900iD5EA395AD33DDD56/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jul 2020 15:21:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-delete-or-hide-the-lines-in-rtf-output/m-p/666951#M24248</guid>
      <dc:creator>blueskyxyz</dc:creator>
      <dc:date>2020-07-04T15:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete or hide the lines in rtf output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-delete-or-hide-the-lines-in-rtf-output/m-p/666959#M24249</link>
      <description>&lt;P&gt;Use the STYLE options and some guess and testing shows this works:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class 
style(lines) = [bordertopcolor=white borderbottomcolor=white];&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p14xegao6xt0xnn1865r422tpytw.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;Documentation reference with all the options for styling&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/298115"&gt;@blueskyxyz&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;PRE&gt;***style;
title;
footnote;

ods rtf file="...\class.rtf" style=journal;
proc report data=sashelp.class;
	where age&amp;lt;=12;
	column name sex age height weight;

      compute before _page_ ;
		line "title1" ; 
      endcomp;

       compute after _page_ ;
		line "foot1"; 
      endcomp;

run;

title;
ods rtf close;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="捕获.JPG" style="width: 328px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/46900iD5EA395AD33DDD56/image-size/large?v=v2&amp;amp;px=999" role="button" title="捕获.JPG" alt="捕获.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jul 2020 18:46:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/how-to-delete-or-hide-the-lines-in-rtf-output/m-p/666959#M24249</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-07-04T18:46:23Z</dc:date>
    </item>
  </channel>
</rss>

