Поделиться через


Класс ReportEnumProperty<EnumType>

Represents a report enumeration property of a specific enumeration type.

Иерархия наследования

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class ReportEnumProperty(Of EnumType As {Structure, New}) _
    Inherits ReportProperty
'Применение
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 не поддерживает стандартные типы и методы.

Параметры типа

  • EnumType

Тип ReportEnumProperty<EnumType> обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ExpressionString Gets the expression string for the report property, if the report property is an expression. (Производный от ReportProperty.)
Открытое свойство IsExpression Gets a value that indicates whether the value of the report property is an expression. (Производный от ReportProperty.)
Открытое свойство Value Gets the enumeration value of the report enumeration property.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering