CustomPropertyCollection Class
Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.ReportRendering.CustomPropertyCollection
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class CustomPropertyCollection
'Usage
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection
public ref class CustomPropertyCollection sealed
[<SealedAttribute>]
type CustomPropertyCollection = class end
public final class CustomPropertyCollection
The CustomPropertyCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
CustomPropertyCollection | Initializes a new instance of the CustomPropertyCollection class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
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. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
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 | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Remarks
A CustomPropertyCollection object containing custom properties for a report, report item, or group.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)