ReportingService2006.GetReportHistoryLimitAsync 方法

定义

重载

GetReportHistoryLimitAsync(String)
GetReportHistoryLimitAsync(String, Object)

GetReportHistoryLimitAsync(String)

public:
 void GetReportHistoryLimitAsync(System::String ^ Report);
public void GetReportHistoryLimitAsync (string Report);
member this.GetReportHistoryLimitAsync : string -> unit
Public Sub GetReportHistoryLimitAsync (Report As String)

参数

Report
String

适用于

GetReportHistoryLimitAsync(String, Object)

public:
 void GetReportHistoryLimitAsync(System::String ^ Report, System::Object ^ userState);
public void GetReportHistoryLimitAsync (string Report, object userState);
member this.GetReportHistoryLimitAsync : string * obj -> unit
Public Sub GetReportHistoryLimitAsync (Report As String, userState As Object)

参数

Report
String
userState
Object

适用于