DataCell.m_rowIndex Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the row index of the data cell.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace