Subscription Members

Include Protected Members
Include Inherited Members

Represents a subscription in the report server database.

The Subscription type exposes the following members.

Constructors

  Name Description
Public method Subscription() Initializes a new instance of the Subscription class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Active The ActiveState object of a subscription.
Public property DeliverySettings The settings that are specific to the delivery extension of the subscription.
Public property Description A description of the format and the delivery method for the reports that are associated with the subscription.
Public property EventType The type of event that triggers the subscription.
Public property IsDataDriven Indicates whether the subscription is data driven.
Public property LastExecuted The date and time that the report server last executed the report.
Public property LastExecutedSpecified Gets or sets a value that indicates whether the LastExecuted property is specified.
Public property ModifiedBy The name of the user who last modified the subscription. Read-only.
Public property ModifiedDate The date and time that the user last modified the subscription. Read-only.
Public property Owner The user name of the owner of the subscription. Read-only.
Public property Path The full path name of the report that is associated with the subscription.
Public property Report The name of the report that is associated with the subscription.
Public property Status The status of a subscription. Read-only.
Public property SubscriptionID The ID of the subscription.
Public property VirtualPath The virtual path to the report (if the report is located in the user's My Reports folder).

Top