ReportEnumProperty<EnumType>.Value Property

Definition

Gets the enumeration value of the report enumeration property.

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

Property Value

EnumType

The enumeration value of the property.

Remarks

If the report enumeration property contains an expression, the IsExpression property of the base class is set to true, and the ExpressionString property of the base class contains the expression string.

Applies to