Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 | |
|---|---|---|
![]() |
CustomPropertyCollection | Initializes a new instance of the CustomPropertyCollection class. |
Haut de la page
Propriétés
| Nom | 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. |
Haut de la page
Méthodes
| Nom | 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 | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
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.
.gif)
.gif)