Freigeben über


CustomPropertyCollection.Add-Methode (CustomProperty)

Adds a custom property to the collection.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Sub Add ( _
    property As CustomProperty _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

CustomPropertyCollection Klasse

Add-Überladung

Microsoft.ReportingServices.ReportRendering-Namespace