[]
Gets or sets a value indicating whether a page break occurs immediately before the container begins.
public bool PageBreakAtStart { 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.PageBreakAtStart = true;