Tools (SSRS)
SQL Server Reporting Services contains a set of graphical and scripting tools that support the development and use of rich reports in a managed environment. The tool set includes development tools, configuration and administration tools, and report viewing tools. This topic gives a brief overview of each tool in Reporting Services and how it can be accessed.
To find a tool right away, see Tutorial: How to Locate and Start Reporting Services Tools (SSRS).
Tools for Report Authoring
The following table lists the available tools for report authoring in SQL Server Reporting Services.
Tool |
Description |
How to access |
---|---|---|
Power View |
An interactive data exploration and visual presentation experience designed to let you create and interact with reports based on Analysis Services tabular models. Note Requires Reporting Services in SharePoint mode. |
Browser with Silverlight. |
Report Designer |
Use this tool to design reports and deploy to a native mode or SharePoint mode report server.
For more information, see Reporting Services in SQL Server Data Tools (SSRS). |
SQL Server Data Tools (SSDT) |
Report Builder |
Use this tool to design reports and deploy to a native mode or SharePoint mode report server.
For more information, see Report Builder (SSRS). |
Download MSI or open from Report Manager/SharePoint |
Tools for Report Server Administration
A set of graphical and scripting tools are available for administering the report server in SQL Server Reporting Services. The tools that you use depend on the deployment mode of your report server.
Native Mode
The following table lists the available tools for administering the report server that is deployed in native mode.
Tool |
Description |
How to access |
---|---|---|
Reporting Services Configuration Manager |
Use this tool to configure a Reporting Services installation. Available tasks include:
Note The Reporting Services Configuration Manager does not help you manage report server content, enable additional features, or grant access to the server. For more information, see Reporting Services Configuration Manager (SSRS). |
Start menu |
SQL Server Management Studio |
Use this tool to manage one or more report server instances in a single environment, including:
|
Start menu |
SQL Server Configuration Manager |
Use this tool to:
Warning Do not use this tool to configure service account. Use the Reporting Services Configuration tool instead. For more information, see SQL Server Configuration Manager. |
Start menu |
Rsconfig Utility |
Use this tool to configure and manage a report server connection to the report server database. You can also use it to specify a user account to use for unattended report processing. For more information, see Report Server Command Prompt Utilities (SSRS). |
Command prompt |
Rskeymgmt Utility |
Use this tool to:
For more information, see Report Server Command Prompt Utilities (SSRS). |
Command prompt |
Windows Management Instrumentation (WMI) Classes |
Use these classes to automate the configuration tasks in Reporting Services Configuration Manager without the need to use the graphical user interface. For more information, see Accessing the WMI Provider Programmatically. |
Visual Basic script |
SharePoint Integrated Mode
In SharePoint mode, the Reporting Services is a service application in the SharePoint architecture, and is administered directly through SharePoint
Tool |
Description |
How to access |
---|---|---|
SharePoint Central Administration |
Use SharePoint Central Administration to create, query, and manage the shared service applications for Reporting Services. For more information, see Configuration and Administration of a Report Server (Reporting Services SharePoint Mode). |
Browser to the SharePoint site URL for Central Administration |
PowerShell Cmdlets |
Use PowerShell cmdlets to create, query, and manage the shared service applications for Reporting Services. For more information, see PowerShell cmdlets (Reporting Services SharePoint Mode). |
SharePoint 2010 Management Shell |
Tools for Report Content Management
A set of graphical and scripting tools are available for managing content in SQL Server Reporting Services. The tools that you use depend on the deployment mode of your report server.
Tool |
Description |
How to access |
---|---|---|
Report Server Web service URL |
Use this tool to browse content in the report catalog in a generic item navigation page. For more information, see Report Server Web Service. |
Browser |
Report Manager |
(Native mode only) Use this tool to administer a single report server instance from a remote location over an HTTP connection. You can do the following:
For more information, see Report Manager (SSRS). |
|
RS Utility |
This tool is a script host that you can use to perform scripted operations. Use this tool to run Visual Basic scripts that copy data between report server databases, publish reports, create items in a report server database, and more. For more information, see Report Server Command Prompt Utilities (SSRS). |
Command prompt |
See Also
Concepts
Reporting Services Report Server (SSRS)