Subscription Class

Represents a subscription in the report server database.

Inheritance Hierarchy

System.Object
  ReportService2006.Subscription

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.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
Public method Subscription Initializes a new instance of the Subscription class.

Top

Properties

  Name Description
Public property Active Gets the ActiveState object of a subscription.
Public property DeliverySettings Gets the settings for the delivery extension of the subscription.
Public property Description Gets a description of the format and the delivery method for the reports that are associated with the subscription.
Public property EventType Gets the type of event that triggers the subscription.
Public property IsDataDriven Gets a value that indicates whether the subscription is data-driven.
Public property LastExecuted Gets the date and time the report server last executed the report.
Public property LastExecutedSpecified Gets a value that indicates whether the LastExecuted property is specified.
Public property ModifiedBy Gets the name of the user who last modified the subscription.
Public property ModifiedDate Gets the date and time the user last modified the subscription.
Public property Owner Gets the user name for the owner of the subscription.
Public property Path Gets the fully qualified URL of the report that is associated with the subscription.
Public property Report Gets the name of the report that is associated with the subscription.
Public property Status Gets the status of a subscription.
Public property SubscriptionID Gets the ID of the subscription.
Public property VirtualPath Gets the virtual path of the report.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

A Subscription object is returned as output by the ListAllSubscriptions, ListMySubscriptions, and ListReportSubscriptions 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.

See Also

Reference