Hightlight condition
Posted: Sat Jun 21, 2008 10:31 am
I am learning StimulReport thru the flash tutorial right now. i would say it was amazing.
I have 2 question regarding hightligting features shown in the tutorials:
1) I couldn't find the Hightlight Conditions Properties follow the link http://www.stimulsoft.com/livedemos/Rep ... ition.html.
2) I try to modify a report by following http://www.stimulsoft.com/livedemos/Rep ... tyles.html Here's my condition i put at BeforePrintEvent
if(Products.UnitPrice > 20)
{
Text6.ComponentStyle = "Even";
}
However, only the first row which more than 20 change the component style, the rest doens't change at all.
Thanks for help.
I have 2 question regarding hightligting features shown in the tutorials:
1) I couldn't find the Hightlight Conditions Properties follow the link http://www.stimulsoft.com/livedemos/Rep ... ition.html.
2) I try to modify a report by following http://www.stimulsoft.com/livedemos/Rep ... tyles.html Here's my condition i put at BeforePrintEvent
if(Products.UnitPrice > 20)
{
Text6.ComponentStyle = "Even";
}
However, only the first row which more than 20 change the component style, the rest doens't change at all.
Thanks for help.