ReportEnumProperty<EnumType> 클래스

정의

특정 열거형의 보고서 열거 속성을 나타냅니다.

generic <typename EnumType>
 where EnumType : value classpublic ref class ReportEnumProperty sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty
public sealed class ReportEnumProperty<EnumType> : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty where EnumType : struct
type ReportEnumProperty<'EnumType (requires 'EnumType : struct)> = class
    inherit ReportProperty
Public NotInheritable Class ReportEnumProperty(Of EnumType)
Inherits ReportProperty

형식 매개 변수

EnumType

지정된 열거형 형식입니다.

상속
ReportEnumProperty<EnumType>

속성

ExpressionString

보고서 속성이 식인 경우 보고서 속성의 식 문자열을 가져옵니다.

(다음에서 상속됨 ReportProperty)
IsExpression

보고서 속성의 값이 식인지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ReportProperty)
Value

보고서 열거 속성의 열거 값을 가져옵니다.

적용 대상