Subscription Class
Represents a subscription in the report server database.
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
Remarks
A Subscription object is returned as output by the ListAllSubscriptions, ListMySubscriptions, and ListReportSubscriptions methods.
Inheritance Hierarchy
System.Object
ReportService2006.Subscription
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.