Класс ReportParameterDefaultCollection

Represents a collection of report parameters. This class is referenced by the OverrideParameters property.

Иерархия наследования

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'ReportParameter> ) > ) >
    Microsoft.ReportingServices.SharePoint.UI.WebParts..::..ReportParameterDefaultCollection

Пространство имен:  Microsoft.ReportingServices.SharePoint.UI.WebParts
Сборка:  Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ReportParameterDefaultCollection _
    Inherits Collection(Of ReportParameter)
'Применение
Dim instance As ReportParameterDefaultCollection
[SerializableAttribute]
public class ReportParameterDefaultCollection : Collection<ReportParameter>
[SerializableAttribute]
public ref class ReportParameterDefaultCollection : public Collection<ReportParameter^>
[<SerializableAttribute>]
type ReportParameterDefaultCollection =  
    class
        inherit Collection<ReportParameter>
    end
public class ReportParameterDefaultCollection extends Collection<ReportParameter>

Тип ReportParameterDefaultCollection обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ReportParameterDefaultCollection Initializes a new instance of the ReportParameterDefaultCollection class.

В начало

Свойства

  Имя Описание
Открытое свойство Count (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Открытое свойство Item (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Защищенное свойство Items (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)

В начало

Методы

  Имя Описание
Открытый метод Add (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Открытый метод Clear (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Защищенный метод ClearItems Removes all report parameters from the collection. (Переопределяет Collection< (Of < ( <'T> ) > ) >. . :: . .ClearItems() () () ().)
Открытый метод Contains (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Открытый метод CopyTo (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetEnumerator (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод IndexOf (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Открытый метод Insert (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Защищенный метод InsertItem Inserts a report parameter into the collection at the specified index. (Переопределяет Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T).)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Remove (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Открытый метод RemoveAt (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Защищенный метод RemoveItem Removes the report parameter at the specified index of the collection. (Переопределяет Collection< (Of < ( <'T> ) > ) >. . :: . .RemoveItem(Int32).)
Защищенный метод SetItem Sets the report parameter at the specified index. (Переопределяет Collection< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T).)
Открытый метод ToString (Производный от Object.)

В начало

События

  Имя Описание
Открытое событие Change Occurs when something changes in the ReportParameterDefaultCollection object.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IList. . :: . .Add (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод IList. . :: . .Contains (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод ICollection. . :: . .CopyTo (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод IEnumerable. . :: . .GetEnumerator (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод IList. . :: . .IndexOf (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод IList. . :: . .Insert (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытое свойство IList. . :: . .IsFixedSize (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытое свойство ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытое свойство IList. . :: . .IsReadOnly (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытое свойство ICollection. . :: . .IsSynchronized (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытое свойство IList. . :: . .Item (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытый метод IList. . :: . .Remove (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)
Явная реализация интерфейсаЗакрытое свойство ICollection. . :: . .SyncRoot (Производный от Collection< (Of < ( <'ReportParameter> ) > ) >.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.