Class FillEmptySpace
Specifies how to fill empty space after a table item.
Inheritance
System.Object
FillEmptySpace
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public sealed class FillEmptySpace : Enum
Fields
FillByMultipleRow
Fill empty space using multiple detail rows, based on group cell height.
Declaration
public const FillEmptySpace FillByMultipleRow
Field Value
| Type | Description |
|---|---|
| FillEmptySpace |
FillBySingleRow
Fill empty space using a single (last) row that expands to cover the remaining area.
Declaration
public const FillEmptySpace FillBySingleRow
Field Value
| Type | Description |
|---|---|
| FillEmptySpace |
None
Do not fill empty space.
Declaration
public const FillEmptySpace None
Field Value
| Type | Description |
|---|---|
| FillEmptySpace |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |