Page 1 of 1

PDF Export field width

Posted: Sat Feb 18, 2023 5:01 am
by crash

Where would I set the field width for PDF export.

All my columns export as the same width so when a field has more chracters than the coumn width it wraps.
I've tried field width in aspm, also size and max length.


Re: PDF Export field width

Posted: Mon Feb 20, 2023 7:11 am
by MichaelG

You can try adding the following codes in Page_Load server event:

ExportColumnWidths = new float[] { 100, 200, etc... }; // Set column widths