MapBucket.EndValue 属性
Gets the end value for a map bucket.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property EndValue As ReportVariantProperty
Get
用法
Dim instance As MapBucket
Dim value As ReportVariantProperty
value = instance.EndValue
public ReportVariantProperty EndValue { get; }
public:
property ReportVariantProperty^ EndValue {
ReportVariantProperty^ get ();
}
member EndValue : ReportVariantProperty
function get EndValue () : ReportVariantProperty