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

  Name Description
ms163530.pubproperty(en-US,SQL.90).gif HasToggle Overridden. Indicates the report definition defines a toggle item for this object.
ms163530.pubproperty(en-US,SQL.90).gif 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)
ms163530.pubproperty(en-US,SQL.90).gif Hidden Overridden. Gets a value that indicates whether the report item is hidden.
ms163530.pubproperty(en-US,SQL.90).gif ID  Gets the identifier for the table row item. (inherited from TableRow)
ms163530.pubproperty(en-US,SQL.90).gif IsToggleChild Overridden. Indicates whether this report item can be rendered visible or invisible through the control of another report item.
ms163530.pubproperty(en-US,SQL.90).gif SharedHidden Overridden. Gets a SharedHiddenState enumeration indicating the hidden property of the group.
ms163530.pubproperty(en-US,SQL.90).gif SharedRenderingInfo  Contains data for use in future rendering extensions. This data will be shared across every instance of this report item. (inherited from TableRow)
ms163530.pubproperty(en-US,SQL.90).gif TableCellCollection  Contains a collection of the cells in a row in the table data region. (inherited from TableRow)
ms163530.pubproperty(en-US,SQL.90).gif ToggleItem Overridden.  
ms163530.pubproperty(en-US,SQL.90).gif ToggleParent Overridden. Gets the report item that controls toggling for the current report item.
ms163530.pubproperty(en-US,SQL.90).gif UniqueName  Gets a name that uniquely identifies this row across the entire report. (inherited from TableRow)

Top

Public Methods

(see also Protected Methods )

  Name Description
ms163530.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms163530.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms163530.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms163530.pubmethod(en-US,SQL.90).gifms163530.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms163530.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms163530.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms163530.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

TableDetailRow Class
Microsoft.ReportingServices.ReportRendering Namespace