RecipientViewOverride Constructor

Initializes a new instance of the RecipientViewOverride class.

Namespace:  Dundas.BI.Notifications.Delivery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public RecipientViewOverride(
	Guid viewId,
	ViewOverrides overrides
)

Parameters

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
ExceptionCondition
ArgumentExceptionviewId is or Empty.
ArgumentExceptionoverrides is .
See Also