Cobus Smit
Results
2
comments of
Cobus Smit
Hi Marco When using the **iTextSharp** PDF writer you can do it like this: `report.RenderHints["TitleStyle"] = new ReportStyle { Bold = true, FontSize = 18, HorizontalAlignment = HorizontalAlignment.Left };` `report.RenderHints["SubTitleStyle"]...
Hi @matthidinger, that makes sense. I'll see what I can do.