Класс RdlCollection<T>
Represents an RDL collection.
Иерархия наследования
System.Object
System.Collections.ObjectModel.Collection<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollectionBase<T>
Microsoft.ReportingServices.RdlObjectModel.RdlCollection<T>
Microsoft.ReportingServices.RdlObjectModel.DataCell
Microsoft.ReportingServices.RdlObjectModel.DataRow
Microsoft.ReportingServices.RdlObjectModel.MetadataProperties
Microsoft.ReportingServices.RdlObjectModel.MetadataValues
Microsoft.ReportingServices.RdlObjectModel.TablixCornerRow
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Class RdlCollection(Of T) _
Inherits RdlCollectionBase(Of T)
'Применение
Dim instance As RdlCollection(Of T)
public class RdlCollection<T> : RdlCollectionBase<T>
generic<typename T>
public ref class RdlCollection : public RdlCollectionBase<T>
type RdlCollection<'T> =
class
inherit RdlCollectionBase<'T>
end
JScript не поддерживает стандартные типы и методы.
Параметры типа
- T
The type of the collection.
Тип RdlCollection<T> обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
RdlCollection<T>() | Initializes a new instance of the RdlCollection<T> class. |
![]() |
RdlCollection<T>(IEnumerable<T>) | Инфраструктура. Initializes a new instance of the RdlCollection<T> class. |
![]() |
RdlCollection<T>(IContainedObject) | Initializes a new instance of the RdlCollection<T> class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | (Производный от Collection<T>.) |
![]() |
Item | (Производный от Collection<T>.) |
![]() |
Items | (Производный от Collection<T>.) |
![]() |
Parent | Gets or sets the parent object. (Производный от RdlCollectionBase<T>.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Add | (Производный от Collection<T>.) |
![]() |
Clear | (Производный от Collection<T>.) |
![]() |
ClearItems | Инфраструктура. Removes all the items in the collection. (Переопределяет Collection<T>.ClearItems().) |
![]() |
Contains | (Производный от Collection<T>.) |
![]() |
CopyTo | (Производный от Collection<T>.) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetEnumerator | (Производный от Collection<T>.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
IndexOf | (Производный от Collection<T>.) |
![]() |
Insert | (Производный от Collection<T>.) |
![]() |
InsertItem | Инфраструктура. Inserts an item in the collection. (Переопределяет RdlCollectionBase<T>.InsertItem(Int32, T).) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
OnCollectionChanged | Инфраструктура. Raises the CollectionChanged event. |
![]() |
Remove | (Производный от Collection<T>.) |
![]() |
RemoveAt | (Производный от Collection<T>.) |
![]() |
RemoveItem | Инфраструктура. Removes an item from the collection. (Переопределяет Collection<T>.RemoveItem(Int32).) |
![]() |
SetItem | Инфраструктура. Replaces an item in the collection. (Переопределяет RdlCollectionBase<T>.SetItem(Int32, T).) |
![]() |
ToString | (Производный от Object.) |
В начало
События
Имя | Описание | |
---|---|---|
![]() |
CollectionChanged | Инфраструктура. Occurs when the collection has been changed. |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
![]() ![]() |
IList.Add | Инфраструктура. Adds an object to the end of the collection. (Производный от RdlCollectionBase<T>.) |
![]() ![]() |
IList.Item | Инфраструктура. Gets or sets the element at the specified index. (Производный от RdlCollectionBase<T>.) |
![]() ![]() |
IList.Contains | (Производный от Collection<T>.) |
![]() ![]() |
ICollection.CopyTo | (Производный от Collection<T>.) |
![]() ![]() |
IEnumerable.GetEnumerator | (Производный от Collection<T>.) |
![]() ![]() |
IList.IndexOf | (Производный от Collection<T>.) |
![]() ![]() |
IList.Insert | (Производный от Collection<T>.) |
![]() ![]() |
IList.IsFixedSize | (Производный от Collection<T>.) |
![]() ![]() |
ICollection<T>.IsReadOnly | (Производный от Collection<T>.) |
![]() ![]() |
IList.IsReadOnly | (Производный от Collection<T>.) |
![]() ![]() |
ICollection.IsSynchronized | (Производный от Collection<T>.) |
![]() ![]() |
IList.Remove | (Производный от Collection<T>.) |
![]() ![]() |
ICollection.SyncRoot | (Производный от Collection<T>.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel