grouping has only two rows, how to print it in half of page?

Stimulsoft Reports.NET discussion
Post Reply
progame
Posts: 46
Joined: Sat Nov 25, 2006 9:12 am
Location: china

grouping has only two rows, how to print it in half of page?

Post by progame »

Like this:
group A | group B
..detailA1 | detailB1
..detailA2 | detailB2
....... | ....

Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

grouping has only two rows, how to print it in half of page?

Post by Edward »

Please do as follows:

Place two containers on the Page one underneath another.

Create two DataSources for the same data and use appropriate filters for them inside of each Container.

Thank you.
progame
Posts: 46
Joined: Sat Nov 25, 2006 9:12 am
Location: china

grouping has only two rows, how to print it in half of page?

Post by progame »

1, i use regdata to pass dataset, if create datasource in designer, it still exist when i load report next time?
2, under another? i think they should be left and right, and page's columns set to 2?
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

grouping has only two rows, how to print it in half of page?

Post by Edward »

Sorry for confusing with placement of containers. It doesn't matter where to place them one under the other or side by side.

If you want to add the columns on page then the resulted report you can find in the attachment.

But I think as for your task it's better to use the report from the second attachment, without columns.

Thank you.

Attachments
60.ReportWithoutColumnsOnPage.mrt
(18.99 KiB) Downloaded 197 times
59.ReportWithColumnsOnPage.mrt
(19.01 KiB) Downloaded 166 times
progame
Posts: 46
Joined: Sat Nov 25, 2006 9:12 am
Location: china

grouping has only two rows, how to print it in half of page?

Post by progame »

i don't know how can you place group header band in container. i have tried many times, when i place group band in container, it always in whow page and container also move.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

grouping has only two rows, how to print it in half of page?

Post by Vital »

Hello,

Can you say which version of report engine you are use?

Thank you.
Post Reply