Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 3.05 KB

reporting-services-properties.md

File metadata and controls

45 lines (39 loc) · 3.05 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom helpviewer_keywords
Reporting Services Properties
A report server defines global system properties and individual item properties. Applications can add user-defined properties to system and item properties.
kfollis
kfollis
09/25/2024
reporting-services
report-server-web-service
reference
updatefrequency5
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