Share via


DataCell.m_columnIndex Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the column index of the data cell.

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

DataCell Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace