Search found 2 matches

by ChrisChen
Mon Nov 21, 2022 5:06 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: Calling APIController
Replies: 4
Views: 9310

Re: Calling APIController

Vadim wrote: Wed Oct 26, 2022 7:31 am Hello.

Please try options.Server.CacheMode = StiServerCacheMode.StringCache;
Hi, it's still got the null reference error.

Thanks
by ChrisChen
Fri Oct 21, 2022 12:34 am
Forum: Stimulsoft Reports.ANGULAR
Topic: Calling APIController
Replies: 4
Views: 9310

Calling APIController

Hi, I am trying to using Angular report with ApiController OWIN server. below is my ApiController code, the only difference between sample code and mine is the controller inherits from ApiController, not Controller public class BalanceSheetViewerController : ApiController { private readonly IBalance...