2.3.101 MemberCellIndex

The MemberCellIndex property specifies the index of a tablix body cell in the report definition. In the report definition, tablix body cells are organized in a double-indexed array. The first index specifies the row index. The second index specifies the column index.

If the MemberCellIndex property is specified, it MUST be part of a TablixMemberDef record. If the ancestor of the MemberCellIndex is TablixRowHeader, the MemberCellIndex property MUST be a row index in the tablix body cells in report definition. If the ancestor of the MemberCellIndex property is TablixColumnHeader, the MemberCellIndex property MUST be a column index in the tablix body cells in report definition. If this property is not specified, the default value is used.

 MemberCellIndex = memberCellIndexStart memberCellIndexValue


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

memberCellIndexStart

memberCellIndexValue

...

memberCellIndexStart (1 byte): A byte that specifies the start of a MemberCellIndex property. The value of memberCellIndexStart field MUST be the following value.

Value

Parent

0x02

TablixMemberDef

memberCellIndexValue (4 bytes): A signed integer value that specifies the index of a tablix body cell in the report definition. The default value is 0x00000000.