Print X Amount of pages

Stimulsoft Reports.NET discussion
Post Reply
SamLaw
Posts: 2
Joined: Thu Jan 06, 2022 10:16 am

Print X Amount of pages

Post by SamLaw »

Hey,

I want to create a report that takes the Value X and prints X number of pages, where X is supposed to be different depending on the Manufacturing Order Amount.

Would be glad if someone could help me out since I am new to this topic.
Lech Kulikowski
Posts: 6237
Joined: Tue Mar 20, 2018 5:34 am

Re: Print X Amount of pages

Post by Lech Kulikowski »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more detail?

Thank you.
SamLaw
Posts: 2
Joined: Thu Jan 06, 2022 10:16 am

Re: Print X Amount of pages

Post by SamLaw »

Thanks for the reply, sure thing!

We have the amount we produce of a certain item saved in our DB on the Manufacturing Order.
The report is supposed to print that amount as labels to apply on the items in the warehouse.

E.g. we have a MO with 25 items to produce, the report should show 25 pages with each having the same information about the product.
Informations such as "identification no", "product name", and a "serial number".

How can we define the number of pages a report is showing.(one page = one label)
Every page looks the same with only the pagenumber being part of the Serial number.
Lech Kulikowski
Posts: 6237
Joined: Tue Mar 20, 2018 5:34 am

Re: Print X Amount of pages

Post by Lech Kulikowski »

Hello,

You can place DataBand with MO data source and set the NewPageBefore property. In that case, each record of the MO source will be printed on a separate page.

Thank you.
Post Reply