Gets the number of characters per line for reports for this user.

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

Syntax

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

See Also