RecipientViewOverride Constructor |
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
)
Public Sub New (
viewId As Guid,
overrides As ViewOverrides
)
public:
RecipientViewOverride(
Guid viewId,
ViewOverrides^ overrides
)
new :
viewId : Guid *
overrides : ViewOverrides -> RecipientViewOverride
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 See Also