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

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>

Characteristic Description

Data type and length

None

Default value

None

Cardinality

0-n: Optional element that can occur once or more.

Attribute Type Description

Name

String

Name of the rectangle.

Page breaks on rectangles are ignored if the rectangle contains no child report items.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.