Gets an indication of whether a form feed should be sent on reports created by this user.

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

Syntax

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

See Also