Share via


MapBucketInstance.EndValue Property

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

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

Syntax

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

Property Value

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

See Also

Reference

MapBucketInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace