Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Change font size in report programmatically
posted

I have created a report, connected it to a datasource, and displayed it in a report viewer in my WinForm App.

The report is a label and I need to give the operator the ability to dynamically increase / decrease the font size of a textbox to ensure that all data is displayed in a particular text field at the maximum possible font size.

The operator needs to be able to vary this font size on a label by label basis.

Using Netadvantage reporting, is it possible to access the object model of the report, vary the font size of a control and then refresh the display in the reportviewer?

Thanks for your assistance.