HeaderBand between GroupHeaderBand and Databand is it posible?
HeaderBand between GroupHeaderBand and Databand is it posible?
Hi,
I want to make this construction in my report
GroupHedaerBand
HeaderBand/ColumnHeaderBand
DataBand
FooterBand/ColumnFooterBand
GroupFooterBand
but when it's print it looks like
HeaderBand/ColumnHeaderBand
GroupHedaerBand
DataBand
GroupFooterBand
FooterBand/ColumnFooterBand
How can I force HedaerBand/ColumnHeaderBand to print between GroupHeaderBand and DataBand, becouse i need to put column names in HedarBand not in GroupHeader and when DataBand breaks and go to new page to print column names before the rest of DataBand
Thanks.
I want to make this construction in my report
GroupHedaerBand
HeaderBand/ColumnHeaderBand
DataBand
FooterBand/ColumnFooterBand
GroupFooterBand
but when it's print it looks like
HeaderBand/ColumnHeaderBand
GroupHedaerBand
DataBand
GroupFooterBand
FooterBand/ColumnFooterBand
How can I force HedaerBand/ColumnHeaderBand to print between GroupHeaderBand and DataBand, becouse i need to put column names in HedarBand not in GroupHeader and when DataBand breaks and go to new page to print column names before the rest of DataBand
Thanks.
HeaderBand between GroupHeaderBand and Databand is it posible?
Hello.
In your case you should move content of the Header to the Group Header.
Thank you.
It's a normal behaviour of the headers.plb09acm wrote:How can I force HedaerBand/ColumnHeaderBand to print between GroupHeaderBand and DataBand, becouse i need to put column names in HedarBand not in GroupHeader and when DataBand breaks and go to new page to print column names before the rest of DataBand
In your case you should move content of the Header to the Group Header.
Thank you.
HeaderBand between GroupHeaderBand and Databand is it posible?
Yes i understand that.
My problem is.
When data in some group is printed on several pages, i want to print column names at the begining on this pages. i don't want to print whole group header, becouse in some cases, it may contain a lot of information
Here is an example:
page1
---------------------------------
group header
headerband (column names)
databand content
..
..
..
databand content
page2
---------------------------------
headerband (column names) <- Only column names not whole group header
databand content
..
..
..
databand content
footerband
page3
---------------------------------
headerband (column names)
databand content
..
databand content
footerband
group footer
group header
headerband (column names)
databand content
footerband
group footer
page4
---------------------------------
group header <- here, when the page starts with group header, print first group header and then column names
headerband (column names)
databand content
and so on ...
May be, there is a solution somehow, but i couldn't find it.
Thanks.
My problem is.
When data in some group is printed on several pages, i want to print column names at the begining on this pages. i don't want to print whole group header, becouse in some cases, it may contain a lot of information
Here is an example:
page1
---------------------------------
group header
headerband (column names)
databand content
..
..
..
databand content
page2
---------------------------------
headerband (column names) <- Only column names not whole group header
databand content
..
..
..
databand content
footerband
page3
---------------------------------
headerband (column names)
databand content
..
databand content
footerband
group footer
group header
headerband (column names)
databand content
footerband
group footer
page4
---------------------------------
group header <- here, when the page starts with group header, print first group header and then column names
headerband (column names)
databand content
and so on ...
May be, there is a solution somehow, but i couldn't find it.
Thanks.
HeaderBand between GroupHeaderBand and Databand is it posible?
Hello,
Please send us a sample report with test data for analysis.
Thank you.
Please send us a sample report with test data for analysis.
Thank you.
HeaderBand between GroupHeaderBand and Databand is it posible?
Hi,
I get NastedGroups report from your Demo and just set Keep Group Together to false on GroupHeaderBand2 (I send you a pdf version).So, if you look at the end of page2 you will see how databand just stops. I Want to draw a line there which, i supose, have to be placed in FooterBand. And the begining of page3, where the DataBand just start .. there i want to place Column names before the rest of the DataBand contents, which i think i have to put in HeaderBand. But Header and Footer don't work this way, so please give me a solution to this problem and please don't tell me to set Keep Group Together to true.
thank you.
I get NastedGroups report from your Demo and just set Keep Group Together to false on GroupHeaderBand2 (I send you a pdf version).So, if you look at the end of page2 you will see how databand just stops. I Want to draw a line there which, i supose, have to be placed in FooterBand. And the begining of page3, where the DataBand just start .. there i want to place Column names before the rest of the DataBand contents, which i think i have to put in HeaderBand. But Header and Footer don't work this way, so please give me a solution to this problem and please don't tell me to set Keep Group Together to true.
thank you.
- Attachments
-
- 1533.Nested Groups.pdf
- (539.48 KiB) Downloaded 492 times
HeaderBand between GroupHeaderBand and Databand is it posible?
And here an example made by fast report. That is, what i want to do. You can see ending of page1 and begining of page2.
- Attachments
-
- 1534.Groups.pdf
- (16.47 KiB) Downloaded 511 times
HeaderBand between GroupHeaderBand and Databand is it posible?
Hello.
You should add your column names onto the Group Header and Header and set the 'Print On' property of the Header to 'Except First Page'.
Thank you.
You should add your column names onto the Group Header and Header and set the 'Print On' property of the Header to 'Except First Page'.
Thank you.
HeaderBand between GroupHeaderBand and Databand is it posible?
Hi,
Ok this will help a little, but how to avoid situation on starting of page2 (in attached pdf), where the page starts with GroupHeader. I don't want to print HeaderBand there. I want to print HeaderBand only when page starts with DataBand, like page3.
thank you.
PS: Look at Groups.pdf in my previous post that is exactly what i want to do, but it is generated from FastReport, which i replace with stimulsoft report, and this particular case i couldn't do by myself.
Ok this will help a little, but how to avoid situation on starting of page2 (in attached pdf), where the page starts with GroupHeader. I don't want to print HeaderBand there. I want to print HeaderBand only when page starts with DataBand, like page3.
thank you.
PS: Look at Groups.pdf in my previous post that is exactly what i want to do, but it is generated from FastReport, which i replace with stimulsoft report, and this particular case i couldn't do by myself.
- Attachments
-
- 1535.Nested Groups2.pdf
- (548.17 KiB) Downloaded 553 times
HeaderBand between GroupHeaderBand and Databand is it posible?
Hello.
Thank you.
Please send us report template from FastReport and Stimulsoft report to support@stimulsoft.com for analysis.plb09acm wrote:Ok this will help a little, but how to avoid situation on starting of page2 (in attached pdf), where the page starts with GroupHeader. I don't want to print HeaderBand there. I want to print HeaderBand only when page starts with DataBand, like page3.
thank you.
PS: Look at Groups.pdf in my previous post that is exactly what i want to do, but it is generated from FastReport, which i replace with stimulsoft report, and this particular case i couldn't do by myself.
Thank you.
-
- Posts: 70
- Joined: Wed Feb 24, 2010 11:08 am
- Location: India
HeaderBand between GroupHeaderBand and Databand is it posible?
Heartiest new year greetings to Stimulsoft Team and all the forum members :biggrin:
I am also having the same difficulty !!
Kindly share the solution with me as well !!
Thanks in advance !!
I am also having the same difficulty !!
Kindly share the solution with me as well !!
Thanks in advance !!