Version

Search Results

IQuickTableDivider Interface

Represents a table divider. Syntax Remarks A divider will only be rendered when the content exceeds the limit of what can be shown on a single page. This class is meant to be used as a visual cue in the logical flow of the content.

IQuickTableDivider Interface Members

Public Properties Public Methods

AddCell() Method

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.

AddCell(Image) Method

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.

AddCell(String) Method

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.

AddCell Method (IQuickTableDivider)

Creates a new container cell object that implements the IContainerCell interface and adds it to the internal collection of objects. Overload List

Height Property (IQuickTableDivider)

Gets or sets the height of the divider. 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 b...

Inner Property (IQuickTableDivider)

Gets or sets a boolean value indicating whether this element is placed inside the content before the footer. Syntax