BottomMargin Element
SQL Server 2000
BottomMargin Element
Specifies the width of the bottom margin of the report.
<Report> ... <BottomMargin>...</BottomMargin> ... </Report>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data type and length | String |
| Default value | 0 in |
| Cardinality | 0-1: Optional element that can occur once or not at all |
Element Relationships
| Relationship | Element |
|---|---|
| Parent element | Report |
| Child element | None |
Remarks
The string for the BottomMargin element must contain a number (with a period character used as an optional decimal separator). The number must be followed by a designator for a CSS length unit such as cm, mm, in, pt, or pc. A space between the number and the designator is optional. For more information about size designators, see this Microsoft Web site.
The maximum value for BottomMargin is 160 in. The minimum value is 0 in.
