CustomProperty 생성자
Constructs a CustomProperty object.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Sub New ( _
name As String, _
value As Object _
)
‘사용 방법
Dim name As String
Dim value As Object
Dim instance As New CustomProperty(name, value)
public CustomProperty(
string name,
Object value
)
public:
CustomProperty(
String^ name,
Object^ value
)
new :
name:string *
value:Object -> CustomProperty
public function CustomProperty(
name : String,
value : Object
)
매개 변수
- name
형식: System. . :: . .String
The name of the custom property.
- value
형식: System. . :: . .Object
The Value of the custom property.