Hi all, I wanted to know if anyone has ever attempted to adjust the font size of text in report?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Yes, I've done this with text mode and shared columns.
Here is an example:
column.1.sharecol=true
column.1.textmode=true
column.1.value=<div style="font-size:25px; margin-left:15px;"><strong style="color:#2F1F1F;">
column.1.valueformat=HTML
column.2.displayname=Project Owner
column.2.namekey=view.relatedcolumn
column.2.shortview=true
column.2.textmode=true
column.2.valuefield=owner:name
column.2.valueformat=HTML

Yes, I've done this with text mode and shared columns.
Here is an example:
column.1.sharecol=true
column.1.textmode=true
column.1.value=<div style="font-size:25px; margin-left:15px;"><strong style="color:#2F1F1F;">
column.1.valueformat=HTML
column.2.displayname=Project Owner
column.2.namekey=view.relatedcolumn
column.2.shortview=true
column.2.textmode=true
column.2.valuefield=owner:name
column.2.valueformat=HTML
