다음을 통해 공유


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.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property DataValue As ReportVariantProperty
    Get
‘사용 방법
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