Page 1 of 1

Alternating row colors with ChildBands

Posted: Fri Dec 06, 2013 3:44 pm
by Tobias
Hello,

Is there a way for a child band to "inherit" the even/odd row styles from the parent data band, or will I need to add a "Line % 2"-condition to each ChildBand?

Tobias

Re: Alternating row colors with ChildBands

Posted: Tue Dec 10, 2013 6:15 am
by HighAley
Hello.
Tobias wrote:Is there a way for a child band to "inherit" the even/odd row styles from the parent data band, or will I need to add a "Line % 2"-condition to each ChildBand?
Child band does not inherit style from Data Band, please, use Conditions property.

Thank you.