Search found 11 matches

by buzallen
Wed Mar 09, 2022 8:17 pm
Forum: Stimulsoft Reports.WEB
Topic: Error: Collection cannot be null. (Parameter 'c')
Replies: 3
Views: 554

Re: Error: Collection cannot be null. (Parameter 'c')

I was incorrect that downgrading didn't work. For some reason the downgrade must not have taken yesterday. Today we downgraded to 2021.1.2.0 and we can access the reports. Still can not view them in 2022.1.6. I took a chance with 2021.4.4 and the reports also did not load. I can get you the json for...
by buzallen
Tue Mar 08, 2022 10:49 pm
Forum: Stimulsoft Reports.WEB
Topic: Error: Collection cannot be null. (Parameter 'c')
Replies: 3
Views: 554

Error: Collection cannot be null. (Parameter 'c')

Although I can't be sure of the timing, I suspect upgrading from 2021.1.2.0 to 2022.1.5.0 is when things broke. The application was also moved to .net 6 from .net 5. The error we get when we load any report in the designer that was created before these changes gives the error: Collection cannot be n...
by buzallen
Sat Nov 14, 2020 12:57 am
Forum: Stimulsoft Reports.WEB
Topic: Significant memory usage intermittently
Replies: 1
Views: 720

Significant memory usage intermittently

I'll try and prepare and example but we have a situation with the designer that only happens occasionally and I have not been able to find a common cause. This is for version 2020.5.1 but it has happened on other prior versions. The dataset is datatables converted from MSSQL tables. The dataset is n...
by buzallen
Tue Oct 15, 2019 6:26 pm
Forum: Stimulsoft Reports.WEB
Topic: 'Print to PDF' not working when using chrome
Replies: 12
Views: 10573

Re: 'Print to PDF' not working when using chrome

Thanks for looking into that. We can get there by clicking 'Print without preview' and then selecting PDF but the 'print to PDF' option (the first option on the dropdown for print) doesn't work for us on chrome Version 77.0.3865.120. We can just use the 'Print without preview' going forward. Thanks,...
by buzallen
Mon Oct 14, 2019 6:49 pm
Forum: Stimulsoft Reports.WEB
Topic: 'Print to PDF' not working when using chrome
Replies: 12
Views: 10573

Re: 'Print to PDF' not working when using chrome

Following up on the original post, we're still getting the issues with print to PDF on chrome. This issue persists on basic of examples of the tool. Here are examples of it with a demo project with the basic controller for the Sti functions: Online demo, go to this page in chrome and preview the rep...
by buzallen
Wed Sep 25, 2019 3:20 pm
Forum: Stimulsoft Reports.WEB
Topic: 'Print to PDF' not working when using chrome
Replies: 12
Views: 10573

Re: 'Print to PDF' not working when using chrome

Yes, sorry, I must have copied that console log from the staging machine that was still running 2019.3.5. It is doing the same thing on 2019.3.6, in fact this morning I am consistently getting the CORS error which previously only occasionally appeared. This is all being served from the same server s...
by buzallen
Tue Sep 24, 2019 6:21 pm
Forum: Stimulsoft Reports.WEB
Topic: 'Print to PDF' not working when using chrome
Replies: 12
Views: 10573

'Print to PDF' not working when using chrome

Using version 2019.3.6 (this also happened on 2019.3.5) using chrome as the browser we recently started having issues when the user is in the viewer or desginer and they select 'Print to PDF' from the stimulsoft menu. This had worked up until recently. The only output from the console window is: Vie...
by buzallen
Fri Mar 15, 2019 4:08 pm
Forum: Stimulsoft Reports.WEB
Topic: Save dialog popup
Replies: 1
Views: 972

Save dialog popup

After moving to the 2019.2 clicking 'Save' in the designer a dialog pops up asking to save the report with a text box for the name of the report. Previously clicking save would just call the SaveReport callback. The report already has a name that was assigned when it was created in the controller an...
by buzallen
Tue Feb 19, 2019 7:28 pm
Forum: Stimulsoft Reports.WEB
Topic: Report must be 'interpreted' not 'compiled' after updating to 2019.2.1
Replies: 3
Views: 1814

Report must be 'interpreted' not 'compiled' after updating to 2019.2.1

Using reports.web with an ASP MVC Core 2.2 application. After I updated the package to 2019.2.1 when previewing a report stimulsoft warns that the report must be interpreted and can't be compiled. This happens even with a basic report that has a single data item on it. From some searching it appears...
by buzallen
Tue Jan 22, 2019 4:33 pm
Forum: Stimulsoft Reports.WEB
Topic: Selecting a specific object in list for a variable value
Replies: 3
Views: 1827

Re: Selecting a specific object in list for a variable value

Yes, I can use Linq in my code in our application but I am trying to use something similar in the expression for a stimulsoft report variable's value. I would like to 'select' a specific item out of a list within the Stimulsoft expression for a variable. If, in my code I have a list like this: class...