Freigeben über


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
Öffentliche Methode CustomPropertyCollection Initializes a new instance of the CustomPropertyCollection class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of custom properties in the collection.
Öffentliche Eigenschaft Item[Int32] Gets a custom property at a specified index.
Öffentliche Eigenschaft Item[String] Returns a named custom property from the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add(CustomProperty) Adds a custom property to the collection.
Öffentliche Methode Add(String, Object) Creates a custom property with a name and value and adds it to the collection.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace