DataValue Propiedad
Gets the calculated value of the DataValue property in a MapAppearanceRule class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Object
An object that represents the calculated value of the DataValue property.