Share via


AreaSectionKind Enumeration

Specifies the kind of area or section in the Kind property of the Area class and Section class, and the ExcelAreaType property of the ExcelFormatOptions class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration AreaSectionKind
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration AreaSectionKind : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
Detail Area is a details section.
GroupFooter Area is a group footer.
GroupHeader Area is a group header.
PageFooter Area is a page footer.
PageHeader Area is a page header.
ReportFooter Area is a report footer.
ReportHeader Area is a report header.

Inheritance Hierarchy

Object
   ValueType
      Enum
         AreaSectionKind

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace