Class Subscription
Inheritance
System.Object
Subscription
Assembly: BoldReports.Web.dll
Syntax
public class Subscription : Object
Constructors
Subscription()
Declaration
Properties
Active
Declaration
public ActiveState Active { get; set; }
Property Value
DeliverySettings
Declaration
public ExtensionSettings DeliverySettings { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EventType
Declaration
public string EventType { get; set; }
Property Value
Type |
Description |
System.String |
|
IsDataDriven
Declaration
public bool IsDataDriven { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastExecuted
Declaration
public DateTime LastExecuted { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastExecutedSpecified
Declaration
public bool LastExecutedSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedDate
Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Owner
Declaration
public string Owner { get; set; }
Property Value
Type |
Description |
System.String |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Report
Declaration
public string Report { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
SubscriptionID
Declaration
public string SubscriptionID { get; set; }
Property Value
Type |
Description |
System.String |
|
VirtualPath
Declaration
public string VirtualPath { get; set; }
Property Value
Type |
Description |
System.String |
|