Gets the number of lines per page to use for reports for this user.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int LinesPerPage { get; }
Visual Basic
Public ReadOnly Property LinesPerPage As Integer
	Get
Visual C++
public:
property int LinesPerPage {
	int get ();
}

See Also