ReportEnumProperty<EnumType>.Value 属性

定义

获取报表枚举属性的枚举值。

public:
 property EnumType Value { EnumType get(); };
public EnumType Value { get; }
member this.Value : 'EnumType
Public ReadOnly Property Value As EnumType

属性值

EnumType

属性的枚举值。

注解

如果报表枚举属性包含表达式, IsExpression 则基类的属性设置为 trueExpressionString 基类的属性包含表达式字符串。

适用于