Defines a group footer.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
[ObsoleteAttribute("The GroupFooter is an obsoleted type. Please use the GroupBand and Footer instead.")]
public class GroupFooter : GroupBandBase
Visual Basic (Declaration)
<ObsoleteAttribute("The GroupFooter is an obsoleted type. Please use the GroupBand and Footer instead.")> _
Public Class GroupFooter _
	Inherits GroupBandBase
Visual C++
[ObsoleteAttribute(L"The GroupFooter is an obsoleted type. Please use the GroupBand and Footer instead.")]
public ref class GroupFooter : public GroupBandBase

Inheritance Hierarchy

See Also