Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 3.02 KB

File metadata and controls

43 lines (37 loc) · 3.02 KB
title Reporting Services Properties
description A report server defines global system properties and individual item properties. Applications can add user-defined properties to system and item properties.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice report-server-web-service
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
report servers [Reporting Services], properties
properties [Reporting Services], about properties
reports [Reporting Services], properties
Report Server Web service, properties
report properties [Reporting Services]
XML Web service [Reporting Services], properties
Web service [Reporting Services], properties
properties [Reporting Services]

Reporting Services Properties

The report server defines a set of system properties that are global to the report server and a set of item properties that are associated with an individual item stored in the report server database. Properties defined by the report server cannot be deleted, and in some cases they are read-only. An application can extend system properties and item properties by adding additional user-defined properties to the system and item properties.

The following Web service methods retrieve and set [!INCLUDEssNoVersion] [!INCLUDEssRSnoversion] properties.

Method Action
xref:ReportService2010.ReportingService2010.GetProperties%2A Returns the values of one or more properties on an item in the report server database.
xref:ReportService2010.ReportingService2010.GetSystemProperties%2A Returns one or more system properties.
xref:ReportService2010.ReportingService2010.SetProperties%2A Sets one or more properties of an item in the report server database.
xref:ReportService2010.ReportingService2010.SetSystemProperties%2A Sets one or more system properties.

In This Section

Topic Description
Report Server Item Properties Describes the item-specific properties in [!INCLUDEssRSnoversion].
Report Server System Properties Describes the system-specific properties in [!INCLUDEssRSnoversion].

Related content