Partager via


Propriété MapBucket.EndValue

Gets the end value for a map bucket.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EndValue As ReportVariantProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MapBucket Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering