ScheduleExpiration Class
Represents a schedule that defines when a cached copy of a report expires.
Assembly: ReportService2006 (in ReportService2006.dll)
| Name | Description | |
|---|---|---|
![]() | ScheduleExpiration() | Initializes a new instance of the ScheduleExpiration class. |
| Name | Description | |
|---|---|---|
![]() | Item | Gets or sets the scheduled expiration of a cached report. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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).
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


