[]
Gets catalog info of the specified path.
public override CatalogItem GetCatalogItem(string providerName, string path, bool recursive, NameValueCollection args)
Public Overrides Function GetCatalogItem(providerName As String, path As String, recursive As Boolean, args As NameValueCollection) As CatalogItem
| Type | Name | Description |
|---|---|---|
| string | providerName | The key used to register the provider. |
| string | path | The relative path of the folder or report. |
| bool | recursive | Whether to return the entire tree of child items below the specified item. |
| NameValueCollection | args | The collection of HTTP query string variables. |
| Type | Description |
|---|---|
| CatalogItem | A CatalogItem object. |
The path argument is not starts with "/". Should add "/" at the beginning of the path, on connecting with the SSRS.