Gets and sets the current position on the page being rendered.

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

Syntax

C#
public Vector Caret { get; set; }
Visual Basic (Declaration)
Public Property Caret As Vector
Visual C++
public:
property Vector Caret {
	Vector get ();
	void set (Vector value);
}

See Also