With the Microsoft Dynamics AX 2012 Management Shell you can get a lot of information about your Dynamics AX 2012 instance.
For example, you can use the command below to display a list of all SSRS reports or just one specific report (for example, SalesInvoice).
get-AXReport -reportname * get-AXReport -reportname salesinvoice
For example, you can use the command below to display a list of all SSRS reports or just one specific report (for example, SalesInvoice).