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

In This Topic
    Body Property (ITablix)
    In This Topic
    Gets the bottom right region that contains the data of the tablix.
    Syntax
    'Declaration
     
    ReadOnly Property Body As ITablixBody
    ITablixBody Body {get;}

    Property Value

    An ITablixBody instance representing the bottom right region that contains the data of the tablix.
    See Also