Hi, im trying out telerik reporting and im stuck on a (simple?) problem.
Im using the crosstab and im trying to add a row group with an expression with a custom function, like this.
= MyComparer(Fields.A). That works. My problem is when i want to apply my comparer to "Fields" of that expression. Now = MyComparer(Fields) dosent work, but you understand what im trying to do. But what should i apply my function to?
the global object ReportItem gets me the object that my Detail is bound to, not the one my crosstab is iterating over currently.
Im using the crosstab and im trying to add a row group with an expression with a custom function, like this.
= MyComparer(Fields.A). That works. My problem is when i want to apply my comparer to "Fields" of that expression. Now = MyComparer(Fields) dosent work, but you understand what im trying to do. But what should i apply my function to?
the global object ReportItem gets me the object that my Detail is bound to, not the one my crosstab is iterating over currently.