Gets or sets a value indicating when a page break should be applied.
'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.
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