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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object that represents the end value in the data distribution.

请参阅

参考

MapAppearanceRule 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间