RepeaterGroupDataWrappingLimit Property |
Gets or sets the number of times to display the body before wrapping.
If set to this is automatically determined.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "wrappingLimit", EmitDefaultValue = false)]
public int WrappingLimit { get; set; }
<DataMemberAttribute(Name := "wrappingLimit", EmitDefaultValue := false)>
Public Property WrappingLimit As Integer
Get
Set
public:
[DataMemberAttribute(Name = L"wrappingLimit", EmitDefaultValue = false)]
property int WrappingLimit {
int get ();
void set (int value);
}
[<DataMemberAttribute(Name = "wrappingLimit", EmitDefaultValue = false)>]
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