Class GetDataDrivenSubscriptionPropertiesCompletedEventArgs
Inheritance
System.Object
GetDataDrivenSubscriptionPropertiesCompletedEventArgs
Assembly: BoldReports.Web.dll
Syntax
public class GetDataDrivenSubscriptionPropertiesCompletedEventArgs : AsyncCompletedEventArgs
Properties
Active
Declaration
public ActiveState Active { get; }
Property Value
DataRetrievalPlan
Declaration
public DataRetrievalPlan DataRetrievalPlan { get; }
Property Value
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
EventType
Declaration
public string EventType { get; }
Property Value
Type |
Description |
System.String |
|
ExtensionSettings
Declaration
public ExtensionSettings ExtensionSettings { get; }
Property Value
MatchData
Declaration
public string MatchData { get; }
Property Value
Type |
Description |
System.String |
|
Parameters
Declaration
public ParameterValueOrFieldReference[] Parameters { get; }
Property Value
Result
Declaration
public string Result { get; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; }
Property Value
Type |
Description |
System.String |
|