ReportGroupIsWrapped Property |
Gets or sets a value indicating whether items are wrapped if the maximum width
is exceeded. This applicable when the orientation is horizontal.
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 bool IsWrapped { get; set; }
Public Property IsWrapped As Boolean
Get
Set
public:
property bool IsWrapped {
bool get ();
void set (bool value);
}
member IsWrapped : bool with get, set
Property Value
Type:
Boolean if the items are wrapped once
MaximumWidth is reached; otherwise,
.
Has no effect if
Orientation is vertical.
See Also