Databases Reference
In-Depth Information
ListChildren
This method returns a CatalogItem array, given a string value representing a specified folder. A
Boolean value that indicates whether the search should be recursive and traverse the entire directory
structure of the path below the specified folder is also required.
C#
public CatalogItem[] ListChildren(string Item , bool Recursive );
VB.NET
Public Function ListChildren(ByVal Item As String, ByVal Recursive As Boolean) As
CatalogItem()
ListDependantItems
This method returns a CatalogItem array, given a string value representing a specified folder. A
Boolean value that indicates whether the search should be recursive and traverse the entire directory
structure of the path below the specified folder is also required.
C#
public CatalogItem[] ListDependantItems(string Item );
VB.NET
Public Function ListDependantItems(ByVal Item As String) As CatalogItem()
ListEvents
This method returns an array of events that are defined on the report server.
C#
Public Event[] ListEvents();
VB.NET
Public Function ListEvents() As Event()
ListExtensions
It returns a list of Extension objects that are configured for a given extension type such as delivery, ren-
dering, or data. The parameter is an enumeration representing all of the extension types.
C#
public Extension[] ListExtensions(ExtensionTypeEnum ExtensionType );
VB.NET
Public Function ListExtensions(ByVal ExtensionType As ExtensionTypeEnum)As
Extension()
Search WWH ::




Custom Search