0

Can we add HTML or Right text to the report designer?

From the Below link I know it is not there, but I think with latest versions Acumatica must have added some support for it. Is it possible to get data from the Rich Text control and show it in an Acumatica report?

Shaj
  • 37
  • 7

1 Answers1

0

enter image description here

No, a rich text control was not added to the report designer toolbox. TextBox control has no rich text functionality.

Hugues Beauséjour
  • 8,067
  • 1
  • 9
  • 22
  • Is there any work around to show the rich text – Shaj Apr 08 '21 at 06:37
  • It is possible to use a third-party library or dot net framework to render the rich text content to an image and then display the image in the report. stackoverflow.com/a/17835914/7376238 – Hugues Beauséjour Apr 08 '21 at 14:27