Extend Report or Copy Report in Visual Studio Code AL

We have some field that are not in dataset of report RDLC 205 Sales Order Confirmation.

How can we create extension and extend report in Visual StudioCode/AL with only 1 field?

If that is not possible how can we create extension wiyh new report and make a copy of the default 205 report?

Hi,

You cannot create Report Extensions - yet! Right now the only option is to create a copy of the report, extend the copy with the new field.

Then you can use the new replace/override report option.

Erik,

Thx.

Howto create a copy of the report in visual studio with orginal dataset as starting point?

Use export to New syntax and txt2al :slight_smile:

docs.microsoft.com/…/devenv-txt2al-tool

Lars I want to copy the default RDLC 205 report from Business Central and add some field. How can I copy the default report to a new report and add some fields to dataset.

ontwerps3,

Export the report and convert it to AL and renumber the object and adding the extra fields in VS code and edit the layout with Visual studio.

Remember to use exportToNewsyntax as pr. the link I added previous

https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-txt2al-tool