TableRow Members

Represents a single row of a table.

The following tables list the members exposed by the TableRow type.

Public Properties

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

Top

Public Methods

(see also Protected Methods )

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

Top

Protected Methods

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

Top

See Also

Reference

TableRow Class
Microsoft.ReportingServices.ReportRendering Namespace