ReportingService2010.ListChildrenAsync 方法

定义

重载

ListChildrenAsync(String, Boolean)
ListChildrenAsync(String, Boolean, Object)

ListChildrenAsync(String, Boolean)

public:
 void ListChildrenAsync(System::String ^ ItemPath, bool Recursive);
public void ListChildrenAsync (string ItemPath, bool Recursive);
Public Sub ListChildrenAsync (ItemPath As String, Recursive As Boolean)

参数

ItemPath
String
Recursive
Boolean

适用于

ListChildrenAsync(String, Boolean, Object)

public:
 void ListChildrenAsync(System::String ^ ItemPath, bool Recursive, System::Object ^ userState);
public void ListChildrenAsync (string ItemPath, bool Recursive, object userState);
Public Sub ListChildrenAsync (ItemPath As String, Recursive As Boolean, userState As Object)

参数

ItemPath
String
Recursive
Boolean
userState
Object

适用于