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 7:40AM
    Hello,

    Sorry, I don't understand what you want to do. Could you provide more details?
  • edited 7:40AM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.