Hello,
I'm fairly new to Telerik Reporting. I am more familiar to ActiveReports by DataDynamics. Their software package has an event called Detail_Format that allows you access to the detail section of each individual item in the subreport. Is there a way to do this in Telerik SubReports?
I have attachd an image to help explain my issue.
There is 1 MainReport and 1 ColorReport (subreport). I set the datasoure for the SubReport object (List<>) and all the data shows up int eh COlorReport properly.
I want to now change the color of the Shape object in the detail section of ColorReport based on individual data in the datasource. When I add a breakpoint in the method SubReport_ItemDataBinding, the subReport has all the items from the datasource list.
It seems to me that SubReport in MainReport should have the full list, but ColorReport should only know about one data item at a time.
Could you please explain how to do this?
Thanks!
Sarah