Share via


ChartDataPoint.m_rowIndex 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 row index.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Protected m_rowIndex As Integer
'Usage
Dim value As Integer 

value = Me.m_rowIndex 

Me.m_rowIndex = value
protected int m_rowIndex
protected:
int m_rowIndex
val mutable m_rowIndex: int
protected var m_rowIndex : int

See Also

Reference

ChartDataPoint Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace