Print Engine or Print Editor - PDF Table Styling

Hello,

I successfully created a PDF using a print model with the new print engine. During this process, I noticed that some table styling options do not seem to be available.

In particular, I would like to implement the following adjustments:

  • Right-align only specific columns (e.g. columns containing monetary values).

  • Control or remove the padding between the cell content and the border.

  • Format the summary/total row in bold.

Is there a way to apply such customizations afterwards or define these styles directly within the print engine?

Thank you in advance.

Hi @steve-tagged-cache

All three adjustments you mentioned are supported using the Listing element from Print Engine:

  • Right-align specific columns: supported via the column’s Custom Text Properties. It allows full configuration of the Text Properties (see Listing Column for details)

  • Control or remove cell padding and format the summary/total row in bold: supported via Property Computations or Row Property Computations (depends on your use cases) with PaddingTop, PaddingBottom, Bold … (see Property Computations for details)

Hope this helps! Please let me know if you have any further questions.