Gets FieldItem at the specified index.

Namespace:  PerpetuumSoft.Reporting.Data.Olap
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public FieldItem this[
	int index,
	bool backOrder
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer, _
	backOrder As Boolean _
) As FieldItem
Visual C++
public:
property FieldItem^ default[int index, bool backOrder] {
	FieldItem^ get (int index, bool backOrder);
}

Parameters

index
Type: System..::.Int32
backOrder
Type: System..::.Boolean

See Also