Open this page in the API Guide

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

Parameters

viewId
Type: System.Guid
The ID of the View to apply overrides on during export.
overrides
Type: Dundas.BI.Entities.Views.ViewOverrides
The ViewOverrides to apply to the View.
Exceptions
ExceptionCondition
ArgumentExceptionviewId is null or Empty.
ArgumentExceptionoverrides is null.
See Also