Partager via


Méthode CustomPropertyCollection.Add (CustomProperty)

Adds a custom property to the collection.

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

Syntaxe

'Déclaration
Public Sub Add ( _
    property As CustomProperty _
)
'Utilisation
Dim instance As CustomPropertyCollection 
Dim property As CustomProperty

instance.Add(property)
public void Add(
    CustomProperty property
)
public:
void Add(
    CustomProperty^ property
)
member Add : 
        property:CustomProperty -> unit
public function Add(
    property : CustomProperty
)

Paramètres

Voir aussi

Référence

CustomPropertyCollection Classe

Surcharge Add

Espace de noms Microsoft.ReportingServices.ReportRendering