Gets the collection of TabPosition objects describing text tab positions in the current RenderField object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public TabPositionCollection TabPositions { get; }
Visual Basic
Public ReadOnly Property TabPositions As TabPositionCollection
	Get

Remarks

This property always returns a non-nullTabPositionCollection collection, initializing it if it has not been initialized yet. Use HasTabPositions to test whether there are any defined tab positions without initializing TabPositions.

See Also