ReportingService2006.SetReportHistoryLimitAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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