Posted 18 November 2024, 3:04 am EST
I have huge troubles to use the designer in .NET 8 projects with SectionReports (code-based). I think it’s not even working and I have to link the reports to an old .NET Framework 4.8 project, which would be really awful. That’s why I want to switch to SectionReports (XML-based).
Up to now I used SectionReports (code-based) to create reports and was able to localize the report using *.resx or do it in code. In code it’s a bit awful and I would rather send the data as a Dictionary<string, string> to the constructor, a method or to a property. But all three “solutions” are not really working in a *.rpx because the scripts are just event based.
What’s the best way to localize such XML-based reports? Any hint would be highly appreciated.