Page 1 of 2
How to show list of data continuously
Posted: Thu Dec 18, 2014 11:25 am
by londhpra
Hi,
My requirement is i want to show list of records continuously on pages
e.g i have person list(dynamic list) that contains following info like Name, Address, DateOfBirth, DateOfJoining, Job and Note. so on MRT I have DataBand and in that i have added that fields.When i run it comes list of records on first page correctly one by one but when it comes to second page the data will somewhere else on the rest of pages that is not correct. Even if i have applied CanGrow, Canbreak as well as CanShrink property. Please find attached generated sample PDF report for the same. Please let me know if it's not clear.
Thanks,
Pradeep
Re: How to show list of data continuously
Posted: Thu Dec 18, 2014 12:55 pm
by Alex K.
Hello,
Please send us your report template for analsysis.
Thank you.
Re: How to show list of data continuously
Posted: Fri Dec 19, 2014 8:15 am
by londhpra
Hi,
Please find attached report template. Please let me know if you need anything else.
Thanks,
Pradeep
Re: How to show list of data continuously
Posted: Fri Dec 19, 2014 11:00 am
by Alex K.
Hello,
Please try to remove the Panel components.
Thank you.
Re: How to show list of data continuously
Posted: Tue Jan 06, 2015 11:33 am
by londhpra
Hi,
Thanks for reply.. It's working fine now.
One more thing i want to see header with number like PersonInfo1, PersonInfo2 PersonInfo3 etc.. like that. Can you please let me know.
Thanks,
Pradeep
Re: How to show list of data continuously
Posted: Thu Jan 08, 2015 8:34 am
by Alex K.
Hello,
Please try to place the Text component from the Header to the Band and use the following expression:
"Person Info {Line}"
Thank you.
Re: How to show list of data continuously
Posted: Wed Jan 14, 2015 9:47 am
by londhpra
Hi,
As you suggested i have placed text from header to data band and use "Line" also but its displaying number up to 3 after that its not showing header also. Please find attached report, and please let me know ASAP.
Thanks,
Pradeep
Re: How to show list of data continuously
Posted: Thu Jan 15, 2015 7:49 am
by Alex K.
Hello,
Please check the code in the BeforePrint event of the Text30 component. In this code you disable this component. Please try to remove code.
Thank you.
Re: How to show list of data continuously
Posted: Thu Jan 15, 2015 8:16 am
by londhpra
Hi,
It's working now,that code was i don't want to print header on other pages except second page. so i forgot to remove that ode. Thank you very much for your help. really appreciate your help on this.
Thanks,
Pradeep
Re: How to show list of data continuously
Posted: Thu Jan 15, 2015 10:26 am
by Alex K.
Hello,
We are always glad to help you!
Let us know if you need any additional help.
Thank you.