[]
        
(Showing Draft Content)

C1.Web.Api.Report.SsrsReportProvider.GetCatalogItem

GetCatalogItem Method

GetCatalogItem(string, string, bool, NameValueCollection)

Gets catalog info of the specified path.

Declaration
public override CatalogItem GetCatalogItem(string providerName, string path, bool recursive, NameValueCollection args)
Parameters
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.

Returns
Type Description
CatalogItem

A CatalogItem object.

Overrides
Remarks

The path argument is not starts with "/". Should add "/" at the beginning of the path, on connecting with the SSRS.