Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Derived series which are calculated from formulas applied to other series.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartDerivedSeriesCollection As IList(Of ChartDerivedSeries)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<ChartDerivedSeries>
An IList<T> object.