ReportingService2005.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);
member this.ListChildren : string * bool -> Microsoft.SqlServer.ReportingServices2005.CatalogItem[]
Public Function ListChildren (Item As String, Recursive As Boolean) As CatalogItem()
Parameters
- Item
- String
- Recursive
- Boolean