Enumerates the modes of stretching the rows or columns of a RenderTable when filling an empty space below or on the right of the table.

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

Syntax

C#
public enum StretchTableEnum
Visual Basic
Public Enumeration StretchTableEnum

Members

Member nameDescription
None Rows or columns of a table do no stretch.
AllVectors All rows or columns of a table are stretched equally to fill the page.
AllColumns Obsolete. All columns of a table are stretched equally to fill the page.
LastVectorOnPage Only the last row or column on a page is stretched to fill it.
LastColumnOnPage Obsolete. Only the last column on a page is stretched to fill it.

See Also