[]
Represents a flexible layout grid with nested repeating column groups and row groups.
public interface ITablix : IDataRegion, IOverflowItem, ISectionRegion, IPageRegion, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem, IFixedSizeItem
Name | Description |
---|---|
BandLayoutOptions | Gets the band layout options. |
Body | Gets the bottom right region that contains the data of the tablix. |
BottomMargin | Gets the width of the bottom margin. |
CanScroll | Gets a value indicating whether the tablix will get scroll bars when the content size grows beyond the definition size of the tablix. |
ColumnHierarchy | Gets the column hierarchy for the tablix. |
Columns | Gets the number of columns in the tablix (equals the number of leaf-members in the column hierarchy). |
Corner | Gets the upper left corner area of the tablix. |
FixedColumnHeaders | Gets a value indicating whether the column headers should be displayed on the page even when the user scrolls part of the tablix off the page. |
FixedRowHeaders | Gets a value indicating whether the row headers should be displayed on the page even when the user scrolls part of the tablix off the page. |
GroupsBeforeRowHeaders | Gets the number of instances of the leftmost outer column member that should appear to the left of the row headers (right of the row headers for RTL tablixes). |
HideStaticsIfNoRows | Gets a value indicating whether all static members in the tablix without dynamic descendants or dynamic ancestors have HideIfNoRows set to true. |
LayoutDirection | Gets the overall direction of the tablix layout. |
LeftMargin | Gets the width of the left margin. |
OmitBorderOnPageBreak | Gets a value indicating whether the borders should not appear at locations where the tablix spans multiple pages. Also causes repeated background images to continue rather than restart after a page break. |
RepeatColumnHeaders | Gets a value indicating whether the column headers should be repeated on each page on which a portion of the tablix appears. |
RepeatRowHeaders | Gets a value indicating whether the row headers should be repeated on each page on which a portion of the tablix appears. |
RepeatToFill | Gets a value indicating whether the Tablix should fill the space with empty rows to reach its FixedHeight. Applicable to FPL reports only. |
RightMargin | Gets the width of the right margin. |
RowHierarchy | Gets the row hierarchy of the tablix. |
Rows | Gets the number of rows in the tablix (equals the number of leaf-members in the row hierarchy). |
TopMargin | Gets the width of the top margin. |