Freigeben über


ReportEnumProperty<EnumType> Klasse

Definition

Stellt eine Berichtsenumerationseigenschaft eines bestimmten Enumerationstyps dar.

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

Typparameter

EnumType

Der angegebene Enumerationstyp.

Vererbung
ReportEnumProperty<EnumType>

Eigenschaften

ExpressionString

Ruft die Ausdruckszeichenfolge für die Berichtseigenschaft ab, wenn die Berichtseigenschaft ein Ausdruck ist.

(Geerbt von ReportProperty)
IsExpression

Ruft einen Wert ab, der angibt, ob der Wert der Berichtseigenschaft ein Ausdruck ist.

(Geerbt von ReportProperty)
Value

Ruft den Enumerationswert der Berichtsenumerationseigenschaft ab.

Gilt für: