Compartir a través de


MapBucketInstance.EndValue Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

MapBucketInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering