Share via


ReportRun.executeSection(ReportSection) Method

Definition

Prints the specified section in the report.

public:
 virtual bool executeSection(Dynamics::AX::Application::ReportSection ^ _section);
public virtual bool executeSection (Dynamics.AX.Application.ReportSection _section);
abstract member executeSection : Dynamics.AX.Application.ReportSection -> bool
override this.executeSection : Dynamics.AX.Application.ReportSection -> bool
Public Overridable Function executeSection (_section As ReportSection) As Boolean

Parameters

_section
ReportSection

The section to print.

Returns

Applies to