Freigeben über


ReportEnumProperty<EnumType>-Klasse

Represents a report enumeration property of a specific enumeration type.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<EnumType>

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ReportEnumProperty(Of EnumType As {Structure, New}) _
    Inherits ReportProperty
'Usage
Dim instance As ReportEnumProperty(Of EnumType)
public sealed class ReportEnumProperty<EnumType> : ReportProperty 
where EnumType : struct, new()
generic<typename EnumType>
where EnumType : value class, gcnew()
public ref class ReportEnumProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportEnumProperty<'EnumType when 'EnumType : struct, new()> =  
    class 
        inherit ReportProperty 
    end
JScript bietet keine Unterstützung für die Verwendung generischer Typen und Methoden.

Typparameter

  • EnumType

Der ReportEnumProperty<EnumType>-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExpressionString Gets the expression string for the report property, if the report property is an expression. (Geerbt von ReportProperty.)
Öffentliche Eigenschaft IsExpression Gets a value that indicates whether the value of the report property is an expression. (Geerbt von ReportProperty.)
Öffentliche Eigenschaft Value Gets the enumeration value of the report enumeration property.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace