RepeaterGroupWrappingLimit Property |
Gets or sets the number of times to display the body before wrapping.
If set to this is automatically determined.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public int WrappingLimit { get; set; }
Public Property WrappingLimit As Integer
Get
Set
public:
property int WrappingLimit {
int get ();
void set (int value);
}
member WrappingLimit : int with get, set
Property Value
Type:
Int32Remarks
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