ChartAnnotations propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the list of chart annotations.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ChartAnnotations As IList(Of ChartAnnotation)
Get
Set
'Utilisation
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>)
Valeur de la propriété
Type : System.Collections.Generic. . :: . .IList< (Of < ( <'ChartAnnotation> ) > ) >
An IList<(Of <(<'T>)>)> object.
Voir aussi