ReportingService2005.ListModelItemChildren(String, String, Boolean) Method

Definition

Returns an array of model item child elements.

public:
 cli::array <ReportService2005::ModelItem ^> ^ ListModelItemChildren(System::String ^ Model, System::String ^ ModelItemID, bool Recursive);
public ReportService2005.ModelItem[] ListModelItemChildren (string Model, string ModelItemID, bool Recursive);
member this.ListModelItemChildren : string * string * bool -> ReportService2005.ModelItem[]
Public Function ListModelItemChildren (Model As String, ModelItemID As String, Recursive As Boolean) As ModelItem()

Parameters

Model
String

The full name of the model for which to retrieve child items.

ModelItemID
String

The identifier of the model item for which to retrieve child items.

Recursive
Boolean

Indicates that the entire tree below this model item should be returned. The default value is false.

Returns

An array of ModelItem objects.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions ReadProperties

If ModelItemID is not specified, child items for the model root are returned.

Applies to