Freigeben über


MapAppearanceRuleInstance.DataValue-Eigenschaft

Gets the calculated value of the DataValue property in a MapAppearanceRule class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property DataValue As Object 
    Get
'Usage
Dim instance As MapAppearanceRuleInstance 
Dim value As Object 

value = instance.DataValue
public Object DataValue { get; }
public:
property Object^ DataValue {
    Object^ get ();
}
member DataValue : Object
function get DataValue () : Object

Eigenschaftswert

Typ: System.Object
An object that represents the calculated value of the DataValue property.

Siehe auch

Verweis

MapAppearanceRuleInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace