How to show list of data continuously

Stimulsoft BI Server discussion
londhpra
Posts: 9
Joined: Tue Dec 09, 2014 12:36 pm

How to show list of data continuously

Post 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
Attachments
Sample.pdf
(101.73 KiB) Downloaded 4367 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to show list of data continuously

Post by Alex K. »

Hello,

Please send us your report template for analsysis.

Thank you.
londhpra
Posts: 9
Joined: Tue Dec 09, 2014 12:36 pm

Re: How to show list of data continuously

Post by londhpra »

Hi,

Please find attached report template. Please let me know if you need anything else.

Thanks,
Pradeep
Attachments
Sample.mrt
(52.77 KiB) Downloaded 275 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to show list of data continuously

Post by Alex K. »

Hello,

Please try to remove the Panel components.

Thank you.
Attachments
Sample.mrt
(14.84 KiB) Downloaded 292 times
londhpra
Posts: 9
Joined: Tue Dec 09, 2014 12:36 pm

Re: How to show list of data continuously

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to show list of data continuously

Post 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.
Attachments
Sample2.mrt
(14.45 KiB) Downloaded 262 times
londhpra
Posts: 9
Joined: Tue Dec 09, 2014 12:36 pm

Re: How to show list of data continuously

Post 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
Attachments
Sample2.mrt
(14.45 KiB) Downloaded 264 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to show list of data continuously

Post 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.
londhpra
Posts: 9
Joined: Tue Dec 09, 2014 12:36 pm

Re: How to show list of data continuously

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to show list of data continuously

Post by Alex K. »

Hello,

We are always glad to help you!
Let us know if you need any additional help.

Thank you.
Post Reply