Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the derived series.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Series As ChartSeries
Get
'Usage
Dim instance As ChartDerivedSeries
Dim value As ChartSeries
value = instance.Series
public ChartSeries Series { get; }
public:
property ChartSeries^ Series {
ChartSeries^ get ();
}
member Series : ChartSeries
function get Series () : ChartSeries
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeries
A ChartSeries object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace