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