Share via


ReportingService2006.GetReportHistoryLimitAsync Method

Definition

Overloads

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)

Parameters

Report
String

Applies to

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)

Parameters

Report
String
userState
Object

Applies to