Search found 175 matches

by dikan
Tue May 07, 2024 7:49 pm
Forum: Stimulsoft Ultimate
Topic: Blazor viewer
Replies: 13
Views: 1612

Re: Blazor viewer

Okay. I understand that you are not interested in making changes and I can agree that a new window in the browser is a solution, but then I would ask you to show me such code in your examples, since what you put here as a link is loaded with ambiguities for an ordinary pdf file.
by dikan
Tue May 07, 2024 10:41 am
Forum: Stimulsoft Ultimate
Topic: Blazor viewer
Replies: 13
Views: 1612

Re: Blazor viewer

Do you need any explanation or it is clear enough?
by dikan
Mon Apr 29, 2024 6:33 pm
Forum: Stimulsoft Ultimate
Topic: Blazor viewer
Replies: 13
Views: 1612

Re: Blazor viewer

Ok. I prepared a project with blazor server, free open source Radzen components  and SQLite. Set appsettings.json according to your environment path, update nuget packages and run applications. Open "Orders" and select 2nd order by click on it. When you select an order you will see two but...
by dikan
Fri Apr 26, 2024 8:56 am
Forum: Stimulsoft Ultimate
Topic: Blazor viewer
Replies: 13
Views: 1612

Re: Blazor viewer

Well obviously I was not clear. Scenario is like this: User browses a table of their documents and while he/she browses he/she would like to print some of the document from that table. He/she is not browsing reports but the data table in his application with for example is table of invoices. The pro...
by dikan
Tue Apr 23, 2024 2:23 pm
Forum: Stimulsoft Ultimate
Topic: Blazor viewer
Replies: 13
Views: 1612

Re: Blazor viewer

Max, any news?
by dikan
Fri Apr 12, 2024 11:14 am
Forum: Stimulsoft Ultimate
Topic: MSSQL connection string
Replies: 4
Views: 372

Re: MSSQL connection string

Ok Max. Consider this issue as closed. I found what I need.

Have a good weekend.
by dikan
Thu Apr 11, 2024 3:20 pm
Forum: Stimulsoft Ultimate
Topic: MSSQL connection string
Replies: 4
Views: 372

Re: MSSQL connection string

Well Max, your concussion is just what I wrote. If I have a single backslash it works for me as well. So the problem is when I have a connection string in my appsettings.json like I provide in my example. That connection string works for EntityFramework but does not work for StimulSoft report. Pleas...
by dikan
Thu Apr 11, 2024 11:29 am
Forum: Stimulsoft Ultimate
Topic: MSSQL connection string
Replies: 4
Views: 372

MSSQL connection string

I am using c# and Blazor along with MSSQL. My SqlConnection in application looks like this: Data Source=MYPC\\SQLEXPRESS;Connection Timeout=30;Command Timeout=30;Persist Security Info=False;TrustServerCertificate=True;Integrated Security=True;Initial Catalog=MYDB" If I leave it like this it wil...
by dikan
Tue Apr 02, 2024 8:54 pm
Forum: Stimulsoft Ultimate
Topic: Blazor viewer
Replies: 13
Views: 1612

Re: Blazor viewer

Well, let's say the following scenario is in question. The user examines the purchase order table and wants to print certain items according to criteria known to him. If a standard printout is done in the Blazor application, a very nice report view of the requested printout will be opened in the bas...
by dikan
Mon Apr 01, 2024 6:39 pm
Forum: Stimulsoft Ultimate
Topic: Blazor viewer
Replies: 13
Views: 1612

Blazor viewer

I need to show a report (let say from list of orders) and return to this very same list, that's the way I used StimulSoft reports in the WinForms environment. Is it possible to do that in the Blazor application? I manage to display the report and close it only if I use the report viewer inside the d...