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