Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
Engine.NewPage() starts a new page, so after calling of that command next element of the report will be rendering on the new page.
Thank you.
Yes this newPage will move everything to a new page..
But I need the DataBand2 and Databand3 to still be on the first page, even thou Databand1 got more than 5 records. Its a fixed form where each band can hold only 5 records.
I would like to limit the number of records for each databand to 5 for each page. If its more than 5 then then it will move to the next page and so on. I want all the bands to be on every page.
Using engine.newPage () of all subsequent databand will move to the next page and I need that the only databand which has more than 5 records go to the next page.
Then we need more detailed description of your issue.
Could you send us your report template with result that you get and what you want to get?
Probably we will need sample data for your report template to reproduce your issue. Please, send it too.