LabelObject 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property LabelObject As Object
    Get
‘사용 방법
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

속성 값

유형: System. . :: . .Object
An object.

주의

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