[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableHeaderFooterRows

ITableHeaderFooterRows Interface

Represents an interface for table header or footer row objects.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITableHeaderFooterRows : IItemCollection<ITableRow>, IReadOnlyList<ITableRow>, IReadOnlyCollection<ITableRow>, IEnumerable<ITableRow>, IEnumerable

Properties

Name Description
PrintAtBottom

Gets a value indicating whether these rows should be printed at the bottom of the page.

RepeatOnNewPage

Gets a value indicating whether these rows should be repeated on each page that the table or group is displayed on.

Extension Methods