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


Свойство ReportEnumProperty<EnumType>.Value

Gets the enumeration value of the report enumeration property.

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

Синтаксис

'Декларация
Public ReadOnly Property Value As EnumType
    Get
'Применение
Dim instance As ReportEnumProperty 
Dim value As EnumType

value = instance.Value
public EnumType Value { get; }
public:
property EnumType Value {
    EnumType get ();
}
member Value : 'EnumType
function get Value () : EnumType

Значение свойства

Тип: EnumType
The enumeration value of the property.

Замечания

If the report enumeration property contains an expression, the IsExpression property of the base class is set to true, and the ExpressionString property of the base class contains the expression string.

См. также

Справочник

ReportEnumProperty<EnumType> Класс

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