Класс CustomPropertyCollection
Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.
Иерархия наследования
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..CustomPropertyCollection
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class CustomPropertyCollection
'Применение
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection
public ref class CustomPropertyCollection sealed
[<SealedAttribute>]
type CustomPropertyCollection = class end
public final class CustomPropertyCollection
Тип CustomPropertyCollection обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
CustomPropertyCollection | Initializes a new instance of the CustomPropertyCollection class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Count | Gets the number of custom properties in the collection. |
![]() |
Item[ ( [ ( Int32] ) ] ) | Gets a custom property at a specified index. |
![]() |
Item[ ( [ ( String] ) ] ) | Returns a named custom property from the collection. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Add(CustomProperty) | Adds a custom property to the collection. |
![]() |
Add(String, Object) | Creates a custom property with a name and value and adds it to the collection. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
A CustomPropertyCollection object containing custom properties for a report, report item, or group.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)