Search found 68 matches

by casic
Mon Dec 30, 2019 12:20 pm
Forum: Stimulsoft Reports.NET
Topic: .net Core 3.1 support
Replies: 1
Views: 789

.net Core 3.1 support

Hi there, I updated to the latest version 2020.1.1 and tried to get the WinForms report viewer/designer working. Unfortunately the Menu/ContextMenu-Classes are removed in .net Core 3.1, so I can't use StimulReports in this environment so far. Are there plans to support .net Core 3.1 WinForms? Kind r...
by casic
Wed Jul 05, 2017 10:49 am
Forum: Stimulsoft Reports.WEB
Topic: Issue about report after complie!
Replies: 6
Views: 2810

Re: Issue about report after complie!

Hi there,

I have exactly the same problem with 2016.3. Is there any solution?

Cu

Markus
by casic
Tue Jan 31, 2017 9:47 pm
Forum: Stimulsoft Reports.NET
Topic: Custom Aggregate Function
Replies: 3
Views: 2169

Re: Custom Aggregate Function

Hello Aleksey, thank you very much for your solution suggestion. The main difference between your solution and using an aggregate function is that the static function use a datasource (in it's current state) and the aggregate function a databand. If there are more than one databand using the same da...
by casic
Sat Jan 28, 2017 1:51 pm
Forum: Stimulsoft Reports.NET
Topic: Custom Aggregate Function
Replies: 3
Views: 2169

Custom Aggregate Function

Hi there, I wrote the following custom aggregate function to concatenate the expression results of a databand: /// <summary> /// Concats the expression by using a delimiter. /// </summary> public class ConcatFunctionService : StiAggregateFunctionService { private string _summary = String.Empty; priv...
by casic
Fri Jan 27, 2017 9:45 pm
Forum: Stimulsoft Reports.NET
Topic: Custom aggregate function in crosstab
Replies: 3
Views: 1819

Re: Custom aggregate function in crosstab

Hi there,

unfortunately the link is no longer working. Can you provide the documentation again please.

Thank you very much,

Kind regards,

Markus
by casic
Wed Jan 18, 2017 12:42 pm
Forum: Stimulsoft Reports.NET
Topic: Subreports in Childbands
Replies: 1
Views: 1193

Subreports in Childbands

Hi there, when using subreports in child bands, the Master Component (the data band) of the main report is not accessible via the small button on the data band in the subreport. In the data band dialog of the subreport data band the parent data band of the main report is selectable in the Master Com...
by casic
Tue Oct 04, 2016 8:27 am
Forum: Stimulsoft Reports.NET
Topic: ExportingEvent works only in the designer
Replies: 5
Views: 2163

Re: ExportingEvent works only in the designer

Hello Aleksey,

thank you very much for your hint - with CompiledReport.ExportDocument() it work's! :-)

Great,

Markus
by casic
Fri Sep 30, 2016 6:54 am
Forum: Stimulsoft Reports.NET
Topic: ExportingEvent works only in the designer
Replies: 5
Views: 2163

Re: ExportingEvent works only in the designer

Hello Aleksey, thank you very much for your reply. Your solution works of course but it is hard coded and so not usable for me. The goal is to have the ability inside a report to change the visibility of some components when exporting - similar the Printable-property. The problem with the Printable-...
by casic
Wed Sep 28, 2016 3:11 pm
Forum: Stimulsoft Reports.NET
Topic: ExportingEvent works only in the designer
Replies: 5
Views: 2163

ExportingEvent works only in the designer

Hi there, I have created a report with some script in the ExportingEvent: ReportSummaryBand1.Enabled=True SubReport1.Enabled=True Me.Render(false) The goal was to output additional information when exporting the report. This works excellent but only in the preview of the designer. In our application...
by casic
Thu Apr 21, 2016 8:09 am
Forum: Stimulsoft Reports.NET
Topic: In-Memory Compilation / Disabling Antivirus problems
Replies: 1
Views: 981

In-Memory Compilation / Disabling Antivirus problems

Hi there, sometimes we went into heavy troubles when an antivirus manufacture provides new signatures (last Panda Antivirus). When executing a report, csc.exe is used to compile the report into an assembly stored in the %temp% path. Sometimes an antivirus software thinks this assembly is infected an...