Page 1 of 2
Print rows per page
Posted: Thu Jun 11, 2015 1:41 pm
by lucas.vieira
Hello, good morning
I have a question, I have to make a report that prints a number of lines per page something like
page 1/2
row nº1
row nº2
row nº3
row nº4
row nº5
------------------------------
page 2/2
row nº6
row nº7
row nº8
row nº9
row nº10
------------------------------
but I do not know how I will. I've tried several ways, but all failed.
And, sorry for my poor english
Thank you
Re: Print rows per page
Posted: Thu Jun 11, 2015 2:57 pm
by HighAley
Hello.
You can add {Line} system variable to the text component.
You could
read more in the User Manual.
Thank you.
Re: Print rows per page
Posted: Thu Jun 11, 2015 3:07 pm
by lucas.vieira
Well, first, thank you for your attention.
I think I expressed my doubt wrong, I do not want to print the number of lines, but the information from my database that order I exemplified above.
Thank You
Re: Print rows per page
Posted: Fri Jun 12, 2015 10:41 am
by HighAley
Hello.
Sorry, maybe we don't understand your issue.
Please, explain it more detailed. What do you get and what do you need to change?
Thank you.
Re: Print rows per page
Posted: Fri Jun 12, 2015 12:12 pm
by lucas.vieira
Hi.
Well, I have my datasource and I want to print the data of them the way I exemplified, these data have to be printed up to five per page, something that limits my DataBand. Following the order
page 1/2
---------------------------
1 Datasource.item
2 Datasource.item
3 Datasource.item
4 Datasource.item
5 Datasource.item
---------------------------
page 2/2
---------------------------
6 Datasource.item
7 Datasource.item
8 Datasource.item
---------------------------
Understand?!
Thank you!
Re: Print rows per page
Posted: Fri Jun 12, 2015 4:56 pm
by lucas.vieira
Hello?!
Someone here?!
Re: Print rows per page
Posted: Fri Jun 12, 2015 5:19 pm
by lucas.vieira
Hello,
I want to print like this

- like this
- I WANT.jpg (345.5 KiB) Viewed 6891 times
Re: Print rows per page
Posted: Mon Jun 15, 2015 12:07 pm
by Alex K.
Hello,
Unfortunately, there is no the standard way for PHP version.
Can you please send us a sample report with test data for analysis.
Thank you.
Re: Print rows per page
Posted: Mon Jun 15, 2015 1:37 pm
by lucas.vieira
Hi,
I no have a report for this example on Stimulsoft, for this report I used FPDF library, however, there would be some other way to accomplish this in Stimulsoft?
Thank you.
Re: Print rows per page
Posted: Tue Jun 16, 2015 7:38 am
by Alex K.
Hello,
As a way you can try to use the Panel component with the fix Height for this task.
Thank you.