[]
Gets or sets a value indicating whether a data region is kept together on a single page where possible.
public bool KeepTogether { get; set; }
Type | Description |
---|---|
bool | A bool value where |
If the data region is larger than the body of the page, the property is ignored.
var reportItem = new Table();
reportItem.KeepTogether = true;