Compartir a través de


Subscription Miembros

Represents a subscription in the report server database.

El tipo Subscription expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico Subscription Initializes a new instance of the Subscription class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio