Partager via


Value propriété

Gets the value of the report enumeration property.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Value As EnumType
    Get
'Utilisation
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

Valeur de la propriété

Type : EnumType
The value of the report enumeration property.

Notes

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.