Describes how the height of a row in a RenderTable
can be adjusted if required by adjustments to the height of the
containing table.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum StretchRowEnum |
Visual Basic |
---|
Public Enumeration StretchRowEnum |
Members
Member name | Description | |
---|---|---|
Default | The behavior depends on the StretchRows property of the containing RenderTable. | |
Yes | The row can be stretched as needed. | |
No | The row cannot be stretched. | |
IfLastOnPage | The row can be stretched if it is the last row on the page. |