Hi,
I'm trying to find out how to style a report programatically. Thought it would be a good idea to create an object of type Style, setting all the values, passing the style object to the report and simply set <reportItem>.Style = <myStyleObject>. Unfortunately the constructor of Telerik.Reporting.Drawing.Style is not exposed. and the style-property has no setter.
Are there any workarounds for setting the style property programatically (I know that I can set individual properties, but that is not want I am looking for)?
Kind Regards
I'm trying to find out how to style a report programatically. Thought it would be a good idea to create an object of type Style, setting all the values, passing the style object to the report and simply set <reportItem>.Style = <myStyleObject>. Unfortunately the constructor of Telerik.Reporting.Drawing.Style is not exposed. and the style-property has no setter.
Are there any workarounds for setting the style property programatically (I know that I can set individual properties, but that is not want I am looking for)?
Kind Regards