Add 메서드 (String, Object)
Creates a custom property with a name and value and adds it to the collection.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Sub Add ( _
propertyName As String, _
propertyValue As Object _
)
‘사용 방법
Dim instance As CustomPropertyCollection
Dim propertyName As String
Dim propertyValue As Object
instance.Add(propertyName, propertyValue)
public void Add(
string propertyName,
Object propertyValue
)
public:
void Add(
String^ propertyName,
Object^ propertyValue
)
member Add :
propertyName:string *
propertyValue:Object -> unit
public function Add(
propertyName : String,
propertyValue : Object
)
매개 변수
- propertyName
형식: System. . :: . .String
The name of the custom property.
- propertyValue
형식: System. . :: . .Object
The value of the custom property.