Search found 28 matches

by ProIT
Thu Nov 02, 2023 7:36 am
Forum: Stimulsoft Reports.NET
Topic: Create new report for every row
Replies: 3
Views: 3237

Re: Create new report for every row

I found a solution. I create each report individually and then merge them all into one overall report

Code: Select all

Dim report As StiReport = CreateReport(reportName, data)
If report IsNot Nothing Then
  finalReport.SubReports.Add(report, True, False)
End If
by ProIT
Wed Nov 01, 2023 8:05 pm
Forum: Stimulsoft Reports.NET
Topic: Create new report for every row
Replies: 3
Views: 3237

Create new report for every row

Hello all I have a list of objects as a business object, which in turn contains other lists. These child lists are then displayed in the detail data baand in the report. I would now like to achieve that for each entry in the parent list a new report is generated. So if the parent list contains 5 ent...
by ProIT
Wed Nov 01, 2023 8:05 pm
Forum: Stimulsoft Reports.NET
Topic: Create new report for every row
Replies: 1
Views: 3083

Create new report for every row

Hello all I have a list of objects as a business object, which in turn contains other lists. These child lists are then displayed in the detail data baand in the report. I would now like to achieve that for each entry in the parent list a new report is generated. So if the parent list contains 5 ent...
by ProIT
Tue Nov 03, 2020 3:50 pm
Forum: Stimulsoft Reports.BLAZOR
Topic: using Stimulsoft with Blazor (.net core)
Replies: 18
Views: 6996

Re: using Stimulsoft with Blazor (.net core)

Hello,

Is there a working sample available for Blazor (Server)?
- Designing a report
- Generating a report

Thank you!
by ProIT
Mon Feb 04, 2019 10:44 pm
Forum: Stimulsoft Reports.NET
Topic: MongoDB data source
Replies: 13
Views: 5740

Re: MongoDB data source

Hello

Any news here?

Thank you.
by ProIT
Tue Nov 06, 2018 8:39 am
Forum: Stimulsoft Reports.NET
Topic: Printing ID Cards with Datacard Printer
Replies: 2
Views: 1797

Re: Printing ID Cards with Datacard Printer

I figured it out myself. The image in the report had a brush with value black <Brush>Black</Brush> As soon as I changed this value to <Brush>Transparent</Brush> it worked. However I have no idea why it worked on all printers except on the card printer. After upgrading to 2018.3.3 the problem with zo...
by ProIT
Thu Nov 01, 2018 10:11 am
Forum: Stimulsoft Reports.NET
Topic: Printing ID Cards with Datacard Printer
Replies: 2
Views: 1797

Printing ID Cards with Datacard Printer

Hi there I need to print ISO ID-1 Cards (85.60 x 53.98 mm, Datacard Printer SD260) I created an Report with the exact paper size and added images and stuff. When I try to print this report it seems like the whole report is scaled to something much larger than the card size thus there is only a small...
by ProIT
Thu Nov 23, 2017 5:36 am
Forum: Stimulsoft Reports.WPF
Topic: '0' is not a valid value for property 'ColumnSpan'.
Replies: 3
Views: 2177

Re: '0' is not a valid value for property 'ColumnSpan'.

Hi

Great, thank you. As a workaround we switched to DesignerV2.Wpf. Therefore we can wait for the next release.

Have a nice day
Mike
by ProIT
Tue Nov 21, 2017 3:40 pm
Forum: Stimulsoft Reports.WPF
Topic: '0' is not a valid value for property 'ColumnSpan'.
Replies: 3
Views: 2177

'0' is not a valid value for property 'ColumnSpan'.

Hi there When you create a new virtual machine in azure and try to run the wpf designer (Designer.Wpf.exe) from the current stimulsoft download (stimulsoft-reports-2017.2.3-Pack\Designers\.NET) you get the following exception immediately: ---------------------------- [General Info] Application: Stim...
by ProIT
Thu Sep 21, 2017 8:25 am
Forum: Stimulsoft Reports.WPF
Topic: StiWpfDesignerControl resizing problem
Replies: 3
Views: 2498

Re: StiWpfDesignerControl resizing problem

Hi there

I figured it out! You have to use a dock panel instead of a stack layout...

Regards
Mike