Each record in my report includes (amongst other information) a set of other data items of the format "ItemName X Y Z" where X, Y & Z are numerical values.
When displayed this set will be grouped (as illustrated below) according to a properties of each item, and displayed in a table or similar.
The values X, Y and Z will be displayed pictorially and formatting will be applied to other items (i.e. background colours applied to different group names) to make the information easier to read.
What would be the best way to display this in a report? Current options seem to be using either Sub Reports or to build a new control using CustomReportItems.
- Level 1 Group 1 Name
- Level 2 Group 1.1 Name
- ItemName X Y Z
- ItemName X Y Z
- ItemName X Y Z
- Level 2 Group 1.2 Name
- ItemName X Y Z
- ItemName X Y Z
- ItemName X Y Z
- Level 2 Group 1.1 Name
- Level 1 Group 2 Name
- Level 2 Group 2.1 Name
- ItemName X Y Z
- ItemName X Y Z
- ItemName X Y Z
- Level 2 Group 2.2 Name
- ItemName X Y Z
- ItemName X Y Z
- ItemName X Y Z
- Level 2 Group 2.1 Name