Propriedade do RDL MapAppearanceRuleInstance.DataValue
Gets the calculated value of the DataValue property in a MapAppearanceRule class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property DataValue As Object
Get
'Uso
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
Valor da propriedade
Tipo: System.Object
An object that represents the calculated value of the DataValue property.
Consulte também
Referência
MapAppearanceRuleInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering