Share via


ReportingService2005.SetReportHistoryOptions Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Sub SetReportHistoryOptions ( _
    Report As String, _
    EnableManualSnapshotCreation As Boolean, _
    KeepExecutionSnapshots As Boolean, _
    Item As ScheduleDefinitionOrReference _
)
public void SetReportHistoryOptions (
    string Report,
    bool EnableManualSnapshotCreation,
    bool KeepExecutionSnapshots,
    ScheduleDefinitionOrReference Item
)
public:
void SetReportHistoryOptions (
    String^ Report, 
    bool EnableManualSnapshotCreation, 
    bool KeepExecutionSnapshots, 
    ScheduleDefinitionOrReference^ Item
)
public void SetReportHistoryOptions (
    String Report, 
    boolean EnableManualSnapshotCreation, 
    boolean KeepExecutionSnapshots, 
    ScheduleDefinitionOrReference Item
)
public function SetReportHistoryOptions (
    Report : String, 
    EnableManualSnapshotCreation : boolean, 
    KeepExecutionSnapshots : boolean, 
    Item : ScheduleDefinitionOrReference
)

Parameters

  • Report
    The full path name of the report.
  • EnableManualSnapshotCreation
    Indicates whether report history snapshots can be created through the Web service CreateReportHistorySnapshot method. The default value is true.
  • KeepExecutionSnapshots
    Indicates whether report execution snapshots are collected for report history. The default value is false.
  • Item
    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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace