Share via


ReportingService2005.ListModelItemChildren Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns an array of model item child elements.

Syntax

'Declaration
Public Function ListModelItemChildren ( _
    Model As String, _
    ModelItemID As String, _
    Recursive As Boolean _
) As ModelItem()
public ModelItem[] ListModelItemChildren (
    string Model,
    string ModelItemID,
    bool Recursive
)
public:
array<ModelItem^>^ ListModelItemChildren (
    String^ Model, 
    String^ ModelItemID, 
    bool Recursive
)
public ModelItem[] ListModelItemChildren (
    String Model, 
    String ModelItemID, 
    boolean Recursive
)
public function ListModelItemChildren (
    Model : String, 
    ModelItemID : String, 
    Recursive : boolean
) : ModelItem[]

Parameters

  • Model
    The full name of the model for which to retrieve child items.
  • ModelItemID
    The identifier of the model item for which to retrieve child items.
  • Recursive
    Indicates that the entire tree below this model item should be returned. The default value is false.

Return Value

An array of ModelItem objects.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace