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

GetReportLinkAsync() public method

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

Same methods

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