[DevExpress Support Team: CLONED FROM T1279152: XtraReport - Display overview of all found nested groups AFTER displaying the details for these nested groups]
Just note: I create the report definitions by C# code on my own but in case of troubles I can export it to WYSIWYG editor, find the solution and then to project found solution to my code.
My current result is this summary table:
Issue 5) How can I set properties ColumnSpan and RowSpan of XRCrossTabCell
object using the C# code? These properties are not accessible from the IDE but they can be set the in WYSIWYG editor.
It seems the properties are defined as:
Code[DefaultValue(1)]
[XtraSerializableProperty]
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int ColumnSpan { get; set; } = 1;
The desired result is something like this:
Thank you very much. I know I have a lot of questions. :-)
M.