ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixMember Interface / IsStatic Property

In This Topic
    IsStatic Property (ITablixMember)
    In This Topic
    Gets a value indicating whether the member is a static member.
    Syntax
    'Declaration
     
    ReadOnly Property IsStatic As Boolean
    bool IsStatic {get;}

    Property Value

    A System.Boolean value indicating whether the member is a static member.
    See Also