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

GetReportHistoryOptionsAsync() public method

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

Same methods

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