Dynamically changing font and font size

Hi Team,

Is there any option to change font and font size in linq reporting dynamically?

@manojdesai272 Could you please elaborate your requirements in more details and provide sample template, data and expected output? We will check your requirements and provide you more information.

@alexey.noskov, we are creating template for different language. For few language, font and it’s size is different. We are passing that size & style in datasource. Is there any option to change font & it’s style according to parameters passed?

@manojdesai272 You can specify formatting in your LINQ template using styles. Create separate templates with styles for each language and then before building the report use Document.CopyStylesFromTemplate method to copy the styles for the specified language into the LINQ template.

Alternatively, you can change styles through the code instead of coping styles from template.