ReportingService2010.GetItemTypeAsync 方法

定义

重载

GetItemTypeAsync(String)
GetItemTypeAsync(String, Object)

GetItemTypeAsync(String)

public:
 void GetItemTypeAsync(System::String ^ ItemPath);
public void GetItemTypeAsync (string ItemPath);
Public Sub GetItemTypeAsync (ItemPath As String)

参数

ItemPath
String

适用于

GetItemTypeAsync(String, Object)

public:
 void GetItemTypeAsync(System::String ^ ItemPath, System::Object ^ userState);
public void GetItemTypeAsync (string ItemPath, object userState);
Public Sub GetItemTypeAsync (ItemPath As String, userState As Object)

参数

ItemPath
String
userState
Object

适用于