summary band after child data

Hi,
when my data source is dataset
I need a band 4 seeing the summary of my child that appear after them
my structure like this:
header
--child
--child
--hear I need a band 4 show some header information
footer

thank you for your consideration of this matter

Comments

  • edited 5:21AM
    Hello,

    Sorry, I don't understand what you want to do. Could you provide more details?
  • edited 5:21AM
    where data source is DataSet witch contains on headerTable (Person) with 2 detailTable (personAddress, PersonJob) and their relations
    how can I show some header information after their childs

    for example

    Person Name , Person ID : Hear is DataBand with Person DataSource
    Address1 : Hear id DataBand with PersonAddress DataSource
    Address2
    Job1 : Hear is DataBand with PersonJob DataSource
    Job2
    PersonParentName And Hear I need Show Information That found in Person


    thanks in advance
  • edited April 2009
    You can use Footer band which belongs to PersonJob data band. It will be printed after the last row of PersonJob. Another way is to use empty Data band which is not connected to data and is printed after PersonJob:
    Person data band (master)
    |
    +- PersonAddress data band (detail)
    |
    +- PersonJob data band (detail)
    |
    +- empty data band (detail)
    

Leave a Comment