CustomPropertyCollection.Add Méthode

Définition

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.

S’applique à