ScheduleExpiration Class

Definition

Represents a schedule that defines when a cached copy of a report expires.

public ref class ScheduleExpiration : ReportService2005::ExpirationDefinition
public class ScheduleExpiration : ReportService2005.ExpirationDefinition
type ScheduleExpiration = class
    inherit ExpirationDefinition
Public Class ScheduleExpiration
Inherits ExpirationDefinition
Inheritance
ScheduleExpiration

Remarks

A ScheduleExpiration object is returned as output by the GetCacheOptions method and is passed as input to the SetCacheOptions method when a report in cache expires according to a schedule. For more information about the cache settings for a report, see Caching Reports (SSRS).

Constructors

ScheduleExpiration()

Initializes a new instance of the ScheduleExpiration class.

Properties

Item

Gets or sets the scheduled expiration of a cached report.

Applies to