ReportSection.sectionType Method

Retrieves the type of a given report section, such as ReportBlockType::Prolog, ReportBlockType::PageHeader, or ReportBlockType::Body.

Syntax

public ReportBlockType sectionType()

Run On

Called

Return Value

Type: ReportBlockType Enumeration
The report block type of the section.

Remarks

The reportBlockType type should be reportSectionType.

See Also

Reference

ReportSection Class