Describes how the width of a column in a RenderTable can be adjusted if required by adjustments to the width of the containing table.

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

Syntax

C#
public enum StretchColumnEnum
Visual Basic
Public Enumeration StretchColumnEnum

Members

Member nameDescription
Default The behavior depends on the StretchColumns property of the containing RenderTable.
Yes The column can be stretched as needed.
No The column cannot be stretched.
IfLastOnPage The column can be stretched if it is the last row on the page.

See Also