setParentStyleNameReference(String styleName) Set the name of the external style to be used as parent style.
An external style is only effective when there is no internal parent style set,
i.e.
public void setParentStyle(JRStyle parentStyle)(Code)
setParentStyleNameReference
public void setParentStyleNameReference(String styleName)(Code)
Set the name of the external style to be used as parent style.
An external style is only effective when there is no internal parent style set,
i.e.
JRDesignStyle.getStyle() getStyle() returns null
The external style will be resolved at fill time from the templates used in the report.
Parameters: styleName - the name of the external style See Also:JRDesignStyle.getStyleNameReference()
Fields inherited from net.sf.jasperreports.engine.base.JRBaseStyle