Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 4.28 KB

File metadata and controls

59 lines (40 loc) · 4.28 KB
title Scripting and PowerShell with Reporting Services
description Learn about the support for scripting and PowerShell cmdlets for SharePoint mode report servers in Reporting Services.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice tools
ms.topic concept-article
ms.custom
updatefrequency5
helpviewer_keywords
scripts [Reporting Services]
Reporting Services, scripting
scripting [Reporting Services]

Scripting and PowerShell with Reporting Services

[!INCLUDEssRSnoversion] supports a wide range of development and management scenarios through script. These scenarios include the rs.exe command line utility and PowerShell cmdlets for SharePoint mode report servers. You can also use the [!INCLUDEssRSnoversion] object model from PowerShell for both Native and SharePoint mode.

  • Administrators can write script in [!INCLUDEmsCoName] [!INCLUDEvisual-basic] to automate how they deploy and manage a report server installation. Administrators can also generate and run [!INCLUDEtsql] scripts that create, configure, and update a report server database. Administrators can also use the record and playback script features in [!INCLUDEssNoVersion] [!INCLUDEssManStudio] to automate routine maintenance tasks.

  • Developers can create custom applications that include script. You can run script that makes calls to the Report Server Web service. Almost any operation that you can write in managed code can also be written in script.

  • The RS.exe utility, a script host running on the report server, processes [!INCLUDEvisual-basic] .NET script as the supported script language in [!INCLUDEssRSnoversion]. `

Reporting Services SharePoint mode PowerShell cmdlets and samples

[!INCLUDEssRSnoversion] SharePoint mode includes [!INCLUDEssRSnoversion] cmdlets for report server administration.

  • PowerShell cmdlets for Reporting Services SharePoint mode Includes the following examples:

    • Create a service application and proxy

    • Review and update a delivery extension

    • Get and set Properties of the Reporting Service Application Database, for example database timeout

    • List Data Extensions

Reporting Services object model and PowerShell samples

RS.exe scripting samples

Related content