Compartir a través de


ReportEnumProperty(EnumType) Clase

Represents a report enumeration property of a specific enumeration type.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ReportEnumProperty(Of EnumType As {Structure, New}) _
    Inherits ReportProperty
'Uso
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 no admite tipos y métodos genéricos.

Parámetros de tipo

  • EnumType

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering..::..ReportEnumProperty<(Of <(<'EnumType>)>)>

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.