Rectangle Element (RDL)
SQL Server 2005
Defines a rectangle to be drawn in the report.
<ReportItems> ... <Rectangle Name="..."> <Style>...</Style> <Top>...</Top> <Left>...</Left> <Height>...</Height> <Width>...</Width> <ZIndex>...</ZIndex> <Visibility>...</Visibility> <ToolTip>...</ToolTip> <Label>...</Label> <LinkToChild>...</LinkToChild> <Bookmark>...</Bookmark> <RepeatWith>...</RepeatWith> <Custom>...</Custom> <ReportItems>...</ReportItems> <PageBreakAtStart>...</PageBreakAtStart> <PageBreakAtEnd>...</PageBreakAtEnd> </Rectangle> ... </ReportItems>
| Relationship | Element |
|---|---|
|
Parent element | |
|
Child elements |
Bookmark, Custom, Height, Label, LinkToChild, Left, PageBreakAtEnd, PageBreakAtStart, RepeatWith, ReportItems, Style, ToolTip, Top, Visibility, Width, ZIndex |