ComponentOne Studio Web API Edition
GetCatalogItem Method (ReportProvider)

The key used to register the provider.
The relative path of the folder or report.
Whether to return the entire tree of child items below the specified item.
The collection of HTTP query string variables.
Gets catalog info of the specified path.
Syntax
'Declaration
 
Public MustOverride Function GetCatalogItem( _
   ByVal providerName As String, _
   ByVal path As String, _
   ByVal recursive As Boolean, _
   Optional ByVal args As NameValueCollection _
) As CatalogItem

Parameters

providerName
The key used to register the provider.
path
The relative path of the folder or report.
recursive
Whether to return the entire tree of child items below the specified item.
args
The collection of HTTP query string variables.

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportProvider Class
ReportProvider Members

 

 


Copyright © GrapeCity, inc. All rights reserved.