Nested Group
Hellow,
How Can I Set NestedGorup Programmatic
when my code is this :
LastGroupHeader.NestedGroup = new FastReport.GroupHeaderBand();
I encounter this exception :
Object of type GroupHeaderBand cannot contain objects of type GroupHeaderBand
How Can I Set NestedGorup Programmatic
when my code is this :
LastGroupHeader.NestedGroup = new FastReport.GroupHeaderBand();
I encounter this exception :
Object of type GroupHeaderBand cannot contain objects of type GroupHeaderBand
Comments
You have to disconnect the main group's Data band first, before adding a nested group: