ActiveReports 18 .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
    Indicates this member is part of a static grouping. It will repeat for every instance of it's parent member.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property IsStatic As Boolean
    public abstract bool IsStatic {get;}
    See Also