ReportingService2010::ListModelItemChildren Method
SQL Server 2012
Returns an array of model item child elements.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)] [SoapHeaderAttribute(L"TrustedUserHeaderValue")] [SoapDocumentMethodAttribute(L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelItemChildren", RequestNamespace = L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = L"http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)] public: array<ModelItem^>^ ListModelItemChildren( String^ Model, String^ ModelItemID, bool Recursive )
Parameters
- Model
- Type: System::String
The fully qualified URL of the model including the file name and .smdl file name extension.
- ModelItemID
- Type: System::String
The identifier of the model item for which to retrieve child items.
- Recursive
- Type: System::Boolean
A Boolean that indicates that the tree after this model item should be returned. The default value is false.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | |
SharePoint Mode Required Permissions |
If ModelItemID is not specified, child items for the model root are returned.
