Share via


ReportSection.sectionType Method

Definition

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

public:
 virtual Dynamics::AX::Application::ReportBlockType sectionType();
public virtual Dynamics.AX.Application.ReportBlockType sectionType ();
abstract member sectionType : unit -> Dynamics.AX.Application.ReportBlockType
override this.sectionType : unit -> Dynamics.AX.Application.ReportBlockType
Public Overridable Function sectionType () As ReportBlockType

Returns

The report block type of the section.

Remarks

The reportBlockType type should be reportSectionType.

Applies to