2.23.15 Tablix.GroupsBeforeRowHeaders

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The Tablix.GroupsBeforeRowHeaders element specifies the count of dynamic member columns of the first Tablix column group to render before the tablix row header. This element is optional and MUST NOT be specified more than once.

If the Tablix.GroupsBeforeRowHeaders element is specified, its value MUST be an UnsignedInt. If this element is specified, its value MUST be greater than or equal to 0 and less than or equal to 2147483647.

If the Tablix.LayoutDirection element value is "LTR", the Tablix.GroupsBeforeRowHeaders element specifies the number of instances of the first tablix column member to appear to the left of the tablix row headers.

If the Tablix.LayoutDirection element value is "RTL", the Tablix.GroupsBeforeRowHeaders element specifies the number of instances of the first tablix column member to appear to the right of the tablix row headers.

If the first tablix column member is a static member, the value of the Tablix.GroupsBeforeRowHeaders element is interpreted as 0. If the first tablix column member has a child TablixMember.FixedData element whose value is true, the value of the Tablix.GroupsBeforeRowHeaders element MUST be 0.

If the Tablix.GroupsBeforeRowHeaders element is not specified, its value is interpreted as 0.

If the Tablix.BandLayoutOptions element is specified, the Tablix.GroupsBeforeRowHeaders element is ignored.

Following is the parent element of the Tablix.GroupsBeforeRowHeaders element.

Parent elements

Tablix

The following is the XML Schema definition of the Tablix.GroupsBeforeRowHeaders element.

 <xsd:element name="GroupsBeforeRowHeaders" type="xsd:unsignedInt" minOccurs="0" />