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 an expression to be evaluated on the scope of a map item in a map polygon layer, a map point layer, or a map line layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DataValue As ReportVariantProperty
Get
'Usage
Dim instance As MapAppearanceRule
Dim value As ReportVariantProperty
value = instance.DataValue
public ReportVariantProperty DataValue { get; }
public:
property ReportVariantProperty^ DataValue {
ReportVariantProperty^ get ();
}
member DataValue : ReportVariantProperty
function get DataValue () : ReportVariantProperty
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace