ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixMember Interface
Properties

In This Topic
    ITablixMember Interface Members
    In This Topic

    The following tables list the members exposed by ITablixMember.

    Public Properties
     NameDescription
     PropertyGets the children of this tablix member.  
     PropertyGets the name of the data element.  
     PropertyGets a value that indicates whether this tablix member should be included in the rendered output.  
     PropertySpecifies where the layout should continue.  
     PropertyIndicates whether the tablix member should be kept in the viewing window when the user scrolls the page.  
     PropertyIndicates whether to hide this tablix member when it contains no rows.  
     PropertyIndicates that the member can't be hidden by toggle  
     PropertyIndicates whether the member is a collection.  
     PropertyIndicates whether this tablix member is a member of the column (as opposed to row) hierarchy.  
     PropertyIndicates that the member has been added for interactivity.  
     PropertyIndicates whether the member is a static member.  
     PropertyIndicates that the member must be zero span when layout.  
     PropertyIndicates that the data region (all repeated sections) is kept together on one page if possible.  
     PropertyIndicates whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible.  
     PropertyGets the cell index for this data region member.  
     PropertyDefines page breaking options.  
     PropertyIndicates that these rows should be printed at bottom of the page.  
     PropertyIndicates whether members should be rendered or not.  
     PropertyIndicates whether a static tablix member should be repeated on every page whenever a visible dynamic member sibling with the corresponding KeepWithGroup or its children appear on that page.  
     PropertyGets the header cell of the tablix member.  
    Top
    See Also