AX Reports

Hello

How can i determine which database table or tables a specific report rely on it?

I means there are many reports in All AX modules, suppose i want to know which table or tables even view that the report for example " Trail Balance " in General Ledger Module get its data?

In the AOT go to the LedgerTrailBalance report and look at the data sources.

Right click on the dialog which will be opened when you click on the report - then setup - go to information tab → Caller - Edit

then the report will be opened in the development mode - > Expand the data source tree and see the data sources used for that report.

for some report there may not be any data sources - they will be defined in the code.