Поделиться через


Элементы Subscription

Represents a subscription in the report server database.

Тип Subscription предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Subscription Initializes a new instance of the Subscription class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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).

В начало