Changing the font size in a report | Community
Skip to main content
Level 4
June 20, 2025
Solved

Changing the font size in a report

  • June 20, 2025
  • 1 reply
  • 351 views

Hi all, I wanted to know if anyone has ever attempted to adjust the font size of text in report?

Best answer by KellieGardner

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

1 reply

KellieGardner
Community Advisor
KellieGardnerCommunity AdvisorAccepted solution
Community Advisor
June 20, 2025

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