Поделиться через


Метод ReportingService2006.ListModelItemChildren

Returns an array of model item child elements.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Function ListModelItemChildren ( _
    Model As String, _
    ModelItemID As String, _
    Recursive As Boolean _
) As ModelItem()
'Применение
Dim instance As ReportingService2006 
Dim Model As String 
Dim ModelItemID As String 
Dim Recursive As Boolean 
Dim returnValue As ModelItem()

returnValue = instance.ListModelItemChildren(Model, _
    ModelItemID, Recursive)
public ModelItem[] ListModelItemChildren(
    string Model,
    string ModelItemID,
    bool Recursive
)
public:
array<ModelItem^>^ ListModelItemChildren(
    String^ Model, 
    String^ ModelItemID, 
    bool Recursive
)
member ListModelItemChildren : 
        Model:string * 
        ModelItemID:string * 
        Recursive:bool -> ModelItem[] 
public function ListModelItemChildren(
    Model : String, 
    ModelItemID : String, 
    Recursive : boolean
) : ModelItem[]

Параметры

  • Model
    Тип: System.String
    The fully qualified URL of the model including the file name and .smdl file name extension.
  • ModelItemID
    Тип: System.String
    The identifier of the model item for which to retrieve child items.
  • Recursive
    Тип: System.Boolean
    A Boolean that indicates that the tree after this model item should be returned. The default value is false.

Возвращаемое значение

Тип: array<ReportService2006.ModelItem[]
An array of ModelItem objects.

Замечания

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ViewListItems

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

См. также

Справочник

ReportingService2006 Класс

Пространство имен ReportService2006