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

GetReportHistoryLimitAsync() public method

public GetReportHistoryLimitAsync ( string Report ) : void
Report string
return void
        public void GetReportHistoryLimitAsync(string Report) {
            this.GetReportHistoryLimitAsync(Report, null);
        }
        

Same methods

ReportingService2005::GetReportHistoryLimitAsync ( string Report, object userState ) : void
ReportingService2005