Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.