다음을 통해 공유


CustomProperty 생성자

Constructs a CustomProperty object.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
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
)

매개 변수

참고 항목

참조

CustomProperty 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스