Share via


TablixCell.m_columnIndex 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 column index of the tablix 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

TablixCell Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace