AnnotationCreationOptions Constructor

Initializes a new instance of the AnnotationCreationOptions class.

Namespace:  Dundas.BI.Data.Annotations
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public AnnotationCreationOptions(
	string annotationText
)

Parameters

annotationText
Type: SystemString
The annotation text.
Exceptions
ExceptionCondition
ArgumentExceptionannotationText is or Empty.
See Also