ReportingService2010.ListModelItemChildrenAsync 方法

定義

多載

ListModelItemChildrenAsync(String, String, Boolean, Object)
ListModelItemChildrenAsync(String, String, Boolean)

ListModelItemChildrenAsync(String, String, Boolean, Object)

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

參數

Model
String
ModelItemID
String
Recursive
Boolean
userState
Object

適用於

ListModelItemChildrenAsync(String, String, Boolean)

public:
 void ListModelItemChildrenAsync(System::String ^ Model, System::String ^ ModelItemID, bool Recursive);
public void ListModelItemChildrenAsync (string Model, string ModelItemID, bool Recursive);
Public Sub ListModelItemChildrenAsync (Model As String, ModelItemID As String, Recursive As Boolean)

參數

Model
String
ModelItemID
String
Recursive
Boolean

適用於