Group Footer Band - Help

How can i connect the group band data in vb net??

An example, in this mode i connect the band of the detail data:

Report.Dictionary.Clear()
Report.RegisterData(Dataset, Table_Name)

Databand = Report.FindObject("Data1")
Databand.DataSource = l_Report.GetDataSource(Table_Name)


Now, i must to connect the group footer data?
How can i do it???

Thank

Comments

  • edited 4:57PM
    I found a post of AlexTZ and i resolve it :-)

    in this mode:

    Report.RegisterData(Dataset.tables(0), Table_Name)

    Databand = Report.FindObject("Data1")
    Databand.DataSource = l_Report.GetDataSource(Table_Name)

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.