Subscription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a subscription.
public ref class Subscription
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Subscription
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Subscription = class
Public Class Subscription
- Inheritance
-
Subscription
- Attributes
Remarks
A Subscription object is returned as output by the ListSubscriptionsUsingDataSource and ListMySubscriptions methods.
Constructors
Subscription() |
Initializes a new instance of the Subscription class. |
Properties
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 or sets the virtual path of the report. |