Subscription Class
Represents a subscription.
Inheritance Hierarchy
System.Object
ReportService2010.Subscription
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Subscription
'Usage
Dim instance As Subscription
[SerializableAttribute]
public class Subscription
[SerializableAttribute]
public ref class Subscription
[<SerializableAttribute>]
type Subscription = class end
public class Subscription
The Subscription type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Subscription | Initializes a new instance of the Subscription class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
A Subscription object is returned as output by the ListSubscriptionsUsingDataSource and ListMySubscriptions methods.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.