Page 1 of 1

changing font size programmatically

Posted: Sun Mar 25, 2012 9:23 pm
by Naveen Aggarwal
Hi

Is it possible to change the font size of text boxes programmatically in vb.net code ?
Actually I am using a cross tab and no. of columns are dynamic. So i just wanted to reduce the font size where no. of columns are more as 1 or 2 columns overflow the page.
Condition I can easily put in the code as i know for which values the no. of columns is going to be more .

Thanks in advance !


changing font size programmatically

Posted: Thu Mar 29, 2012 6:48 pm
by Ivan
Hello,

There are several ways for solving the problem.
One of them is implemented in the project, which is attached to this topic:
FontSize variable -> BeginRender event of report -> Style1 -> Condition of textbox

Thank you.