Gets or sets a value indicating whether the current group should be repeated as a table footer on each column where the containing table is printed.

Only one row and column group in a table can has this property set to true.

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

Syntax

C#
public bool ColumnFooter { get; set; }
Visual Basic
Public Property ColumnFooter As Boolean
	Get
	Set

See Also