DataValueCollection Class

Definition

Represents a collection of DataValue objects.

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

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

Item[String]

Gets the item that has the specified name.

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