ReportDesign.section(Int32) 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.
Finds a section below the generated design node.
public:
virtual Dynamics::AX::Application::ReportSection ^ section(int _number);
public virtual Dynamics.AX.Application.ReportSection section (int _number);
abstract member section : int -> Dynamics.AX.Application.ReportSection
override this.section : int -> Dynamics.AX.Application.ReportSection
Public Overridable Function section (_number As Integer) As ReportSection
Parameters
- _number
- Int32
The section number.
Returns
The report section that is found.