Top Element (Report Items) (RDL)

Indicates the distance of the item from the top of the containing item.

Syntax

<Textbox Name="..."> <!-- or Line, Rectangle, Image, Subreport, List, Matrix, Table, Chart, CustomReportItem -->
       ...
        <Top>...</Top>
       ...
</Textbox> <!-- or /Line, /Rectangle, /Image, /Subreport, /List, /Matrix, /Table, /Chart, /CustomReportItem -->

Element Characteristics

Characteristic Description

Data type and length

String

Default value

0in

Cardinality

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

Element Relationships

Relationship Element

Parent elements

Chart, CustomReportItem, Image, Line, List, Matrix, Rectangle, Subreport, Table, Textbox

Child element

None

Remarks

The string for the Top 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 Top is 160in. The minimum value is 0in.

See Also

Reference

Report Definition XML Elements

Help and Information

Getting SQL Server 2005 Assistance