ReportSection.addSection 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.
Overloads
addSection(Int32) | |
addSection(Int32, Int32) |
addSection(Int32)
public:
virtual Dynamics::AX::Application::ReportSectionGroup ^ addSection(int num1);
public virtual Dynamics.AX.Application.ReportSectionGroup addSection (int num1);
abstract member addSection : int -> Dynamics.AX.Application.ReportSectionGroup
override this.addSection : int -> Dynamics.AX.Application.ReportSectionGroup
Public Overridable Function addSection (num1 As Integer) As ReportSectionGroup
Parameters
- num1
- Int32
Returns
Applies to
addSection(Int32, Int32)
public:
virtual Dynamics::AX::Application::ReportSectionGroup ^ addSection(int _tableId, int _fieldId);
public virtual Dynamics.AX.Application.ReportSectionGroup addSection (int _tableId, int _fieldId);
abstract member addSection : int * int -> Dynamics.AX.Application.ReportSectionGroup
override this.addSection : int * int -> Dynamics.AX.Application.ReportSectionGroup
Public Overridable Function addSection (_tableId As Integer, _fieldId As Integer) As ReportSectionGroup
Parameters
- _tableId
- Int32
- _fieldId
- Int32