[]
Gets or sets a value indicating whether a table should fill the space with empty rows to reach its FixedHeight. Applicable to FPL reports only.
[Obsolete("This property is obsolete. Use RepeatBlankRows instead.")]
public bool RepeatToFill { get; set; }
Type | Description |
---|---|
bool | A bool value indicating whether a table should fill the space with empty rows to reach its FixedHeight. |
This property is obsolete. Please, use RepeatBlankRows property instead.