Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the enumeration value of the report enumeration property.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Value As EnumType
Get
'Usage
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
Eigenschaftswert
Typ: EnumType
The enumeration value of the property.
Hinweise
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.
Siehe auch
Verweis
ReportEnumProperty<EnumType> Klasse
Microsoft.ReportingServices.OnDemandReportRendering-Namespace