Axapta 2009 report->SalesInvoice report -> how to find necessairy place in the report design for new created Section Group.

Trying to modify standard AX 2009 report.

Report name ‘SalesInvoice’.

I want to add a new section in the report.

Created this section under ‘Generated Design’. My section are added in wrong place. How can I dinamically indicate the place for my new added section?

I would use a new Programmable Section, right-click the Generated Design then add a programmable section and the required fields. You then must call this section within the Fetch() Method of the report.

You can ‘view’ where the programmable section is physically located on the report by right-clicking the Generated Design Node of the report and clicking “Edit”.