ReportAutoDesignSpecs.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(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.ReportSectionPublic Overridable Function addSection (type1 As ReportBlockType) As ReportSectionParameters
- type1
- ReportBlockType
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.ReportSectionPublic Overridable Function addSection (_sectionType As ReportBlockType, _tableId As Integer) As ReportSectionParameters
- _sectionType
- ReportBlockType
- _tableId
- Int32