[]
Gets or sets a maximum height of the data region per page.
public Length FixedHeight { get; set; }
Type | Description |
---|---|
Length | A Length value indicating the maximum height of the data region per page. If undefined, uses Height. |
dataRegion.FixedHeight = "11in";