DataCellAnnotations Property  | 
 
            Gets the data annotations for this cell.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyList<Annotation> Annotations { get; }Public ReadOnly Property Annotations As IReadOnlyList(Of Annotation)
	Get
public:
property IReadOnlyList<Annotation^>^ Annotations {
	IReadOnlyList<Annotation^>^ get ();
}member Annotations : IReadOnlyList<Annotation> with get
Property Value
Type: 
IReadOnlyListAnnotation
            The data annotations.
            
See Also