TablixRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a tablix row with a list of cells.
public ref class TablixRow abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TablixCell ^>
public abstract class TablixRow : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TablixCell>
type TablixRow = class
inherit ReportElementCollectionBase<TablixCell>
Public MustInherit Class TablixRow
Inherits ReportElementCollectionBase(Of TablixCell)
- Inheritance
Fields
m_owner |
A Tablix object that represents the owner of this row. |
m_rowIndex |
An |
Properties
Count |
Gets the number of items in the collection. (Inherited from ReportElementCollectionBase<T>) |
Height |
Gets the height of each cell in this row. |
Item[Int32] |
Gets the item at the specified index. (Inherited from ReportElementCollectionBase<T>) |
Methods
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. (Inherited from ReportElementCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. (Inherited from ReportElementCollectionBase<T>) |