Propriedade do RDL LabelObject
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 (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Object
An object.
Consulte também