AnnotationCreationOptionsWithCoordinates Class

Defines the annotation creation options with coordinates.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.AnnotationsAnnotationCreationOptions
    Dundas.BI.Data.AnnotationsAnnotationCreationOptionsWithCoordinates

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 class AnnotationCreationOptionsWithCoordinates : AnnotationCreationOptions

The AnnotationCreationOptionsWithCoordinates type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationCreationOptionsWithCoordinates
Initializes a new instance of the AnnotationCreationOptionsWithCoordinates class.
Top
Properties
  NameDescription
Public propertyAnnotationText
Gets or sets the annotation text.
(Inherited from AnnotationCreationOptions.)
Public propertyIsPublic
Gets or sets a value indicating whether the annotation is visible to everyone. If set to , the Everyone group will be granted the Read privilege to the annotation, otherwise only the user who created it will have access to the annotation. Ignored if any privileges are passed in Privileges parameter.
(Inherited from AnnotationCreationOptions.)
Public propertyMeasureValues
Gets the coordinates measure values.
Public propertyParameterValues
Gets the coordinates parameter values.
Public propertyPrivileges
Gets the privileges.
(Inherited from AnnotationCreationOptions.)
Public propertyRenderedMembers
Gets the coordinates rendered members.
Top
See Also