Hi All,
I am newbie to Telerik Reporting. In SSRS table I have an option to set Details grouping with parent group.
I want to display records in the following format.
Name Level Debit Credit Balance
Root Name 1 1 .............. .......... ..............
Subroot Name 1 2 .............. .......... ..............
Sub root Name 1.1 3 .............. .......... ..............
Sub root Name 1.2 3 .............. .......... ..............
Sub root Name 1.2.1 4 .............. .......... ..............
Sub root Name 1.3 3 .............. .......... ..............
Subroot Name 2 2 .............. .......... ..............
Subroot Name 3 2 .............. .......... ..............
Root Name 2 1 .............. .......... ..............
.....etc.,
In the resultset each account has it parent. So In SSRS Details Grouping, I set Group on expression to Code (field name) and Parent group on PCode (field name). How do I achieve this in telerik report?
Also Is it possible to set toggled by another report item?