See Also

GroupFooter Members  | DataDynamics.ActiveReports Namespace

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

GroupFooter Class

The GroupFooter section is directly related to the Detail section and its matching group header.  It prints once each time a group of similar records (as defined in the GroupHeader.DataField property) ends.  A GroupFooter section cannot exist without a matching GroupHeader section.

For a list of all members of this type, see GroupFooter members.

Object Model


Inheritance Hierarchy

System.Object
   DataDynamics.ActiveReports.Section
      DataDynamics.ActiveReports.GroupFooter

Syntax

[Visual Basic]
Public Class GroupFooter    Inherits Section
[C#]
public class GroupFooter : Section

Example

[C#] 

private void GroupFooter1_Format(object sender, System.EventArgs eArgs) 

    this.GroupFooter1.ColumnLayout = true; 
    this.GroupFooter1.KeepTogether = true; 
    this.GroupFooter1.NewColumn = NewColumn.None; 
    this.GroupFooter1.NewPage = NewPage.None; 
    this.GroupFooter1.PrintAtBottom = true; 
}

[Visual Basic] 

Private Sub GroupFooter1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupFooter1.Format
   Me.GroupFooter1.ColumnLayout = True
   Me.GroupFooter1.KeepTogether = True
   Me.GroupFooter1.NewColumn = NewColumn.None
   Me.GroupFooter1.NewPage = NewPage.None
   Me.GroupFooter1.PrintAtBottom = True
End Sub

See Also

GroupFooter Members  | DataDynamics.ActiveReports Namespace

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.