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

In This Topic
    MaxDetailsPerPage Property
    In This Topic
    The maximum number of rows which can be in the details group on the page. 0, null, or empty value are interpreted as 'no limit' which is default value.
    Syntax
    'Declaration
     
    Public Property MaxDetailsPerPage As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo MaxDetailsPerPage {get; set;}
    See Also