ReportAutoDesignSpecs.addSection Method

Definition

Overloads

addSection(ReportBlockType)
addSection(ReportBlockType, Int32)

addSection(ReportBlockType)

public:
 virtual Dynamics::AX::Application::ReportSection ^ addSection(Dynamics::AX::Application::ReportBlockType type1);
public virtual Dynamics.AX.Application.ReportSection addSection (Dynamics.AX.Application.ReportBlockType type1);
abstract member addSection : Dynamics.AX.Application.ReportBlockType -> Dynamics.AX.Application.ReportSection
override this.addSection : Dynamics.AX.Application.ReportBlockType -> Dynamics.AX.Application.ReportSection
Public Overridable Function addSection (type1 As ReportBlockType) As ReportSection

Parameters

Returns

Applies to

addSection(ReportBlockType, Int32)

public:
 virtual Dynamics::AX::Application::ReportSection ^ addSection(Dynamics::AX::Application::ReportBlockType _sectionType, int _tableId);
public virtual Dynamics.AX.Application.ReportSection addSection (Dynamics.AX.Application.ReportBlockType _sectionType, int _tableId);
abstract member addSection : Dynamics.AX.Application.ReportBlockType * int -> Dynamics.AX.Application.ReportSection
override this.addSection : Dynamics.AX.Application.ReportBlockType * int -> Dynamics.AX.Application.ReportSection
Public Overridable Function addSection (_sectionType As ReportBlockType, _tableId As Integer) As ReportSection

Parameters

_sectionType
ReportBlockType
_tableId
Int32

Returns

Applies to