[]
Represents a member in a tablix hierarchy.
public interface ITablixMember : IToggleReceiver, ISectionRegion, IDocumentMapItem
| Name | Description |
|---|---|
| Children | Gets the children of this tablix member. |
| DataElementName | Gets the name of the data element. |
| DataElementOutput | Gets a value that indicates whether this tablix member should be included in the rendered output. |
| EndSection | Gets the section where the layout should continue. |
| FixedData | Gets a value indicating whether the tablix member should be kept in the viewing window when the user scrolls the page. |
| HideIfNoRows | Gets a value indicating whether to hide this tablix member when it contains no rows. |
| IsAlwaysVisible | Gets a value indicating that the member cannot be hidden by toggle. |
| IsCollection | Gets a value indicating whether the member is a collection. |
| IsColumn | Gets a value indicating whether this tablix member is a member of the column (as opposed to row) hierarchy. |
| IsExtraTotal | Gets a value indicating that the member has been added for interactivity. |
| IsStatic | Gets a value indicating whether the member is a static member. |
| IsZeroSpan | Gets a value indicating that the member must be zero span when layout. |
| KeepTogether | Gets a value indicating whether the data region (all repeated sections) is kept together on one page if possible. |
| KeepWithGroup | Gets a value indicating whether a static tablix member should be kept on the page with the previous or next non-hidden sibling, if possible. |
| MemberCellIndex | Gets the cell index for this data region member. |
| PageBreak | Gets the page breaking options. |
| PrintFooterAtBottom | Gets a value indicating that these rows should be printed at the bottom of the page. |
| RenderMembers | Gets a value indicating whether members should be rendered or not. |
| RepeatOnNewPage | Gets a value indicating 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. |
| TablixHeader | Gets the header cell of the tablix member. |