Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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