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

SetReportHistoryOptionsAsync() public method

public SetReportHistoryOptionsAsync ( string Report, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, ScheduleDefinitionOrReference Item ) : void
Report string
EnableManualSnapshotCreation bool
KeepExecutionSnapshots bool
Item ScheduleDefinitionOrReference
return void
        public void SetReportHistoryOptionsAsync(string Report, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, ScheduleDefinitionOrReference Item) {
            this.SetReportHistoryOptionsAsync(Report, EnableManualSnapshotCreation, KeepExecutionSnapshots, Item, null);
        }
        

Same methods

ReportingService2005::SetReportHistoryOptionsAsync ( string Report, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, ScheduleDefinitionOrReference Item, object userState ) : void
ReportingService2005