Expand Minimize
This topic has not yet been rated - Rate this topic

TopMargin Element (RDL)

SQL Server 2005

Specifies the width of the top margin of the report.


<Report>
       ...
       <TopMargin>...</TopMargin>
       ...
</Report>

Characteristic Description

Data type and length

String

Default value

0 in

Cardinality

0-1: Optional element that can occur once or not at all.

Relationship Element

Parent element

Report

Child element

None

The string for the TopMargin 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 "CSS Length Units Reference" at msdn.microsoft.com.

The maximum value for TopMargin is 160in. The minimum value is 0in.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.