Search found 47 matches

by ulli82
Tue Jun 20, 2023 6:08 am
Forum: Stimulsoft Reports.NET
Topic: Print two different header and child data in two pages
Replies: 5
Views: 780

Re: Print two different header and child data in two pages

You can use page property 'NumberOfCopies' and set the datasources using code (with property 'PageCopyNumber' you know which page copy is actually printing).
by ulli82
Fri Jun 02, 2023 9:43 am
Forum: Stimulsoft Reports.NET
Topic: Databand linked to another databand via common relation
Replies: 7
Views: 1034

Re: Databand linked to another databand via common relation

I can't understand your problem. Can you explain it in more detail please? Because this is the normal use case of master-detail reports: one instance with 1 or more related sub-instances. Databand1: Source = Meeting Databand2: Source = Location, Relation = Link from Location to Meeting, Master = Dat...
by ulli82
Thu Jun 01, 2023 9:52 am
Forum: Stimulsoft Reports.NET
Topic: Databand linked to another databand via common relation
Replies: 7
Views: 1034

Re: Databand linked to another databand via common relation

You need both. Master Component will not work without a relation.
by ulli82
Wed May 31, 2023 12:53 pm
Forum: Stimulsoft Reports.NET
Topic: Databand linked to another databand via common relation
Replies: 7
Views: 1034

Re: Databand linked to another databand via common relation

You can use a 3rd, intermediate databand for location.

Databand1(Meeting) -> link to Databand2(Location) -> link to Databand3(Meeting).

Databand2 do not show any information (height = 0).
On Databand3 you have to filter out the current meeting of Databand1
by ulli82
Fri Apr 28, 2023 2:23 pm
Forum: Stimulsoft Reports.NET
Topic: Doughnut chart
Replies: 4
Views: 1240

Re: Doughnut chart

2) Use property 'Start Angle'
by ulli82
Wed Feb 22, 2023 7:38 am
Forum: Stimulsoft Reports.NET
Topic: Ignore green triangles in excel export
Replies: 7
Views: 969

Re: Ignore green triangles in excel export

use 'General'
by ulli82
Tue Feb 07, 2023 7:06 am
Forum: Stimulsoft Reports.NET
Topic: Max Value on 3 fields
Replies: 3
Views: 633

Re: Max Value on 3 fields

{Maximum(DataSource.Column1, Maximum(DataSource.Column2, DataSource.Column3))}
by ulli82
Tue Jan 03, 2023 10:38 am
Forum: Stimulsoft Reports.NET
Topic: Undo/Redo
Replies: 6
Views: 684

Re: Undo/Redo

Thank you :)
by ulli82
Fri Dec 23, 2022 2:50 pm
Forum: Stimulsoft Reports.NET
Topic: Undo/Redo
Replies: 6
Views: 684

Re: Undo/Redo

4) Create a new page. Select the report (e.g. in property grid). Undo/Redo is not available. You have to select a component/page first.