Page 1 of 1

Export field font size

Posted: Tue Feb 27, 2024 5:16 am
by crash

Where would I modify the size of the font of just one field, the top row in a pdf export.
Thanks


Re: Export field font size

Posted: Tue Feb 27, 2024 8:02 am
by MichaelG

Use the Row_Rendered server event to modify the font. To check if the export is for pdf, use:

if (IsExport("pdf")) {
//...
}