ChartData.DerivedSeriesCollection 属性

Gets the derived series.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property DerivedSeriesCollection As ChartDerivedSeriesCollection 
    Get
用法
Dim instance As ChartData 
Dim value As ChartDerivedSeriesCollection 

value = instance.DerivedSeriesCollection
public ChartDerivedSeriesCollection DerivedSeriesCollection { get; }
public:
property ChartDerivedSeriesCollection^ DerivedSeriesCollection {
    ChartDerivedSeriesCollection^ get ();
}
member DerivedSeriesCollection : ChartDerivedSeriesCollection
function get DerivedSeriesCollection () : ChartDerivedSeriesCollection

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ChartDerivedSeriesCollection
A ChartDerivedSeriesCollection object.

请参阅

参考

ChartData 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间