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
)

参数