ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class
Properties Methods Events

In This Topic
    TablixMember Class Members
    In This Topic

    The following tables list the members exposed by TablixMember.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new instance of the TablixMember class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the ReportComponentCollection containing all the components hosted in the control.  
    Public PropertyGets a CustomPropertyDefinitionCollection of custom properties for the member.  
    Public PropertyGets or sets the name of the data element.  
    Public PropertyGets or sets a value that indicates whether this tablix member should be included in the rendered output.  
    Public PropertyGets or sets a System.Boolean value that indicates whether the tablix member should be kept in the viewing window when the user scrolls the page.  
    Public PropertyGets or sets grouping, that defines the expressions by which to group the data. If omitted, this is a static member (otherwise, this is a dynamic member).  
    Public PropertyGets or sets a System.Boolean value that indicates whether to hide this tablix member when it contains no rows.  
    Public PropertyIndicates that the data region (all repeated sections) is kept together on one page if possible.  
    Public PropertyGets or sets a value that indicates whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible.  
    Public PropertyGets or sets a System.Boolean value that indicates 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.  
    Public PropertyGets the expressions by which to sort the group instances.  
    Public PropertyGets or sets the header cell of the tablix member.  
    Public PropertyGets the submembers that are contained within this member.  
    Public PropertyGets or set the current visibility state of this report object.  
    Top
    Public Methods
     NameDescription
    Public MethodValidates the information in each property of the TablixMember object.  
    Top
    See Also