<?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: How to define table cell padding for tables with template styles using ODS tagsets.sasreport in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474896#M30804</link>
    <description>&lt;P&gt;And what is the "&lt;SPAN&gt;default output of enterprise Guide. "?&amp;nbsp; Does it create a file, what type?&amp;nbsp; You mention pdf, html, rtf, that really only leaves Excel as a usual output format.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jul 2018 13:27:08 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-07-02T13:27:08Z</dc:date>
    <item>
      <title>How to define table cell padding for tables with template styles using ODS tagsets.sasreport</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474872#M30801</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to define my template styles and I cannot increase the table cells padding when output is "ODS tagsets.sasreport13".&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;style Table /
    cellpadding = 50pt /* ONLY EFFECT HTML, PDF, RTF */
    ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This code can change the table cells padding but only when output is HTML, PDF and RTF.&lt;/P&gt;
&lt;P&gt;I have been trying with these too but they don't change anything&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;paddingright = 50pt
paddingtop = 50pt
paddingright = 50pt
paddingleft = 50pt
padding = 50pt&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTML:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 1.png" style="width: 449px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21524i96A9CB1CD49F30A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image 1.png" alt="Image 1.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tagsets.sasreport13:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 2.png" style="width: 454px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21525iD2E6ED4CFF721577/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image 2.png" alt="Image 2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Using SAS 9.3 and Enterprise Guide 7.1&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 12:58:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474872#M30801</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2018-07-02T12:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to define table cell padding for tables with template styles using ODS tagsets.sasreport</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474886#M30802</link>
      <description>&lt;P&gt;Are you talking about Excel output?&amp;nbsp; If so then look at the tagsets.excelxp or excel tipsheets on how to set column widths.&lt;/P&gt;
&lt;P&gt;Quite possibly absolute_column_width is the option you are looking for as you can provide a list of columns widths.&amp;nbsp; Its not to do with style.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 13:15:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474886#M30802</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-07-02T13:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to define table cell padding for tables with template styles using ODS tagsets.sasreport</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474890#M30803</link>
      <description>&lt;P&gt;No this is not excel.&lt;/P&gt;
&lt;P&gt;This is the default output of enterprise Guide.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;12         ODS _ALL_ CLOSE;
13         OPTIONS DEV=ACTIVEX;
14         GOPTIONS XPIXELS=0 YPIXELS=0;
15         FILENAME EGSR TEMP;
16         ODS tagsets.sasreport13(ID=EGSR) FILE=EGSR
17             STYLE=xxxxxxxx
18             NOGTITLE
19             NOGFOOTNOTE
20             GPATH=&amp;amp;sasworklocation
21             ENCODING=UTF8
22             options(rolap="on")
23         ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Jul 2018 13:19:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474890#M30803</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2018-07-02T13:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to define table cell padding for tables with template styles using ODS tagsets.sasreport</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474896#M30804</link>
      <description>&lt;P&gt;And what is the "&lt;SPAN&gt;default output of enterprise Guide. "?&amp;nbsp; Does it create a file, what type?&amp;nbsp; You mention pdf, html, rtf, that really only leaves Excel as a usual output format.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 13:27:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474896#M30804</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-07-02T13:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to define table cell padding for tables with template styles using ODS tagsets.sasreport</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474903#M30805</link>
      <description>&lt;P&gt;It's a "SAS report", I'm not really sure if that is the most correct name, I thought is was the most common output.&lt;/P&gt;
&lt;P&gt;Here are a few screenshots :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 147px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21529iCCEE994911290657/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21530iA3A1C5CA9E19F476/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/21531iC458E4231B76AB7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 13:51:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474903#M30805</guid>
      <dc:creator>mathias</dc:creator>
      <dc:date>2018-07-02T13:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to define table cell padding for tables with template styles using ODS tagsets.sasreport</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474907#M30806</link>
      <description>&lt;P&gt;Sorry, not heard of a "sas report", will move the thread to EG area, perhaps the guys who use that can help.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 14:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-define-table-cell-padding-for-tables-with-template-styles/m-p/474907#M30806</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-07-02T14:07:03Z</dc:date>
    </item>
  </channel>
</rss>

