ChartAnnotations 屬性
此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。
Gets the list of chart annotations.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property ChartAnnotations As IList(Of ChartAnnotation)
Get
Set
'用途
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>)
屬性值
型別:System.Collections.Generic. . :: . .IList< (Of < ( <'ChartAnnotation> ) > ) >
An IList<(Of <(<'T>)>)> object.