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

In This Topic
    MinVectorsBefore Property
    In This Topic
    Gets or sets the minimum number of rows or columns that must be printed on the same page before the current group, to allow a page break to be inserted.
    Syntax
    'Declaration
     
    Public Property MinVectorsBefore As System.Integer
    public System.int MinVectorsBefore {get; set;}
    See Also