TableDetailRow Members
Represents a single row in a detail table. This class cannot be inherited.
The following tables list the members exposed by the TableDetailRow type.
Public Properties
Nom | Description | |
---|---|---|
HasToggle | Overridden. Indicates the report definition defines a toggle item for this object. | |
Height | Gets the height of the row on the report, including a unit designator such as cm, mm, in, pt, or pc. (inherited from TableRow) | |
Hidden | Overridden. Gets a value that indicates whether the report item is hidden. | |
ID | Gets the identifier for the table row item. (inherited from TableRow) | |
IsToggleChild | Overridden. Indicates whether this report item can be rendered visible or invisible through the control of another report item. | |
SharedHidden | Overridden. Gets a SharedHiddenState enumeration indicating the hidden property of the group. | |
SharedRenderingInfo | Contains data for use in future rendering extensions. This data will be shared across every instance of this report item. (inherited from TableRow) | |
TableCellCollection | Contains a collection of the cells in a row in the table data region. (inherited from TableRow) | |
ToggleItem | Overridden. | |
ToggleParent | Overridden. Gets the report item that controls toggling for the current report item. | |
UniqueName | Gets a name that uniquely identifies this row across the entire report. (inherited from TableRow) |
Haut de la page
Public Methods
(see also Protected Methods )
Nom | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Haut de la page
Protected Methods
Nom | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Haut de la page
Voir aussi
Référence
TableDetailRow Class
Microsoft.ReportingServices.ReportRendering Namespace