ChartMemberInstance.LabelObject Propiedad
Gets the calculated and value of the Label property in a ChartMember class before formatting is applied.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property LabelObject As Object
Get
'Uso
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
Valor de la propiedad
Tipo: System.Object
An object.
Comentarios
For the calculated value after formatting is applied, see Label.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering