ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.SetReportHistoryLimitAsync C# (CSharp) Method

SetReportHistoryLimitAsync() public method

public SetReportHistoryLimitAsync ( string Report, bool UseSystem, int HistoryLimit ) : void
Report string
UseSystem bool
HistoryLimit int
return void
        public void SetReportHistoryLimitAsync(string Report, bool UseSystem, int HistoryLimit) {
            this.SetReportHistoryLimitAsync(Report, UseSystem, HistoryLimit, null);
        }
        

Same methods

ReportingService2005::SetReportHistoryLimitAsync ( string Report, bool UseSystem, int HistoryLimit, object userState ) : void
ReportingService2005