CustomProperty 클래스

정의

보고서, 보고서 항목 또는 그룹에 대한 사용자 지정 속성입니다. 이 클래스는 상속될 수 없습니다.

public ref class CustomProperty sealed
public sealed class CustomProperty
type CustomProperty = class
Public NotInheritable Class CustomProperty
상속
CustomProperty

설명

An expression-based Name or Value that is contained within a CustomData object with no data evaluates to null.

행이 없는 경우에도 계산해야 하는 식이 있는 CustomReportItem사용자 지정 속성은 에 배치해야 합니다.

생성자

CustomProperty(String, Object)

CustomProperty 개체를 생성합니다.

속성

Name

사용자 지정 속성의 이름을 반환합니다.

Value

사용자 지정 속성의 값을 반환합니다.

적용 대상