ReportEnumProperty<EnumType> Class

Definition

Represents a report enumeration property of a specific enumeration type.

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

Type Parameters

EnumType

The specified enumeration type.

Inheritance
ReportEnumProperty<EnumType>

Properties

ExpressionString

Gets the expression string for the report property, if the report property is an expression.

(Inherited from ReportProperty)
IsExpression

Gets a value that indicates whether the value of the report property is an expression.

(Inherited from ReportProperty)
Value

Gets the enumeration value of the report enumeration property.

Applies to