Compartir a través de


CustomPropertyCollection.Add Método (CustomProperty)

Adds a custom property to the collection.

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Sub Add ( _
    property As CustomProperty _
)
'Uso
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
)

Parámetros

Vea también

Referencia

CustomPropertyCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.ReportingServices.ReportRendering