<?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: ODS LAYOUT - Border in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-LAYOUT-Border/m-p/50415#M6437</link>
    <description>Absolute layout supports the border attributes, but at this time Gridded layout does not.  Here is an example of using Absolute layout.  &lt;BR /&gt;
ods _all_ close; &lt;BR /&gt;
ods path work.templat(update) sashelp.tmplmst(read);&lt;BR /&gt;
 proc template;&lt;BR /&gt;
     define style styles.mystyle;&lt;BR /&gt;
     parent = styles.printer;&lt;BR /&gt;
     style LayoutContainer /&lt;BR /&gt;
	     borderwidth=1mm&lt;BR /&gt;
		 borderstyle=solid&lt;BR /&gt;
         bordercolor=blue;&lt;BR /&gt;
     style layoutRegion /&lt;BR /&gt;
	     borderwidth=0mm&lt;BR /&gt;
         bordercolor=_undef_;&lt;BR /&gt;
     end;&lt;BR /&gt;
 run;&lt;BR /&gt;
&lt;BR /&gt;
 goptions reset=all;&lt;BR /&gt;
&lt;BR /&gt;
 ods pdf file="test.pdf" style=Styles.mystyle; &lt;BR /&gt;
 ods layout start width=6.25in height=6.25in; &lt;BR /&gt;
 ods region x=.125in y=.125in width=3in height=3in; &lt;BR /&gt;
 proc gchart data=sashelp.class;&lt;BR /&gt;
 vbar age;run;&lt;BR /&gt;
&lt;BR /&gt;
 ods region x=3.125in y=.125in width=3in height=3in; &lt;BR /&gt;
 proc gchart data=sashelp.class;&lt;BR /&gt;
 vbar age;run;&lt;BR /&gt;
&lt;BR /&gt;
 ods region x=.125in y=3.125in width=3in height=3in; &lt;BR /&gt;
 proc gchart data=sashelp.class;&lt;BR /&gt;
 vbar age;run;&lt;BR /&gt;
&lt;BR /&gt;
 ods region x=3.125in y=3.125in width=3in height=3in; &lt;BR /&gt;
 proc gchart data=sashelp.class;&lt;BR /&gt;
 vbar age;run;&lt;BR /&gt;
&lt;BR /&gt;
 ods layout end; &lt;BR /&gt;
 ods pdf close;</description>
    <pubDate>Thu, 14 Apr 2011 15:13:25 GMT</pubDate>
    <dc:creator>DanO_sas_com</dc:creator>
    <dc:date>2011-04-14T15:13:25Z</dc:date>
    <item>
      <title>ODS LAYOUT - Border</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-LAYOUT-Border/m-p/50414#M6436</link>
      <description>I'm using ODS LAYOUT to create a pdf document which must show 4 graphs in a page with a blu border around my ods layout.&lt;BR /&gt;
How can i show this blu border?&lt;BR /&gt;
thanks&lt;BR /&gt;
MPaola</description>
      <pubDate>Thu, 14 Apr 2011 10:54:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-LAYOUT-Border/m-p/50414#M6436</guid>
      <dc:creator>MPaola</dc:creator>
      <dc:date>2011-04-14T10:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: ODS LAYOUT - Border</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-LAYOUT-Border/m-p/50415#M6437</link>
      <description>Absolute layout supports the border attributes, but at this time Gridded layout does not.  Here is an example of using Absolute layout.  &lt;BR /&gt;
ods _all_ close; &lt;BR /&gt;
ods path work.templat(update) sashelp.tmplmst(read);&lt;BR /&gt;
 proc template;&lt;BR /&gt;
     define style styles.mystyle;&lt;BR /&gt;
     parent = styles.printer;&lt;BR /&gt;
     style LayoutContainer /&lt;BR /&gt;
	     borderwidth=1mm&lt;BR /&gt;
		 borderstyle=solid&lt;BR /&gt;
         bordercolor=blue;&lt;BR /&gt;
     style layoutRegion /&lt;BR /&gt;
	     borderwidth=0mm&lt;BR /&gt;
         bordercolor=_undef_;&lt;BR /&gt;
     end;&lt;BR /&gt;
 run;&lt;BR /&gt;
&lt;BR /&gt;
 goptions reset=all;&lt;BR /&gt;
&lt;BR /&gt;
 ods pdf file="test.pdf" style=Styles.mystyle; &lt;BR /&gt;
 ods layout start width=6.25in height=6.25in; &lt;BR /&gt;
 ods region x=.125in y=.125in width=3in height=3in; &lt;BR /&gt;
 proc gchart data=sashelp.class;&lt;BR /&gt;
 vbar age;run;&lt;BR /&gt;
&lt;BR /&gt;
 ods region x=3.125in y=.125in width=3in height=3in; &lt;BR /&gt;
 proc gchart data=sashelp.class;&lt;BR /&gt;
 vbar age;run;&lt;BR /&gt;
&lt;BR /&gt;
 ods region x=.125in y=3.125in width=3in height=3in; &lt;BR /&gt;
 proc gchart data=sashelp.class;&lt;BR /&gt;
 vbar age;run;&lt;BR /&gt;
&lt;BR /&gt;
 ods region x=3.125in y=3.125in width=3in height=3in; &lt;BR /&gt;
 proc gchart data=sashelp.class;&lt;BR /&gt;
 vbar age;run;&lt;BR /&gt;
&lt;BR /&gt;
 ods layout end; &lt;BR /&gt;
 ods pdf close;</description>
      <pubDate>Thu, 14 Apr 2011 15:13:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-LAYOUT-Border/m-p/50415#M6437</guid>
      <dc:creator>DanO_sas_com</dc:creator>
      <dc:date>2011-04-14T15:13:25Z</dc:date>
    </item>
  </channel>
</rss>

