次の方法で共有


CustomPropertyCollection.Add メソッド (CustomProperty)

コレクションにカスタム プロパティを追加します。

名前空間:  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
)

パラメーター

関連項目

参照

CustomPropertyCollection クラス

Add オーバーロード

Microsoft.ReportingServices.ReportRendering 名前空間