ReportRun.executeSection(ReportSection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.