Metoda CustomPropertyCollection.Add (CustomProperty)
Dodaje właściwość niestandardową do kolekcja.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Sub Add ( _
property As CustomProperty _
)
'Użycie
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
)
Parametry
- property
Typ: Microsoft.ReportingServices.ReportRendering.CustomProperty
A CustomProperty obiekt, aby dodać do kolekcja.