AnnotationNotificationRequestAnnotatedView 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.3.0.1000)
Syntaxpublic void RequestAnnotatedView(
	Guid exportProviderId,
	IEnumerable<ParameterValue> exportSettingValues
)
Public Sub RequestAnnotatedView ( 
	exportProviderId As Guid,
	exportSettingValues As IEnumerable(Of ParameterValue)
)
public:
void RequestAnnotatedView(
	Guid exportProviderId, 
	IEnumerable<ParameterValue^>^ exportSettingValues
)
member RequestAnnotatedView : 
        exportProviderId : Guid * 
        exportSettingValues : IEnumerable<ParameterValue> -> unit 
Parameters
- exportProviderId
 - Type: SystemGuid
The export provider ID. - exportSettingValues
 - Type: System.Collections.GenericIEnumerableParameterValue
The export setting values. 
Exceptions
See Also