ReportEnumProperty<EnumType>.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.