Clase Subscription
Represents a subscription.
Jerarquía de herencia
System. . :: . .Object
ReportService2010..::..Subscription
Espacio de nombres: ReportService2010
Ensamblado: ReportService2010 (en ReportService2010.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class Subscription
'Uso
Dim instance As Subscription
[SerializableAttribute]
public class Subscription
[SerializableAttribute]
public ref class Subscription
[<SerializableAttribute>]
type Subscription = class end
public class Subscription
El tipo Subscription expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Subscription | Initializes a new instance of the Subscription class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Active | Gets the ActiveState object of a subscription. | |
DeliverySettings | Gets the settings for the delivery extension of the subscription. | |
Description | Gets a description of the format and the delivery method for the reports that are associated with the subscription. | |
EventType | Gets the type of event that triggers the subscription. | |
IsDataDriven | Gets a value that indicates whether the subscription is data-driven. | |
LastExecuted | Gets the date and time the report server last executed the report. | |
LastExecutedSpecified | Gets a value that indicates whether the LastExecuted property is specified. | |
ModifiedBy | Gets the name of the user who last modified the subscription. | |
ModifiedDate | Gets the date and time the user last modified the subscription. | |
Owner | Gets the user name for the owner of the subscription. | |
Path | Gets the fully qualified URL of the report that is associated with the subscription. | |
Report | Gets the name of the report that is associated with the subscription. | |
Status | Gets the status of a subscription. | |
SubscriptionID | Gets the ID of the subscription. | |
VirtualPath | Gets the virtual path of the report. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
A Subscription object is returned as output by the ListSubscriptionsUsingDataSource and ListMySubscriptions methods.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.