RepeaterGroupDataIsGroupShownOnOnePage Property |
Gets or sets a value indicating whether the group is shown entirely within the same
page, starting on a new page if necessary. This setting has no effect if the group
is larger than one page.
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 = "isGroupShownOnOnePage", EmitDefaultValue = false)]
public bool IsGroupShownOnOnePage { get; set; }
<DataMemberAttribute(Name := "isGroupShownOnOnePage", EmitDefaultValue := false)>
Public Property IsGroupShownOnOnePage As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isGroupShownOnOnePage", EmitDefaultValue = false)]
property bool IsGroupShownOnOnePage {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isGroupShownOnOnePage", EmitDefaultValue = false)>]
member IsGroupShownOnOnePage : bool with get, set
Property Value
Type:
BooleanSee Also