Partager via


Membres Tablix

Represents a tablix. This is is a flexible layout grid with nested repeating column groups and row groups.

Le type Tablix expose les membres suivants.

Méthodes

  Nom Description
Méthode publique CreateCustomProperty Creates a new custom property and adds it to the custom properties collection of the report item.Used in custom report items. (Hérité de ReportItem.)
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetRepeatSiblings (Hérité de DataRegion.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_bookmark Infrastructure. (Hérité de ReportItem.)
Champ protégé m_cachedHeight Infrastructure. (Hérité de ReportItem.)
Champ protégé m_cachedWidth Infrastructure. (Hérité de ReportItem.)
Champ protégé m_definitionPath Infrastructure. (Hérité de ReportItem.)
Champ protégé m_documentMapLabel Infrastructure. (Hérité de ReportItem.)
Champ protégé m_instance Infrastructure. (Hérité de ReportItem.)
Champ protégé m_inSubtotal Infrastructure. (Hérité de ReportItem.)
Champ protégé m_isListContentsRectangle Infrastructure. (Hérité de ReportItem.)
Champ protégé m_isOldSnapshot Infrastructure. (Hérité de ReportElement.)
Champ protégé m_parentDefinitionPath Infrastructure. (Hérité de ReportElement.)
Champ protégé m_startHidden Infrastructure. (Hérité de ReportItem.)
Champ protégé m_style Infrastructure. (Hérité de ReportElement.)
Champ protégé m_toolTip Infrastructure. (Hérité de ReportItem.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Body Gets the bottom right region that contains the data of the tablix.
Propriété publique Bookmark A bookmark that can be linked to via a bookmark action (Hérité de ReportItem.)
Propriété publique ColumnHierarchy Gets the data hierarchy for the tablix.
Propriété publique Columns Number of columns in the tablix (equals the number of leaf-members in the column hierarchy).
Propriété publique Corner Gets the upper left corner area of the tablix.
Propriété publique CustomProperties Custom information to be handed to the report rendering component (Hérité de ReportItem.)
Propriété publique DataElementName The name to use for the data element/attribute for this report item. (Hérité de ReportItem.)
Propriété publique DataElementOutput Gets a value that indicates whether the data in the tablix should be rendered. (Se substitue à ReportItem. . :: . .DataElementOutput.)
Propriété publique DataSetName Indicates which data set to use for this data region. (Hérité de DataRegion.)
Propriété publique DefinitionPath Gets the path to this report definition object in the report definition. (Hérité de ReportItem.)
Propriété publique DocumentMapLabel A label to identify an instance of a report item within the client UI (to provide a user-friendly label for searching) (Hérité de ReportItem.)
Propriété publique FixedColumnHeaders Indicates the column headers should be displayed on the page even when the user scrolls part of the tablix off the page.
Propriété publique FixedRowHeaders Indicates the row headers should be displayed on the page even when the user scrolls part of the tablix off the page.
Propriété publique GroupsBeforeRowHeaders 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)
Propriété publique Height Gets the height of the tablix. (Se substitue à ReportItem. . :: . .Height.)
Propriété publique HideStaticsIfNoRows Indicates all static members in the tablix without dynamic descendents or dynamic ancestors have HideIfNoRows = True.
Propriété publique ID Gets the unique identifier for this report definition object. (Hérité de ReportItem.)
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object. (Hérité de ReportItem.)
Propriété publique KeepTogether Indicates the entire tablix (all repeated sections) should be kept together on one page if possible.
Propriété publique LayoutDirection Indicates the overall direction of the tablix layout.
Propriété publique Left The distance of the item from the left of the containing object (Hérité de ReportItem.)
Propriété publique LinkToChild Gets the index of the report item that should be linked to, using the document map, instead of the current item. (Hérité de ReportItem.)
Propriété publique Name Description (Hérité de ReportItem.)
Propriété publique NoRowsMessage Message to display in the data region when it contains no rows. (Hérité de DataRegion.)
Propriété publique OmitBorderOnPageBreak Indicates 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.
Propriété publique PageBreak Defines the page break behavior for the data region. (Hérité de DataRegion.)
Propriété publique ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Hérité de ReportElement.)
Propriété publique RepeatColumnHeaders Indicates the column headers should be repeated on each page on which a portion of the tablix appears.
Propriété publique RepeatedSibling Indicates this report item has a RepeatWith property (Hérité de ReportItem.)
Propriété publique RepeatRowHeaders Indicates the column headers should be repeated on each page on which a portion of the tablix appears.
Propriété publique RepeatWith The name of a data region that this report item should be repeated with if that data region spans multiple pages. (Hérité de ReportItem.)
Propriété publique RowHierarchy Gets the row hierarchy of the tablix.
Propriété publique Rows Number of rows in the tablix (equals the number of leaf-members in the row hierarchy).
Propriété publique Style Gets the style properties of this report definition object. (Hérité de ReportItem.)
Propriété publique ToolTip A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports (Hérité de ReportItem.)
Propriété publique Top The distance of the item from the top of the containing object (Hérité de ReportItem.)
Propriété publique Visibility Gets the current visibility state of this report object. (Hérité de DataRegion.)
Propriété publique Width Gets the width of the tablix. (Se substitue à ReportItem. . :: . .Width.)
Propriété publique ZIndex Drawing order of the report item within the containing object. Items with lower indices should be drawn first (appearing behind items with higher indices). (Hérité de ReportItem.)

Haut de la page