Condividi tramite


Proprietà MapAppearanceRuleInstance.DataValue

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DataValue As Object 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MapAppearanceRuleInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering