Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a schedule that defines when a cached copy of a report expires.
Inheritance Hierarchy
System.Object
ReportService2005.ExpirationDefinition
ReportService2005.ScheduleExpiration
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Class ScheduleExpiration _
Inherits ExpirationDefinition
'Usage
Dim instance As ScheduleExpiration
public class ScheduleExpiration : ExpirationDefinition
public ref class ScheduleExpiration : public ExpirationDefinition
type ScheduleExpiration =
class
inherit ExpirationDefinition
end
public class ScheduleExpiration extends ExpirationDefinition
The ScheduleExpiration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ScheduleExpiration | Initializes a new instance of the ScheduleExpiration class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Item | Gets or sets the scheduled expiration of a cached report. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
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).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)