Xceed Grid for WinForms v4.3 Documentation
PageBreak Property (GroupReportStyle)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Reporting Namespace > GroupReportStyle Class : PageBreak Property
Gets or sets a value indicating when a page break should be applied.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates when a page break should be applied.")>
<CategoryAttribute("Appearance")>
<EndUserGlobalBrowsableAttribute(False)>
<EndUserDisplayNameAttribute("Insert Page Breaks")>
Public Property PageBreak As PageBreak
'Usage
 
Dim instance As GroupReportStyle
Dim value As PageBreak
 
instance.PageBreak = value
 
value = instance.PageBreak
[Description("Indicates when a page break should be applied.")]
[Category("Appearance")]
[EndUserGlobalBrowsable(false)]
[EndUserDisplayName("Insert Page Breaks")]
public PageBreak PageBreak {get; set;}

Property Value

A PageBreak value representing when a page break should be applied. By default, DefaultPageBreak.
Remarks

The value of the PageBreak property will not be inherited from its parent in the case where it has not been explicitly set (non-ambient).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupReportStyle Class
GroupReportStyle Members