Gets or sets a value indicating whether the Columns collection on the current page layout has been initialized and is not empty.

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

Syntax

C#
[BrowsableAttribute(false)]
public bool HasColumns { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property HasColumns As Boolean
	Get

See Also