Compartilhar via


Propriedade do RDL MapAppearanceRule.DataValue

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 (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property DataValue As ReportVariantProperty 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

Consulte também

Referência

MapAppearanceRule Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering