コレクションにカスタム プロパティを追加します。
名前空間: 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
コレクションに追加する CustomProperty オブジェクトです。