Dynamic FONT Properties from database column not working:
RTF Template is created to show few lines of text on top of the report and a data table with 4 columns. Default font-size (11) and Font-family (Arial) are defined during the RTF creation. Docx and pdf are
user preferred output types for the report.
I have two tables, one is with actual data like drug key, NDC, Brand name, etc. Other one is with report preferences like FONT_FAMILY,FONT_STYLE, FONT_SIZE_NORMAL_,FONT_SIZE_TABLE_HEADER_, etc.
Formatting requirement for this report is, apply database font properties during the report execution time. Basically, report output has to be created with the font properties defined in the database.