Search found 5 matches

by nmortier
Thu Jun 29, 2023 12:32 pm
Forum: Stimulsoft Reports.WEB
Topic: Can I force a page break based on when the value of a column ?
Replies: 10
Views: 2177

Re: Can I force a page break based on when the value of a column ?

You can find the sample attached.

It's quite simple without any data. It only contains shapes and subreport.
by nmortier
Tue Jun 27, 2023 4:20 pm
Forum: Stimulsoft Reports.WEB
Topic: Can I force a page break based on when the value of a column ?
Replies: 10
Views: 2177

Re: Can I force a page break based on when the value of a column ?

Hello, I tried this BeforePrintEvent on a Panel (containing a simple shape). The condition is "if(IsFirstPage) Engine.NewPage();". The new page is correctly created during preview, but it's a complete copy of the first page. I was expecting to only have the Panel (and the components after ...
by nmortier
Fri Apr 14, 2023 12:19 pm
Forum: Stimulsoft Reports.NET
Topic: Subject: StiLinePrimitive overlapping issue with nested DataBand
Replies: 5
Views: 1019

Re: Subject: StiLinePrimitive overlapping issue with nested DataBand

Hello,

Thank you very much. It's working perfectly.

Nicolas.
by nmortier
Thu Apr 13, 2023 7:51 am
Forum: Stimulsoft Reports.NET
Topic: Subject: StiLinePrimitive overlapping issue with nested DataBand
Replies: 5
Views: 1019

Re: Subject: StiLinePrimitive overlapping issue with nested DataBand

Hello,

Did you had time to look at this issue ?

Thank you.
by nmortier
Tue Mar 28, 2023 9:26 am
Forum: Stimulsoft Reports.NET
Topic: Subject: StiLinePrimitive overlapping issue with nested DataBand
Replies: 5
Views: 1019

Subject: StiLinePrimitive overlapping issue with nested DataBand

Hello, We have a report document structured as follow : PageHeaderBand PageHeaderBand (print on all page) GroupHeaderBand (print on all page) DataBand : Panel : Nested DataBand : StiLinePrimitive (vertical) GroupFooterBand When we render the report with enouth data in the Nested DataBand in order to...