Compartir a través de


Tablix Miembros

Represents a tablix, which is a flexible layout grid that has nested repeating column groups and row groups.

El tipo Tablix expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico Tablix() () () () Creates a new instance of the Tablix class.
Método publico Tablix(IPropertyStore) Creates a new instance of the Tablix class.

Principio

Métodos

  Nombre Descripción
Método publico DeepClone Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetAncestor< (Of < <' (T> ) > > ) The ancestor of this report object. (Se hereda de ReportObject).
Método publico GetContainingDataScopes The containing data scopes. (Se hereda de ReportObject).
Método protegido GetDataScopesForDefaultImpl Infraestructura. (Se hereda de ReportObject).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico Initialize Initializes an instance of the Tablix class. (Invalida DataRegion. . :: . .Initialize() () () ().)
Método protegido InitializeForDesigner Infraestructura. (Se hereda de ReportItem).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido OnChildPropertyChanged Infraestructura. (Se hereda de ReportObject).
Método protegido OnPropertyChanged Infraestructura. (Se hereda de ReportObject).
Método protegido SavePropertyValue< (Of < <' (T> ) > > ) Infraestructura. (Se hereda de ReportObject).
Método publico ToString (Se hereda de Object).
Método protegido WrapPropertyStore Infraestructura. (Se hereda de ReportObject).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Actions that are associated with the ReportItem (Se hereda de ReportItem).
Propiedad pública AllDynamicMembers Infraestructura.
Propiedad pública AllGroups Infraestructura. (Invalida DataRegion. . :: . .AllGroups.)
Propiedad pública Bookmark A bookmark that can be linked to by using a Bookmark action. (Se hereda de ReportItem).
Propiedad pública ContainedReportItems Infraestructura. (Invalida ReportItem. . :: . .ContainedReportItems.)
Propiedad pública CustomProperties Custom information to be handed to the report rendering component. (Se hereda de ReportItem).
Propiedad pública DataElementName The name to use for the data element/attribute for this report item. (Se hereda de ReportItem).
Propiedad pública DataElementOutput Indicates whether the item should appear in a data rendering. (Se hereda de ReportItem).
Propiedad pública DataSetName Indicates which data set to use for this data region. (Se hereda de DataRegion).
Propiedad pública DocumentMapLabel A label to identify an instance of a report item within the client UI, This provides a user-friendly label for searching. (Se hereda de ReportItem).
Propiedad pública DocumentMapLabelLocID The unique identifier for the DocumentMapLabel property. (Se hereda de ReportItem).
Propiedad pública Filters Filters to apply to each row of data in the data region. (Se hereda de DataRegion).
Propiedad pública FixedColumnHeaders Indicates the column headers should be displayed on the page even when the user scrolls part of the Tablix off the page.
Propiedad pública FixedRowHeaders Indicates the row headers should be displayed on the page even when the user scrolls part of the Tablix off the page.
Propiedad pública 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).
Propiedad pública Height Height of the item. (Se hereda de ReportItem).
Propiedad pública IsFragment Infraestructura.
Propiedad pública KeepTogether Indicates whether all sections of the data region are kept together on one page, if possible. (Se hereda de DataRegion).
Propiedad pública LayoutDirection Indicates the overall direction of the tablix layout.
Propiedad pública Left The distance of the item from the left of the containing object (Se hereda de ReportItem).
Propiedad pública Name The name of the report item. (Se hereda de ReportItem).
Propiedad pública NoRowsMessage Message to display in the data region when it contains no rows. (Se hereda de DataRegion).
Propiedad pública 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.
Propiedad pública PageBreak Defines the page break behavior for the data region (Se hereda de DataRegion).
Propiedad pública Parent The parent of this report object. (Se hereda de ReportObjectBase).
Propiedad pública PropertyStore The property store. (Se hereda de ReportObjectBase).
Propiedad pública RepeatColumnHeaders Indicates the column headers should be repeated on each page on which a portion of the Tablix appears.
Propiedad pública RepeatRowHeaders Indicates the column headers should be repeated on each page on which a portion of the Tablix appears.
Propiedad pública RepeatWith The name of a data region that this report item should be repeated with if that data region spans multiple pages. (Se hereda de ReportItem).
Propiedad pública Site Infraestructura. (Se hereda de ReportObject).
Propiedad pública SortExpressions The expressions by which to sort the rows of data in the data region. (Se hereda de DataRegion).
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de ReportElement).
Propiedad pública TablixBody The bottom right region that contains the data elements of the Tablix.
Propiedad pública TablixColumnHierarchy The hierarchy of column members for the Tablix.
Propiedad pública TablixCorner The region that contains the elements of the upper left corner area of the Tablix.
Propiedad pública TablixRowHierarchy The hierarchy of row members for the Tablix.
Propiedad pública ToolTip A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports (Se hereda de ReportItem).
Propiedad pública ToolTipLocID The unique identifier for the ToolTip property. (Se hereda de ReportItem).
Propiedad pública Top The distance of the item from the top of the containing object (Se hereda de ReportItem).
Propiedad pública Visibility Gets the current visibility state of this report object. (Se hereda de ReportItem).
Propiedad pública Width Width of the item. Negative sizes allowed only for lines. (Se hereda de ReportItem).
Propiedad pública ZIndex Drawing order of the report item within the containing object. Items that have lower indexes should be drawn first, and appear behind items that have higher indexes. (Se hereda de ReportItem).

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable. . :: . .Dispose (Se hereda de ReportObject).
Implementación de interfaces explícitasEvento privado IComponent. . :: . .Disposed (Se hereda de ReportObject).
Implementación de interfaces explícitasPropiedad privada IDataScope. . :: . .Group (Se hereda de DataRegion).
Implementación de interfaces explícitasMétodo privado IDataScopeService. . :: . .GetDataScopesFor (Se hereda de DataRegion).

Principio