다음을 통해 공유


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
)

매개 변수