DataDrivenNotification Constructor (String, String, ScheduleRule, DeliverySettings) | 
  
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DataDrivenNotification(
	string name,
	string description,
	ScheduleRule scheduleRule,
	DeliverySettings delivery
)
Public Sub New ( 
	name As String,
	description As String,
	scheduleRule As ScheduleRule,
	delivery As DeliverySettings
)
public:
DataDrivenNotification(
	String^ name, 
	String^ description, 
	ScheduleRule^ scheduleRule, 
	DeliverySettings^ delivery
)
new : 
        name : string * 
        description : string * 
        scheduleRule : ScheduleRule * 
        delivery : DeliverySettings -> DataDrivenNotificationParameters
- name
 - Type: SystemString
The name of the notification. - description
 - Type: SystemString
The description. - scheduleRule
 - Type: Dundas.BI.SchedulingScheduleRule
The schedule rule. - delivery
 - Type: Dundas.BI.Notifications.DeliveryDeliverySettings
The delivery settings. 
Exceptions
See Also