ChartMemberInstance.LabelObject Property

Gets the calculated and value of the Label property in a ChartMember class before formatting is applied.

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

Syntax

'Declaration
Public ReadOnly Property LabelObject As Object
    Get
'Usage
Dim instance As ChartMemberInstance
Dim value As Object

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

Property Value

Type: System.Object
An object.

Remarks

For the calculated value after formatting is applied, see Label.