Add 메서드 (CustomProperty)
Adds a custom property to the collection.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.