TablixRow.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 of the tablix row.
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