ReportingService2005.SetReportHistoryLimitAsync Method

Definition

Overloads

SetReportHistoryLimitAsync(String, Boolean, Int32)
SetReportHistoryLimitAsync(String, Boolean, Int32, Object)

SetReportHistoryLimitAsync(String, Boolean, Int32)

public:
 void SetReportHistoryLimitAsync(System::String ^ Report, bool UseSystem, int HistoryLimit);
public void SetReportHistoryLimitAsync (string Report, bool UseSystem, int HistoryLimit);
member this.SetReportHistoryLimitAsync : string * bool * int -> unit
Public Sub SetReportHistoryLimitAsync (Report As String, UseSystem As Boolean, HistoryLimit As Integer)

Parameters

Report
String
UseSystem
Boolean
HistoryLimit
Int32

Applies to

SetReportHistoryLimitAsync(String, Boolean, Int32, Object)

public:
 void SetReportHistoryLimitAsync(System::String ^ Report, bool UseSystem, int HistoryLimit, System::Object ^ userState);
public void SetReportHistoryLimitAsync (string Report, bool UseSystem, int HistoryLimit, object userState);
member this.SetReportHistoryLimitAsync : string * bool * int * obj -> unit
Public Sub SetReportHistoryLimitAsync (Report As String, UseSystem As Boolean, HistoryLimit As Integer, userState As Object)

Parameters

Report
String
UseSystem
Boolean
HistoryLimit
Int32
userState
Object

Applies to