Page 1 of 1

External function in Blazor

Posted: Tue Jul 02, 2024 10:42 am
by dikan
I have defined an external C# function in the Blazor application. I managed to add this functionality to a simple report and when I run the report in designer preview there is no error at all, just strings that are built with this external function are empty.
When I try to add this function to an existing report then I receive an error that says that this function is unknown and the report is not built. Same for calling this function from an application, a small example works with function and returns proper values but this complex report raises an error.

Where did I go wrong?

Re: External function in Blazor

Posted: Wed Jul 03, 2024 7:07 am
by Lech Kulikowski
Hello,

Please send us a sample that reproduces the issue for analysis.

Thank you.

Re: External function in Blazor

Posted: Wed Jul 03, 2024 8:22 am
by dikan
I discovered "Compilation mode".

Thank you.

Re: External function in Blazor

Posted: Wed Jul 03, 2024 9:30 pm
by Lech Kulikowski
Hello,

You are welcome.