Can I: Add fields to a Report in Business Central?
Yes You can add fields to a Report in Business Central! is the answer How? To begin with, a Report object in Business Central includes one dataset and up to three built-in layouts: RDLC, Word, and/or Excel. These layouts are based on the same common dataset. At runtime, you can enhance the report object by adding multiple custom layouts. You can extend the report and add the new field to the reports which you have How? With the report extension object in Business Central, you can enhance existing report objects like extending tables and pages. Report extensions allow you to: Add Columns : Include additional columns to the existing data items in the report dataset. Add New Data Items : Introduce new data items to the report. Implement Triggers : Add trigger implementations to the report. Enhance Request Pages : Modify and add to the request pages. Add More Report Layouts : Create new report layouts to incorporate fields added via extensions or simply to offer alternative layouts based o...