ReportingService2005.SetReportHistoryOptions Method

Definition

Sets report history options that specify when a report history snapshot is created for a specified report.

public:
 void SetReportHistoryOptions(System::String ^ Report, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, ReportService2005::ScheduleDefinitionOrReference ^ Item);
public void SetReportHistoryOptions (string Report, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, ReportService2005.ScheduleDefinitionOrReference Item);
member this.SetReportHistoryOptions : string * bool * bool * ReportService2005.ScheduleDefinitionOrReference -> unit
Public Sub SetReportHistoryOptions (Report As String, EnableManualSnapshotCreation As Boolean, KeepExecutionSnapshots As Boolean, Item As ScheduleDefinitionOrReference)

Parameters

Report
String

The full path name of the report.

EnableManualSnapshotCreation
Boolean

Indicates whether report history snapshots can be created through the Web service CreateReportHistorySnapshot(String, Warning[]) method. The default value is true.

KeepExecutionSnapshots
Boolean

Indicates whether report execution snapshots are collected for report history. The default value is false.

Item
ScheduleDefinitionOrReference

The ScheduleDefinition object or ScheduleReference object that represents the schedule information for the report history snapshot. If the report history snapshot is not created according to a schedule, pass a NoSchedule object for this parameter.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions UpdatePolicy AND CreateSnapshot

Applies to