CorrectionNotificationRequestCorrectedView Method

Requests the corrected view with the notification message.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public void RequestCorrectedView(
	Guid viewId,
	Guid exportProviderId,
	IEnumerable<ParameterValue> exportSettingValues
)

Parameters

viewId
Type: SystemGuid
The view ID.
exportProviderId
Type: SystemGuid
The export provider ID.
exportSettingValues
Type: System.Collections.GenericIEnumerableParameterValue
The export setting values.
Exceptions
ExceptionCondition
ArgumentExceptionexportProviderId is Empty.
See Also