This topic has not yet been rated - Rate this topic

Subscription Class

Represents a subscription.

System.Object
  ReportService2010.Subscription

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

[SerializableAttribute]
public class Subscription

The Subscription type exposes the following members.

  Name Description
Public method Subscription Initializes a new instance of the Subscription class.
Top
  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
  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

A Subscription object is returned as output by the ListSubscriptionsUsingDataSource and ListMySubscriptions methods.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ