CustomPropertyCollection Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.
public ref class CustomPropertyCollection sealed
public sealed class CustomPropertyCollection
type CustomPropertyCollection = class
Public NotInheritable Class CustomPropertyCollection
- Inheritance
-
CustomPropertyCollection
A CustomPropertyCollection object containing custom properties for a report, report item, or group.
Custom |
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(Custom |
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. |
Toode | Versioonid |
---|---|
SQL Server .NET SDK | 2016 |