Subscription Class
SQL Server 2000
Represents a subscription in the report server database.
Public Class Setting Member of [Namespace]
public class Setting Member of [Namespace]
Public Properties
Active | The active state (ActiveState object) of a subscription. Read-only. |
Description | A description of the format and the delivery method for the reports that are associated with the subscription. String. |
EventType | The type of event that triggers the subscription. String. |
DeliverySettings | The settings (ExtensionSettings object) that are specific to the delivery extension of the subscription. |
IsDataDriven | Indicates whether the subscription is data driven. Boolean. |
LastExecuted | The date and time that the report server last executed the report. The date and time represents the most recent snapshot that is captured in the report server database. DateTime. Read-only. |
ModifiedBy | The name of the user who last modified the subscription. String. Read-only. |
ModifiedDate | The date and time that the user last modified the subscription. DateTime. Read-only. |
Owner | The user name of the owner of the subscription. String. Read-only. |
Path | The full path name of the report that is associated with the subscription. String. |
Report | The name of the report that is associated with the subscription. String. |
Status | The status of a subscription. String. Read-only. |
SubscriptionID | The ID of the subscription. String. |
VirtualPath | The virtual path to the report (if the report is located in the user's My Reports folder). String. |
Remarks
A Subscription object is returned as output by the ListSubscriptions and ListSubscriptionsUsingDataSource methods.
