Usage Note 24242: How can I get rid of the rules (gridlines) in my table in ODS PRINTER?
To get rid of rules in your table, you need to add three options
to a STYLE statement
within a TEMPLATE procedure.
RULES=NONE removes the header rules.
FRAME=VOID removes all of the borders from the table.
BACKGROUND=_UNDEF_ removes the gridlines between cells.
For PROC TEMPLATE example code
that manipulates table rules, see ODS RTF
FAQ 3995,
FAQ 3996,
FAQ 3997,
FAQ 3998,
and FAQ 3999.
Operating System and Release Information
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Usage Note |
Priority: | low |
Topic: | SAS Reference ==> ODS (Output Delivery System) System Administration ==> Printing
|
Date Modified: | 2005-06-21 12:00:50 |
Date Created: | 2005-02-16 15:16:30 |