This document discusses developing SQL Server Reporting Services (SSRS) reports for Microsoft Dynamics AX. It covers installing and configuring SSRS, editing existing reports, developing new reports, and creating query-based reports using Visual Studio. Key steps include installing BI components from the AX setup, creating an AOT query to use as the report's data source, adding a dataset in Visual Studio linked to the AOT query, and dragging fields from the dataset onto a report design to display the data. Reports can be previewed in Visual Studio, viewed on the browser by URL, or opened from within Dynamics AX. Parameters and filters can customize the reports.