ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataMember Class / IsStatic Property

In This Topic
    IsStatic Property (DataMember)
    In This Topic
    Gets a value indicating whether this member is part of a static grouping that repeats for every instance of its parent member.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property IsStatic As Boolean
    public abstract bool IsStatic {get;}

    Property Value

    true if this member is static; otherwise, false.
    See Also