Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.