Partager via


Propriété LabelObject

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

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

Syntaxe

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

Valeur de propriété

Type : System. . :: . .Object
An object.

Notes

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