CustomPropertyCollection-Klasse
Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.
Vererbungshierarchie
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
Der CustomPropertyCollection-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
CustomPropertyCollection | Initializes a new instance of the CustomPropertyCollection class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
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 | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
A CustomPropertyCollection object containing custom properties for a report, report item, or group.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.