Report Designer Header und Group band and line breaks

Hi community,

I try to create a report with groupings.

Therefore I use the GroupHeaderBand control.

In the grouping I want to to create a column-header and after this data.

So I tried a simple HeaderBand and a ColumnHeaderBand followed by a DataBand.

But if I show the preview the ordering is as follows:

HeaderBand, ColumnHeaderBand, GroupHeaderBand, DataBand.

How can I get the Header-Bands between the GroupHeaderBand and the DataBand?

Another question: How do I get the text fields in the DataBand to use line breaks. I activated "can grow" and "Grow to height" and "Can Break" but it only displays correct in HTML Preview.

Thank you in advance.

Parents
  • Which version are you using?

    Can you give a visual example of what you are trying to achieve with the Group Header - ColumnHeader - Databand construct?

    In regards, to the text fields, is the band the textbox resides also marked as Can Grow?

  • We are using one identity manager 7.1.4

    The aim is to have a group band with a group header which appears once per group and starts a new page before.

    After the Group Header a simple table should be shown. The header row for this table should appear on every page.

    Therefore I planned to use a some type of table header (and tried "Header"- and "Column Header"-Band) to show on every page and a data band to show the data.

    Example

    Group header "Category1"

    Header Band: Column1, Column2, Column3

    DataBand:      Rec1_1,  Rec1_2,  Rec1_3

                           Rec2_1,  Rec2_2,  Rec2_3

                           .........

                           Page Break

    Header Band: Column1, Column2, Column3

    DataBand:      RecX_1,    RecX_2,  RecX_3

                           RecX+1_1,  RecX+1_2,  RecX+1_3

                           ....

                           Page Break

    Group header "Category2"

    ..........

     

    In regards to the text fields braking: The band is also set to Can Grow. As written, in HTML preview it looks fine.

Reply
  • We are using one identity manager 7.1.4

    The aim is to have a group band with a group header which appears once per group and starts a new page before.

    After the Group Header a simple table should be shown. The header row for this table should appear on every page.

    Therefore I planned to use a some type of table header (and tried "Header"- and "Column Header"-Band) to show on every page and a data band to show the data.

    Example

    Group header "Category1"

    Header Band: Column1, Column2, Column3

    DataBand:      Rec1_1,  Rec1_2,  Rec1_3

                           Rec2_1,  Rec2_2,  Rec2_3

                           .........

                           Page Break

    Header Band: Column1, Column2, Column3

    DataBand:      RecX_1,    RecX_2,  RecX_3

                           RecX+1_1,  RecX+1_2,  RecX+1_3

                           ....

                           Page Break

    Group header "Category2"

    ..........

     

    In regards to the text fields braking: The band is also set to Can Grow. As written, in HTML preview it looks fine.

Children