Метод Add (CustomProperty)
Adds a custom property to the collection.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Sub Add ( _
property As CustomProperty _
)
'Применение
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
)
Параметры
- property
Тип Microsoft.ReportingServices.ReportRendering. . :: . .CustomProperty
A CustomProperty object to add to the collection.