Freigeben über


MapBucket.EndValue-Eigenschaft

Gets the end value for a map bucket.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property EndValue As ReportVariantProperty 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

Siehe auch

Verweis

MapBucket Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace