Search found 6 matches

by arysmyatov
Wed Mar 13, 2019 8:04 am
Forum: Stimulsoft Reports.NET
Topic: Using user context data(from HttpContext) in the custom functions
Replies: 41
Views: 12917

Re: Using user context data(from HttpContext) in the custom functions

Hi, thank you for your answer. But how could I change the Culture property of the report on the fly during the report generation process? And could I change direct the specific culture settings (e.g. currency or decimal format) by the report engine in the code?
by arysmyatov
Tue Mar 12, 2019 7:48 am
Forum: Stimulsoft Reports.NET
Topic: Using user context data(from HttpContext) in the custom functions
Replies: 41
Views: 12917

Using user context data(from HttpContext) in the custom functions

We are trying to transform data(decimal values, date, currency format) on the fly during the report generating from a template (ASP.NET core application). It's needed to change the format of the date or amount depending on the user context (which is created by the request). I know that this can be d...
by arysmyatov
Fri Nov 16, 2018 11:14 am
Forum: Stimulsoft Reports.NET
Topic: Open connections with Stimulsoft designer(.NET Core app)
Replies: 2
Views: 2091

Open connections with Stimulsoft designer(.NET Core app)

Hi, We use stimulsoft at our .net core web application. In this application we use the stimulsoft as a designer to provide the user with a possibility to make a report template. It’s used the code like this at the application to get the report template at the designer UI: public IActionResult GetRep...
by arysmyatov
Fri Aug 17, 2018 2:16 pm
Forum: Stimulsoft Reports.WEB
Topic: Pass custom HTTP headers with a request
Replies: 4
Views: 2278

Re: Pass custom HTTP headers with a request

Hello. Could you describe your scenario more detailed? What do you want to do? We will find a better solution for you. Thank you. Ok. I use this example: https://github.com/stimulsoft/Samples-A ... 20Designer I need some data from the query headers (e.g. to identify the user or customer, create a c...
by arysmyatov
Fri Aug 17, 2018 2:15 pm
Forum: Stimulsoft Reports.WEB
Topic: Pass custom HTTP headers with a request
Replies: 4
Views: 2278

Re: Pass custom HTTP headers with a request

Ok. I use this example: https://github.com/stimulsoft/Samples-ASP.NET-MVC-CSharp/tree/master/Save%20Report%20Template%20in%20the%20Designer I need some data from the query headers (e.g. to identify the user or customer, create a call context) in this action at the designer controller: public ActionR...
by arysmyatov
Fri Aug 17, 2018 12:03 pm
Forum: Stimulsoft Reports.WEB
Topic: Pass custom HTTP headers with a request
Replies: 4
Views: 2278

Pass custom HTTP headers with a request

Hi there! I develop with .NET Core and. Could I customize the generating Stimulsoft designer that I can pass custom HTTP headers with a request (e.g. security token or customerId) to the server during report saving?
Could you please suggest?
Thanks in adnvance