Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace