Below you’ll find some tips and tricks of the very capable Layout/Report Designer!
It’s capable of designing your perfect receipt, order, quotation, which can include barcodes, hyperlinks (to your website for example), images, vertical text, watermarks (text or image), and more!
Auto PageBreak to Limit number of items per page #
Sometimes you only want a limited number of items to be able to print on a page. (Usually used by companies which have ‘pre-printed stationary’ which have footers already printed on the paper).
Watch & learn with the video below. And use the below code in the Expression Editor. Note: Set Visible=False as you ONLY want the Page Break to occur after the ?RowsPerPage is reached. *?RowsPerPage a document Parameter. If missing, simply ADD at the bottom of the Field List
([DataSource.CurrentRowIndex] % ?RowsPerPage == 0) And ([DataSource.CurrentRowIndex] != 0)