ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataGrouping Class / Static Property

In This Topic
    Static Property
    In This Topic
    Gets or sets a value indicating if this is a static grouping.
    Syntax
    'Declaration
     
    Public Property Static As Boolean
    public bool Static {get; set;}
    Remarks

    Must be true if any ancestor grouping is a detail grouping.

    See Also