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.
Hi Simon,
This was exactly what was required and works as described.
Thanks very much fo your assistance.
Regards
Bob
Hello Bobrog,
You can bind the FontSize property of the label to a parameter in your report:
You can change the font size changing that parameter, and then refresh the viewer to apply the changes.
I'm not sure if this solve what you need.
Please tell me if it does or if you have any other question.
regards!
Simon
HI,
I am reviewing your issue.
Sincerely, Matt Developer Support Engineer