MapAppearanceRuleInstance.DataValue Property

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

Property Value

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

See Also

Reference

MapAppearanceRuleInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace