Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
A collection of ReportParameter objects. This class cannot be inherited.
Иерархия наследования
System.Object
System.Collections.Specialized.NameObjectCollectionBase
Microsoft.ReportingServices.ReportRendering.ReportParameterCollection
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class ReportParameterCollection _
Inherits NameObjectCollectionBase
'Применение
Dim instance As ReportParameterCollection
public sealed class ReportParameterCollection : NameObjectCollectionBase
public ref class ReportParameterCollection sealed : public NameObjectCollectionBase
[<SealedAttribute>]
type ReportParameterCollection =
class
inherit NameObjectCollectionBase
end
public final class ReportParameterCollection extends NameObjectCollectionBase
Тип ReportParameterCollection обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
AsNameValueCollection | Contains report parameters as a sorted collection of associated string keys and string values, which can be accessed using either the key or the index. |
![]() |
Count | (Производный от NameObjectCollectionBase.) |
![]() |
IsValid | Indicates whether all of the report parameters have been correctly specified. |
![]() |
Item[Int32] | Gets the parameter located in the collection at the position indicated by the index. In C#, this property is the indexer for the ReportParameterCollection class. |
![]() |
Item[String] | Gets the report parameter from the collection. The parameter retrieved is the parameter from the collection that matches the name specified in the name parameter. In C#, this property is the indexer for the ReportParameterCollection class. |
![]() |
Keys | (Производный от NameObjectCollectionBase.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
GetEnumerator | (Производный от NameObjectCollectionBase.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetObjectData | (Производный от NameObjectCollectionBase.) |
![]() |
GetType | (Производный от Object.) |
![]() |
OnDeserialization | (Производный от NameObjectCollectionBase.) |
![]() |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
| Имя | Описание | |
|---|---|---|
![]() ![]() |
ICollection.CopyTo | (Производный от NameObjectCollectionBase.) |
![]() ![]() |
ICollection.IsSynchronized | (Производный от NameObjectCollectionBase.) |
![]() ![]() |
ICollection.SyncRoot | (Производный от NameObjectCollectionBase.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.ReportRendering
.gif)
.gif)
.gif)
.gif)
.gif)