Свойство ChartAnnotations
The annotations in the group.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property ChartAnnotations As IList(Of ChartAnnotation)
Get
Set
'Применение
Dim instance As ChartAnnotationGroup
Dim value As IList(Of ChartAnnotation)
value = instance.ChartAnnotations
instance.ChartAnnotations = value
public IList<ChartAnnotation> ChartAnnotations { get; set; }
public:
property IList<ChartAnnotation^>^ ChartAnnotations {
IList<ChartAnnotation^>^ get ();
void set (IList<ChartAnnotation^>^ value);
}
member ChartAnnotations : IList<ChartAnnotation> with get, set
function get ChartAnnotations () : IList<ChartAnnotation>
function set ChartAnnotations (value : IList<ChartAnnotation>)
Значение свойства
Тип System.Collections.Generic. . :: . .IList< (Of < ( <'ChartAnnotation> ) > ) >
An IList<(Of <(<'T>)>)> object.