RepeaterGroupIsGroupShownOnOnePage 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.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsGroupShownOnOnePage { get; set; }Public Property IsGroupShownOnOnePage As Boolean
	Get
	Set
public:
property bool IsGroupShownOnOnePage {
	bool get ();
	void set (bool value);
}member IsGroupShownOnOnePage : bool with get, set
Property Value
Type: 
Boolean
See Also