TablixColumnCollection Class

Definition

Represents a collection of TablixColumn objects.

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

Properties

Name Description
Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

Methods

Name Description
GetEnumerator()

Gets the enumerator for this ReportElementCollectionBase<T>.

(Inherited from ReportElementCollectionBase<T>)

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Gets the enumerator that iterates through the collection.

(Inherited from ReportElementCollectionBase<T>)

Applies to