Właściwość ChartData.ChartDerivedSeriesCollection
Serie pochodne, które są obliczane na podstawie formuł zastosowanych do innych serii.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ChartDerivedSeriesCollection As IList(Of ChartDerivedSeries)
Get
Set
'Użycie
Dim instance As ChartData
Dim value As IList(Of ChartDerivedSeries)
value = instance.ChartDerivedSeriesCollection
instance.ChartDerivedSeriesCollection = value
public IList<ChartDerivedSeries> ChartDerivedSeriesCollection { get; set; }
public:
property IList<ChartDerivedSeries^>^ ChartDerivedSeriesCollection {
IList<ChartDerivedSeries^>^ get ();
void set (IList<ChartDerivedSeries^>^ value);
}
member ChartDerivedSeriesCollection : IList<ChartDerivedSeries> with get, set
function get ChartDerivedSeriesCollection () : IList<ChartDerivedSeries>
function set ChartDerivedSeriesCollection (value : IList<ChartDerivedSeries>)
Wartość właściwości
Typ: System.Collections.Generic.IList<ChartDerivedSeries>
IList<T> Obiektu.