Databand EvenStyle From Code
Hi All;
How can we assign EvenStyle on Databand from Code side?
I am not preferring ""_BeforePrint " Event.
If you have any example can you share with us please.
Thanks
How can we assign EvenStyle on Databand from Code side?
I am not preferring ""_BeforePrint " Event.
If you have any example can you share with us please.
Thanks
Comments
Something like this -
DataBand band = report.FindObject("Data1") as DataBand;
band.EvenStyle = "style name";