TablixCornerRowCollection Class

Definition

Represents a collection of TablixCornerRow objects.

public ref class TablixCornerRowCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TablixCornerRow ^>
public sealed class TablixCornerRowCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TablixCornerRow>
type TablixCornerRowCollection = class
    inherit ReportElementCollectionBase<TablixCornerRow>
Public NotInheritable Class TablixCornerRowCollection
Inherits ReportElementCollectionBase(Of TablixCornerRow)
Inheritance

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

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>)

Applies to