Udostępnij przez


Pole DataRow.m_rowIndex

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Protected m_rowIndex As Integer
'Użycie
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