Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / RowReportStyle Class / PageBreak Property


In This Topic
    PageBreak Property (RowReportStyle)
    In This Topic
    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")>
    <EndUserBrowsableAttribute(False)>
    Public Property PageBreak As PageBreak
    'Usage
     
    Dim instance As RowReportStyle
    Dim value As PageBreak
     
    instance.PageBreak = value
     
    value = instance.PageBreak
    [Description("Indicates when a page break should be applied.")]
    [Category("Appearance")]
    [EndUserBrowsable(false)]
    public PageBreak PageBreak {get; set;}

    Property Value

    A PageBreak value representing when a page break should be applied. By default, DefaultPageBreak.
    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