Gets a value indicating whether the current object represents a non-empty text.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public abstract bool HasText { get; }
Visual Basic
Public MustOverride ReadOnly Property HasText As Boolean
	Get

See Also