Bagikan melalui


Subscription Class

Represents a subscription in the report server database.

Inheritance Hierarchy

System.Object
  ReportService2005.Subscription

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Class Subscription
'Usage
Dim instance As Subscription
public class Subscription
public ref class Subscription
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 The ActiveState object of a subscription.
Public property DeliverySettings The settings that are specific to the delivery extension of the subscription.
Public property Description A description of the format and the delivery method for the reports that are associated with the subscription.
Public property EventType The type of event that triggers the subscription.
Public property IsDataDriven Indicates whether the subscription is data driven.
Public property LastExecuted The date and time that the report server last executed the report.
Public property LastExecutedSpecified Gets or sets a value that indicates whether the LastExecuted property is specified.
Public property ModifiedBy The name of the user who last modified the subscription. Read-only.
Public property ModifiedDate The date and time that the user last modified the subscription. Read-only.
Public property Owner The user name of the owner of the subscription. Read-only.
Public property Path The full path name of the report that is associated with the subscription.
Public property Report The name of the report that is associated with the subscription.
Public property Status The status of a subscription. Read-only.
Public property SubscriptionID The ID of the subscription.
Public property VirtualPath The virtual path to the report (if the report is located in the user's My Reports folder).

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 ListSubscriptions and ListSubscriptionsUsingDataSource 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

ReportService2005 Namespace