ChartSeries.m_seriesIndex Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the index of the series in the chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Protected m_seriesIndex As Integer
'Usage
Dim value As Integer
value = Me.m_seriesIndex
Me.m_seriesIndex = value
protected int m_seriesIndex
protected:
int m_seriesIndex
val mutable m_seriesIndex: int
protected var m_seriesIndex : int
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace