MapAppearanceRule.EndValue 属性

Gets the end value in the data distribution.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property EndValue As ReportVariantProperty
    Get
用法
Dim instance As MapAppearanceRule
Dim value As ReportVariantProperty

value = instance.EndValue
public ReportVariantProperty EndValue { get; }
public:
property ReportVariantProperty^ EndValue {
    ReportVariantProperty^ get ();
}
member EndValue : ReportVariantProperty
function get EndValue () : ReportVariantProperty