Dear sir,
Please advise me how to show cell border in a cross-tab report.
Thanks
Chadwick
Cell border
(4 posts) (2 voices)-
-
You can use CSS border definition in dbr.colstyle, dbr.colclass, dbr.cellclass or in dbr.cellstyle commands.
For example with dbr.colstyle:
select 'dbr.colstyle', 'Items', '[border: 1px solid gray;]';
--
myDBR Team -
Thank you.
If I have to make the all the cells of the table to be bordered, including footer and header, what would be the simplest way to do it?Thanks a lot
Chadwick -
You can apply the same style definition to table's TD and TH elements via dbr.css.
--
myDBR Team
Reply
You must log in to post.