ReportingService2005.ListModelItemChildren 方法
Returns an array of model item child elements.
命名空間: ReportService2005
組件: ReportService2005 (在 ReportService2005.dll 中)
語法
'宣告
Public Function ListModelItemChildren ( _
Model As String, _
ModelItemID As String, _
Recursive As Boolean _
) As ModelItem()
'用途
Dim instance As ReportingService2005
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 full name of the model for which to retrieve child items.
- ModelItemID
型別:System.String
The identifier of the model item for which to retrieve child items.
- Recursive
型別:System.Boolean
Indicates that the entire tree below this model item should be returned. The default value is false.
傳回值
型別:array<ReportService2005.ModelItem[]
An array of ModelItem objects.
備註
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
If ModelItemID is not specified, child items for the model root are returned.