Lenguaje

DataValueCollection Clase

Definición

Representa una colección de DataValue objetos.

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

Propiedades

Nombre Description
Count

Obtiene el número de elementos que integran la colección.

Item[Int32]

Obtiene el elemento en el índice especificado.

Item[String]

Obtiene el artículo que tiene el nombre especificado.

Métodos

Nombre Description
GetEnumerator()

Obtiene el enumerador para este ReportElementCollectionBase<T>.

(Heredado de ReportElementCollectionBase<T>)

Implementaciones de interfaz explícitas

Nombre Description
IEnumerable.GetEnumerator()

Obtiene el enumerador que itera a través de la colección.

(Heredado de ReportElementCollectionBase<T>)

Se aplica a