Partilhar via


Propriedade do RDL MapBucketInstance.EndValue

Gets the calculated value of the EndValue property in a MapBucket class.

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

Sintaxe

'Declaração
Public ReadOnly Property EndValue As Object 
    Get
'Uso
Dim instance As MapBucketInstance 
Dim value As Object 

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

Valor da propriedade

Tipo: System.Object
An object that represents the calculated value of the EndValue property.

Consulte também

Referência

MapBucketInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering