Posted 5 June 2020, 9:21 am EST
We need to use some external methods to generate some data in our report.
We have followed the steps from the dev reference (in short):
- Created a public class
- Methods in that class are public static
- Add the reference to the report
The problem is when we try to call those methods from the report, the result is not visible on the report.
Due to the lack of feedback when generating reports, it is really difficult to know where the problem is and how to fix it.
The project that generates the report is a .net core 3.1 project and the custom assembly is a netstandard 2.1
Could you please provide some additional assistance of how to reference a custom reference from a rdlx report which works correctly?