다음을 통해 공유


CustomProperty(String, Object) 생성자

정의

CustomProperty 개체를 생성합니다.

public:
 CustomProperty(System::String ^ name, System::Object ^ value);
public CustomProperty (string name, object value);
new Microsoft.ReportingServices.ReportRendering.CustomProperty : string * obj -> Microsoft.ReportingServices.ReportRendering.CustomProperty
Public Sub New (name As String, value As Object)

매개 변수

name
String

사용자 지정 속성의 이름입니다.

value
Object

사용자 지정 속성의 값입니다.

적용 대상