AnnotationCreationOptions Constructor |
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
)
Public Sub New (
annotationText As String
)
public:
AnnotationCreationOptions(
String^ annotationText
)
new :
annotationText : string -> AnnotationCreationOptions
Parameters
- annotationText
- Type: SystemString
The annotation text.
Exceptions See Also