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

In This Topic
    IsColumn Property
    In This Topic
    Gets a value indicating whether this tablix member is a member of the column (as opposed to row) hierarchy.
    Syntax
    'Declaration
     
    ReadOnly Property IsColumn As Boolean
    bool IsColumn {get;}

    Property Value

    A System.Boolean value indicating whether this tablix member is a member of the column hierarchy.
    See Also