Open this page in the API Guide

RepeaterGroupData.WrappingLimit Property

Gets or sets the number of times to display the body before wrapping. If set to null this is automatically determined.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "wrappingLimit", EmitDefaultValue = false)]
public int WrappingLimit { get; set; }

Property Value

Type: Int32
Remarks
This only applies for the small multiple when repeating along a single axis (i.e. rows or columns). If set to a positive integer N, the body will show N times before wrapping to a new column / row. If set to zero, this is automatically determined based on displayable area. If set to a negative number, no wrapping will ever occur.
See Also