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 (26.2.0.1000)
Syntax
public RecipientViewOverride(
	Guid viewId,
	ViewOverrides overrides
)

Parameters

viewId  Guid
The ID of the View to apply overrides on during export.
overrides  ViewOverrides
The ViewOverrides to apply to the View.
Exceptions
ExceptionCondition
ArgumentExceptionviewId is or Empty.
ArgumentExceptionoverrides is .
See Also