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.
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