ReportingService2005.SetReportHistoryLimitAsync Método

Definição

Sobrecargas

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)

Parâmetros

Report
String
UseSystem
Boolean
HistoryLimit
Int32

Aplica-se a

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)

Parâmetros

Report
String
UseSystem
Boolean
HistoryLimit
Int32
userState
Object

Aplica-se a