Page 1 of 2

show records in multiple design

Posted: Wed Jun 23, 2021 5:21 am
by pouyan4938
Hi i have a database "SQLITE" which have multi records.
i created a DataBand which include a image inside it. my page has 4 column to show 4 record in 1 page.
now i want to show every record of my database to special design, for example a first record image have top property be 10 and second record top property be 9 or third record left property be 5.
as you can se i didn't want to my report had Clean appearance because i want to be near of them make with a human hand.
as you can see in attached file. i have same component for show result but i need every record have different design and style and position. that's i need!

Re: show records in multiple design

Posted: Thu Jun 24, 2021 12:11 pm
by Lech Kulikowski
Hello,

You can use Conditions. Or create a databand for each record with specified design via filtering (Line==reconrdid).

Thank you.

Re: show records in multiple design

Posted: Thu Jun 24, 2021 1:22 pm
by pouyan4938
thanks for your answer.
can you explain me how can do it with condition? because i didn't see any option for change left or top property for change it.
any link our document our any thing can help me more.

Re: show records in multiple design

Posted: Thu Jun 24, 2021 2:26 pm
by Lech Kulikowski

Re: show records in multiple design

Posted: Thu Jul 01, 2021 12:13 pm
by pouyan4938
Hi.
i still have problem.
because i need to change my background image or change my top property of each record. i can't change this with condition. and when i want make my page to have 5 column i can't set several data band in next to each other, data bands made in below of my first data band.

i just need my each record be different background image and style and design

Re: show records in multiple design

Posted: Thu Jul 01, 2021 12:55 pm
by pouyan4938
every record have own position and angle and their distance from other is different .
i want to put a new image for more details but i did' not see Attach button in this page !

Re: show records in multiple design

Posted: Mon Jul 05, 2021 7:40 am
by Lech Kulikowski
Hello,

Please send us a sample report with test data that reproduces the issue. Also, please send us a sample of the necessary result that you want.

Thank you.

Re: show records in multiple design

Posted: Tue Jul 06, 2021 7:48 am
by pouyan4938
Lech Kulikowski wrote: Mon Jul 05, 2021 7:40 am Hello,

Please send us a sample report with test data that reproduces the issue. Also, please send us a sample of the necessary result that you want.

Thank you.
OK i explain again.
i have a table which contain with "serial number", "full name", "city", "age" fields.
now i want to take a report which every record has different position and padding or margin as i make it on attached image, In other words i need i didn't like my report be Regular view and i want to be near to handwriting.

Re: show records in multiple design

Posted: Wed Jul 07, 2021 9:22 pm
by Lech Kulikowski
Hello,

In that case, you can create your report from code as you need:
https://www.stimulsoft.com/en/samples/w ... in-runtime

Thank you.

Re: show records in multiple design

Posted: Sat Jul 10, 2021 4:44 am
by pouyan4938
Lech Kulikowski wrote: Wed Jul 07, 2021 9:22 pm Hello,

In that case, you can create your report from code as you need:
https://www.stimulsoft.com/en/samples/w ... in-runtime

Thank you.
Thank you for your answer.
I'm trying this way and I'm hope to make it.
and can i put several DataBand side by side on Stimulsoft ? as my sample image?