[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 2) The value in MONTH column has to be formatted like month name + year
(like January 2025
) but the month name must follow the language defined by the user running the report so I cannot use format string with generic MMMM
. I have already defined my own custom function (based on ReportCustomFunctionOperatorBase
) which can format DateTime properly based on "localization" object passed as one of the report parameters - but I don't know how to reference this custom function from the XRCrossTabCell
.
Note: this "localization" parameter was omitted from the sample report but it could be imagined as some string value with the language code passed to the custom function.
The desired result is something like this:
Thank you very much. I know I have a lot of questions. :-)
M.