Clase ReportEnumProperty<EnumType>
Represents a report enumeration property of a specific enumeration type.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<EnumType>
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
El tipo ReportEnumProperty<EnumType> expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ExpressionString | Gets the expression string for the report property, if the report property is an expression. (Se hereda de ReportProperty.) | |
IsExpression | Gets a value that indicates whether the value of the report property is an expression. (Se hereda de ReportProperty.) | |
Value | Gets the enumeration value of the report enumeration property. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering