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

CreateReportHistorySnapshotAsync() public method

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

Same methods

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