Leroy Mason487636


I want to set properties such as font family, font size, etc as high as possble in the report.

Is it possible to have textbox fonts inherited from a container like a list, or report

Currently it seems I need to set fonts on every textbox.

Similarly, when I use report designer to put a textbox on a report, the textbox decides the Font is Normal, Arial, 10pt, Normal. Where is this setting stored





Re: Want Text box font to be inherited from list

keisuke


Hello,

Not sure if this will help, but every report in srs is an xml file, right click on the rdl file and click view code (xml)

You can use CSS (cascading style sheet) with xml, an example is:

An xml file w/out css:
http://www.w3schools.com/xml/cd_catalog.xml

The CSS:
http://www.w3schools.com/xml/cd_catalog.txt

An xml file w/ css:
http://www.w3schools.com/xml/cd_catalog_with_css.xml

Taken from: http://www.w3schools.com/xml/xml_display.asp