[]
Gets or sets a value indicating whether a page break occurs immediately after the container ends.
public bool PageBreakAtEnd { get; set; }
Type | Description |
---|---|
bool | A bool value where |
Page breaks are ignored if the container contains no report items.
Container container = new Container();
container.PageBreakAtEnd = true;