RecipientViewOverride Constructor  | 
  
    Namespace: 
   Dundas.BI.Notifications.Delivery
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic RecipientViewOverride(
	Guid viewId,
	ViewOverrides overrides
)
Public Sub New ( 
	viewId As Guid,
	overrides As ViewOverrides
)
public:
RecipientViewOverride(
	Guid viewId, 
	ViewOverrides^ overrides
)
new : 
        viewId : Guid * 
        overrides : ViewOverrides -> RecipientViewOverrideParameters
- viewId
 - Type: SystemGuid
The ID of the View to apply overrides on during export. - overrides
 - Type: Dundas.BI.Entities.ViewsViewOverrides
The ViewOverrides to apply to the View. 
Exceptions
See Also