CustomPropertyCollection.Add Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute une propriété personnalisée à la collection.
Surcharges
Add(CustomProperty) |
Ajoute une propriété personnalisée à la collection. |
Add(String, Object) |
Crée une propriété personnalisée avec un nom et une valeur et l'ajoute à la collection. |
Add(CustomProperty)
Ajoute une propriété personnalisée à la collection.
public:
void Add(Microsoft::ReportingServices::ReportRendering::CustomProperty ^ property);
public void Add (Microsoft.ReportingServices.ReportRendering.CustomProperty property);
member this.Add : Microsoft.ReportingServices.ReportRendering.CustomProperty -> unit
Public Sub Add (property As CustomProperty)
Paramètres
- property
- CustomProperty
Objet CustomProperty à ajouter à la collection.
S’applique à
Add(String, Object)
Crée une propriété personnalisée avec un nom et une valeur et l'ajoute à la collection.
public:
void Add(System::String ^ propertyName, System::Object ^ propertyValue);
public void Add (string propertyName, object propertyValue);
member this.Add : string * obj -> unit
Public Sub Add (propertyName As String, propertyValue As Object)
Paramètres
- propertyName
- String
Nom de la propriété personnalisée.
- propertyValue
- Object
Valeur de la propriété personnalisée.