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

Left Element (Report Items)

SQL Server 2000

Left Element (Report Items)

Indicates the distance of the item from the left edge of the containing item.

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

Characteristic Description
Data type and length String
Default value 0
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 Left 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 size for Left is 160 inches. The minimum size is 0 inches.

See Also

Report Definition XML Elements

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.