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

PageBreakAtStart Element (RDL)

SQL Server 2005

Indicates that the rendering extension should insert a page break at the beginning of the item.


<<A HREF="_rs1_rdl_rectangle_element.htm">Rectangle</A> Name="..."> <!-- or List, Matrix, Table, Chart, Grouping -->
       ...
        <PageBreakAtStart>...</PageBreakAtStart>
       ...
</Rectangle> <!-- or /List, /Matrix, /Table, /Chart, /Grouping -->

Characteristic Description

Data type and length

Boolean

Default value

False

Cardinality

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

Relationship Element

Parent elements

Grouping, List, Matrix, Chart, Rectangle, Table

Child element

None

Page breaks in lists are ignored if the list contains no report items. Page breaks in table groups are ignored if the group or subgroups contain no header or footer, or if the table contains no details rows.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.