You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"] = new ReportStyle { Bold = true, FontSize = 14, HorizontalAlignment = HorizontalAlignment.Left };
This is implemented per report writer so the others might behave differently.
Hope this helps
Hi there,
I need change Tittle and Subtitle style to " Horizontal Align Left". How can I do this?
Tks
The text was updated successfully, but these errors were encountered: