RSConnection.ListChildren(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
cli::array <Microsoft::SqlServer::ReportingServices2005::CatalogItem ^> ^ ListChildren(System::String ^ Item, bool Recursive);
public Microsoft.SqlServer.ReportingServices2005.CatalogItem[] ListChildren (string Item, bool Recursive);
override this.ListChildren : string * bool -> Microsoft.SqlServer.ReportingServices2005.CatalogItem[]
Public Function ListChildren (Item As String, Recursive As Boolean) As CatalogItem()
Parameters
- Item
- String
- Recursive
- Boolean