Hi,
I'm investigating the possibility of using Telerik Reporting for a solution I'm developing.
Part of the report (invoice) needs to be re sizable to keep things looking as the client says 'professional' I can do this in one of two ways:
a) Duplicate the report for each font size I want to replicate
b) Alter the font size of specific report areas at runtime based injected parameter (conditional formating) or via the code that launches the report (instantiate a report object and twiddle with it's object model)
Obviously I would like to avoid option a as it generates duplication in the code :(
Is option b possible using either conditional formating or via tweaking of the report object?
I'm investigating the possibility of using Telerik Reporting for a solution I'm developing.
Part of the report (invoice) needs to be re sizable to keep things looking as the client says 'professional' I can do this in one of two ways:
a) Duplicate the report for each font size I want to replicate
b) Alter the font size of specific report areas at runtime based injected parameter (conditional formating) or via the code that launches the report (instantiate a report object and twiddle with it's object model)
Obviously I would like to avoid option a as it generates duplication in the code :(
Is option b possible using either conditional formating or via tweaking of the report object?