ReportEnumProperty<EnumType> Класс

Определение

Представляет в отчете перечислимое свойство конкретного перечислимого типа.

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

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

EnumType

Указанный тип перечисления.

Наследование
ReportEnumProperty<EnumType>

Свойства

ExpressionString

Возвращает строку выражения для свойства отчета, если свойство отчета является выражением.

(Унаследовано от ReportProperty)
IsExpression

Возвращает значение, которое показывает, является ли значение свойства отчета выражением.

(Унаследовано от ReportProperty)
Value

Возвращает значение перечисления свойства перечисления отчета.

Применяется к