ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Style Class / MinOrphanLines Property

In This Topic
    MinOrphanLines Property
    In This Topic
    Gets or sets the minimum number of orphan text lines allowed on a page before or after a page break.
    Syntax
    'Declaration
     
    Public Property MinOrphanLines As System.Integer
    public System.int MinOrphanLines {get; set;}
    Remarks
    This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

    The default is 0.

    See Also