ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class
Members

In This Topic
    TablixMember Class
    In This Topic
    Represents a member within the hierarchical structure of a tablix, defining how data is grouped, sorted and displayed.
    Object Model
    TablixMember Class
    Syntax
    'Declaration
     
    Public NotInheritable Class TablixMember 
       Inherits ReportComponent
       Implements IReportComponentIReportComponentContainerIScopeDefinitionIValidateable 
    Remarks
    The TablixMember class provides properties to define grouping expressions, sorting criteria, visibility settings, custom properties, and layout behaviors for children tablix members.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.TablixMember

    See Also