Open this page in the API Guide

AnnotationNotification.RequestAnnotatedView Method

Requests the annotated view with the notification message.

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

Parameters

exportProviderId
Type: System.Guid
The export provider ID.
exportSettingValues
Type: System.Collections.Generic.IEnumerable<ParameterValue>
The export setting values.
Exceptions
ExceptionCondition
ArgumentExceptionexportProviderId is Empty.
See Also