Subscription Class
Represents a subscription in the report server database.
Inheritance Hierarchy
System.Object
ReportService2005.Subscription
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Subscription
'Usage
Dim instance As Subscription
[SerializableAttribute]
public class Subscription
[SerializableAttribute]
public ref class Subscription
[<SerializableAttribute>]
type Subscription = class end
public class Subscription
The Subscription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Subscription | Initializes a new instance of the Subscription class. |
Top
Properties
Name | Description | |
---|---|---|
Active | The ActiveState object of a subscription. | |
DeliverySettings | The settings that are specific to the delivery extension of the subscription. | |
Description | A description of the format and the delivery method for the reports that are associated with the subscription. | |
EventType | The type of event that triggers the subscription. | |
IsDataDriven | Indicates whether the subscription is data driven. | |
LastExecuted | The date and time that the report server last executed the report. | |
LastExecutedSpecified | Gets or sets a value that indicates whether the LastExecuted property is specified. | |
ModifiedBy | The name of the user who last modified the subscription. Read-only. | |
ModifiedDate | The date and time that the user last modified the subscription. Read-only. | |
Owner | The user name of the owner of the subscription. Read-only. | |
Path | The full path name of the report that is associated with the subscription. | |
Report | The name of the report that is associated with the subscription. | |
Status | The status of a subscription. Read-only. | |
SubscriptionID | The ID of the subscription. | |
VirtualPath | The virtual path to the report (if the report is located in the user's My Reports folder). |
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 Subscription object is returned as output by the ListSubscriptions and ListSubscriptionsUsingDataSource methods.
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.