SQL Server Reporting Services (SSRS) allows users to build reports to visualize data. This document discusses creating SSRS reports in three parts:
1) Creating a basic report using a wizard that guides users through selecting a data source, query, layout, and deployment location.
2) Deploying a completed report to a server for online viewing. Configuration options control overwriting existing data sources.
3) Creating a report without a wizard by manually adding a dataset, designing the layout, and previewing the results. Full customization of the report structure and properties is possible with this approach.