ReportingService2010.GetProperties Method
SQL Server 2008 R2
Returns the value of one or more properties of an item in a report server database or SharePoint library. This method applies to all item types.
Assembly: ReportService2010 (in ReportService2010.dll)
public function GetProperties( ItemPath : String, Properties : Property[] ) : Property[]
Parameters
- ItemPath
- Type: System.String
The fully qualified URL of the item including the file name and extension, or the ID of the item.
- Properties
- Type: ReportService2010.Property[]
An array of Property objects that contains the properties for which you want to retrieve values.
Return Value
Type: ReportService2010.Property[]An array of Property objects that represent the properties of the specified item.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | Depends on the item type:
|
SharePoint Mode Required Permissions | ViewListItems() |
