Compartir a través de


ReportEnumProperty<EnumType>.Value Propiedad

Gets the enumeration value of the report enumeration property.

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

Sintaxis

'Declaración
Public ReadOnly Property Value As EnumType
    Get
'Uso
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

Valor de la propiedad

Tipo: EnumType
The enumeration value of the property.

Comentarios

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.

Vea también

Referencia

ReportEnumProperty<EnumType> Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering