Problems with databand's columns

Stimulsoft Reports.NET discussion
Post Reply
andection
Posts: 2
Joined: Wed Aug 13, 2014 9:48 am

Problems with databand's columns

Post by andection »

Hello,
I want to show 2 databands in same columns. Is it possible?

I have multiple lab test objects which contains multiple parameters:
{
Category,
Name,
Parameters:[ {
Name
},{
Name}]
}

Desired report:

Category 1.............Category 2
Name 1.................Name 2
Parameter 1............Parameter 3
Parameter 2............Parameter 4

Category 3............Category 3
Name 3 .............Name 4
Parameter 1............Parameter 1
Parameter 2............Parameter 2

Thanks for support.
Attachments
stimul_forum_pic.png
stimul_forum_pic.png (56.07 KiB) Viewed 1183 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problems with databand's columns

Post by Alex K. »

Hello,

It is dependent from your data structure, you can try to use the master-detail construction or try to place the additional Panel component with second band.

Thank you.
andection
Posts: 2
Joined: Wed Aug 13, 2014 9:48 am

Re: Problems with databand's columns

Post by andection »

Thank you for help.
I put panel inside databand, and inside panel a put another databand.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Problems with databand's columns

Post by Alex K. »

Hello,

Let us know if you need any additional help.
Post Reply