changing font size programmatically

Stimulsoft Reports.NET discussion
Post Reply
Naveen Aggarwal
Posts: 70
Joined: Wed Feb 24, 2010 11:08 am
Location: India

changing font size programmatically

Post 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 !

Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

changing font size programmatically

Post 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.
Attachments
1756.WindowsApplicationVB1.zip
(356.9 KiB) Downloaded 631 times
Post Reply