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