Proprietà ChartData.ChartDerivedSeriesCollection
Derived series which are calculated from formulas applied to other series.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property ChartDerivedSeriesCollection As IList(Of ChartDerivedSeries)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.Generic.IList<ChartDerivedSeries>
An IList<T> object.