Defines a group header.

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

Syntax

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

Inheritance Hierarchy

See Also