Partager via


Classe CustomPropertyCollection

Represents a collection of custom properties for a report, report item, or group. This class cannot be inherited.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..CustomPropertyCollection

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class CustomPropertyCollection
'Utilisation
Dim instance As CustomPropertyCollection
public sealed class CustomPropertyCollection
public ref class CustomPropertyCollection sealed
[<SealedAttribute>]
type CustomPropertyCollection =  class end
public final class CustomPropertyCollection

Le type CustomPropertyCollection expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique CustomPropertyCollection Initializes a new instance of the CustomPropertyCollection class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of custom properties in the collection.
Propriété publique Item[ ( [ ( Int32] ) ] ) Gets a custom property at a specified index.
Propriété publique Item[ ( [ ( String] ) ] ) Returns a named custom property from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add(CustomProperty) Adds a custom property to the collection.
Méthode publique Add(String, Object) Creates a custom property with a name and value and adds it to the collection.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

A CustomPropertyCollection object containing custom properties for a report, report item, or group.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.