Gets if the last line is rendered.

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

Syntax

C#
public bool IsLastLine { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsLastLine As Boolean
Visual C++
public:
property bool IsLastLine {
	bool get ();
}

See Also