Represents a table footer. Syntax Remarks The footer element will not be rendered unless it contains at least one cell, which can be added through the AddCell, AddCell(String), or AddCell(Image) methods
Public Properties Public Methods
Public Methods
Public Properties
Creates a new container cell object that implements the IContainerCell interface and adds it to the internal collection of objects. Syntax Return Value An object that implements the IContainerCell interface.
Creates a new image cell object that implements the IImageCell interface and adds it to the internal collection of objects. Syntax Parameters image A Infragistics.Documents.Reports.Graphics.Image object that represents the reference to native image. Return Value An object that implements the IImageCell interface.
Creates a new text cell object that implements the ITextCell interface and adds it to the internal collection of objects. Syntax Parameters text Text content. Return Value An object that implements the ITextCell interface.
Creates a new container cell object that implements the IContainerCell interface and adds it to the internal collection of objects. Overload List
Gets or sets the height of the footer. Syntax Remarks The Height class is abstract, meaning that a new instance cannot be created. Additionally, this abstract class does not have any properties aside from Infragistics.Documents.Reports.Report.Height.Type. When accessing this property, the returned object should be...
Gets or sets a boolean value indicating whether to repeat the footer. Syntax