Adding a data field to a report template requires adding the field to the database table that the template queries and adding the field to the query. Both the table definition and report queries are contained in the DB_DataDictionary.xml file in the metadata folder of the dataset. If the report will need to be exported to .xls, .pdf, etc., then you may need to modify the REPORT_...xml file that corresponds to the template type.
↧