Splitting one table data into multiple databands

Stimulsoft Reports.NET discussion
Post Reply
shivkrsingh
Posts: 24
Joined: Wed Dec 04, 2013 8:52 am

Splitting one table data into multiple databands

Post by shivkrsingh »

Hello,

Is it possible to split one table data into multiple databands.

Like I have 25 records in a table I want show like below
First 10 records (Databand1)
Second 10 records (Databand2)
Third 5 records (Databand3)

thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Splitting one table data into multiple databands

Post by Alex K. »

Hello,

Please try to use several DataBand componnts, with the different filters:
databand1 - "Line<=10"
databand2 - "Line>10 && Line <= 20"
etc...

Thank you.
shivkrsingh
Posts: 24
Joined: Wed Dec 04, 2013 8:52 am

Re: Splitting one table data into multiple databands

Post by shivkrsingh »

Thanks, its worked
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Splitting one table data into multiple databands

Post by Andrew »

Hello,

Great!
Post Reply