共用方式為


MapAppearanceRuleInstance.DataValue 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property DataValue As Object 
    Get
'用途
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

屬性值

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

請參閱

參考

MapAppearanceRuleInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間