External function in Blazor

Stimulsoft Ultimate discussion
Post Reply
dikan
Posts: 202
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

External function in Blazor

Post 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?
Lech Kulikowski
Posts: 7333
Joined: Tue Mar 20, 2018 5:34 am

Re: External function in Blazor

Post by Lech Kulikowski »

Hello,

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

Thank you.
dikan
Posts: 202
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Re: External function in Blazor

Post by dikan »

I discovered "Compilation mode".

Thank you.
Lech Kulikowski
Posts: 7333
Joined: Tue Mar 20, 2018 5:34 am

Re: External function in Blazor

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply