Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)