<?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 Rowheight proc report with pdf ods in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rowheight-proc-report-with-pdf-ods/m-p/678891#M24369</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to create a table&amp;nbsp; with proc Report to show in a pdf with ODS PDF.&lt;/P&gt;&lt;P&gt;its all working fine but how can i change the cellheight to a "minimum" ?&lt;/P&gt;&lt;P&gt;this is the code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;PROC REPORT Data=VMS_T.doorlooptijd1 nowd style=[background=white foreground=black Vjust=B Just=L font=('Calibri, Arial',1pt,Normal) borderwidth = 0];&lt;BR /&gt;COLUMNS 'Wachttijd Dagen'n Score ;&lt;BR /&gt;define 'Wachttijd Dagen'n / style=[height=4pt BorderColor=white Vjust=B Just=L font=('Calibri, Arial',4pt,Normal)];&lt;BR /&gt;define Score / style=[height=4pt BorderColor=white Vjust=B Just=L font=('Calibri, Arial',4pt,Normal)];&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;with this code my cellheight is higher then whats in it. how can i change it?&lt;/P&gt;&lt;P&gt;i tried everything. here is a picture from the pdf with the borderlines.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Knipsel2.PNG" style="width: 161px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48579i556450D908401913/image-size/small?v=v2&amp;amp;px=200" role="button" title="Knipsel2.PNG" alt="Knipsel2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Aug 2020 14:41:39 GMT</pubDate>
    <dc:creator>PaulDinsl</dc:creator>
    <dc:date>2020-08-24T14:41:39Z</dc:date>
    <item>
      <title>Rowheight proc report with pdf ods</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rowheight-proc-report-with-pdf-ods/m-p/678891#M24369</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to create a table&amp;nbsp; with proc Report to show in a pdf with ODS PDF.&lt;/P&gt;&lt;P&gt;its all working fine but how can i change the cellheight to a "minimum" ?&lt;/P&gt;&lt;P&gt;this is the code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;PROC REPORT Data=VMS_T.doorlooptijd1 nowd style=[background=white foreground=black Vjust=B Just=L font=('Calibri, Arial',1pt,Normal) borderwidth = 0];&lt;BR /&gt;COLUMNS 'Wachttijd Dagen'n Score ;&lt;BR /&gt;define 'Wachttijd Dagen'n / style=[height=4pt BorderColor=white Vjust=B Just=L font=('Calibri, Arial',4pt,Normal)];&lt;BR /&gt;define Score / style=[height=4pt BorderColor=white Vjust=B Just=L font=('Calibri, Arial',4pt,Normal)];&lt;BR /&gt;;&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;with this code my cellheight is higher then whats in it. how can i change it?&lt;/P&gt;&lt;P&gt;i tried everything. here is a picture from the pdf with the borderlines.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Knipsel2.PNG" style="width: 161px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48579i556450D908401913/image-size/small?v=v2&amp;amp;px=200" role="button" title="Knipsel2.PNG" alt="Knipsel2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 14:41:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rowheight-proc-report-with-pdf-ods/m-p/678891#M24369</guid>
      <dc:creator>PaulDinsl</dc:creator>
      <dc:date>2020-08-24T14:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Rowheight proc report with pdf ods</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rowheight-proc-report-with-pdf-ods/m-p/679027#M24371</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;You didn't post any data, so in order to run your code, people have to make "fake" data and try to figure out what your data looks like. &lt;BR /&gt;You're already using STYLE= overrides, so you just have to look up cellpadding in order to define less white space inside the cells. Just FYI, with PROC REPORT it is a best practice to put the "area" of the report you want to change in parentheses after the STYLE option, as shown in the example below. Also you need to use RULES/FRAME/CELLSPACING to just disappear the border lines. Consider this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1598318134332.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48598iF3746A78D8691472/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1598318134332.png" alt="Cynthia_sas_0-1598318134332.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 01:16:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Rowheight-proc-report-with-pdf-ods/m-p/679027#M24371</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-08-25T01:16:39Z</dc:date>
    </item>
  </channel>
</rss>

