Enum FillEmptySpace
Specifies how to fill empty space after a table item.
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public enum FillEmptySpace
Fields
| Name | Description |
|---|---|
| FillByMultipleRow | Fill empty space using multiple detail rows, based on group cell height. |
| FillBySingleRow | Fill empty space using a single (last) row that expands to cover the remaining area. |
| None | Do not fill empty space. |