Класс DataValueCollection
Represents a collection of DataValue objects.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<DataValue>
Microsoft.ReportingServices.OnDemandReportRendering.DataValueCollection
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class DataValueCollection _
Inherits ReportElementCollectionBase(Of DataValue)
'Применение
Dim instance As DataValueCollection
public sealed class DataValueCollection : ReportElementCollectionBase<DataValue>
public ref class DataValueCollection sealed : public ReportElementCollectionBase<DataValue^>
[<SealedAttribute>]
type DataValueCollection =
class
inherit ReportElementCollectionBase<DataValue>
end
public final class DataValueCollection extends ReportElementCollectionBase<DataValue>
Тип DataValueCollection обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of items in the collection. (Переопределяет ReportElementCollectionBase<T>.Count.) | |
Item[Int32] | Gets the item at the specified index. (Переопределяет ReportElementCollectionBase<T>.Item[Int32].) | |
Item[String] | Gets the item that has the specified name. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. (Производный от ReportElementCollectionBase<T>.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
IEnumerable.GetEnumerator | Инфраструктура. Gets the enumerator that iterates through the collection. (Производный от ReportElementCollectionBase<T>.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering