ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class / MaxDetailsPerPage Property

In This Topic
    MaxDetailsPerPage Property
    In This Topic
    Gets or sets a maximum number of rows which can be in the details group on the page.
    Syntax
    'Declaration
     
    Public Property MaxDetailsPerPage As ExpressionInfo
    public ExpressionInfo MaxDetailsPerPage {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the maximum number of rows in the details group on the page.
    Remarks
    0, null, or an empty value are interpreted as 'no limit', which is the default value.
    See Also