Monday, March 26, 2012

ReportService "GetProperties" method

According to the documentation:

Use the GetProperties method to retrieve the complete set of user-defined and reserved properties. To retrieve the standard subset of reserved properties, use the ListChildren method. For a list of the reserved properties of items in the report server database, see Report Server Item Properties.

Following the link:

You can read or modify many of these properties using the Report Server Web service methods.

How can I find out which properties are modifiable without attempting to modify each one and checking for an error?

pjp

Those properties are modified by various SOAP methods (not directly by SetProperties).

If I remember correctly, only Description and Hidden can be set by using SetProperties

No comments:

Post a Comment