Gets or sets the TablixRow at the specified index.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TablixRow this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As TablixRow
	Get
	Set

Parameters

index
Type: System..::..Int32

See Also