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
-
- Posts: 70
- Joined: Wed Feb 24, 2010 11:08 am
- Location: India
changing font size programmatically
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.
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.
- Attachments
-
- 1756.WindowsApplicationVB1.zip
- (356.9 KiB) Downloaded 631 times