2.8.1 Page.Columns
Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01
The Page.Columns element specifies the default number of columns used to render a Report in RDL 2008/01 or a ReportSection in RDL 2010/01 and RDL 2016/01. The Page.Columns element is optional. If this element is present, its value MUST be an Integer ([XMLSCHEMA2/2] section 3.3.17) that is greater than or equal to 1.<5> If this element is not present, its value is interpreted as 1.
Following is the parent element of the Page.Columns element.
Parent elements |
---|
The following is the XML Schema definition of the Page.Columns element.
-
<xsd:element name="Columns" type="xsd:int" minOccurs="0" />