ChartAnnotations Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Gets the list of chart annotations.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property ChartAnnotations As IList(Of ChartAnnotation)
Get
Set
'Uso
Dim instance As Chart
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>)
Valor de la propiedad
Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'ChartAnnotation> ) > ) >
An IList<(Of <(<'T>)>)> object.
Vea también