Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the calculated value of the Label property in a ChartDataLabel class before formatting has been applied.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property OriginalValue As Object
Get
'Применение
Dim instance As ChartDataLabelInstance
Dim value As Object
value = instance.OriginalValue
public Object OriginalValue { get; }
public:
property Object^ OriginalValue {
Object^ get ();
}
member OriginalValue : Object
function get OriginalValue () : Object
Значение свойства
Тип: System.Object
An object that represents the calculated value of the Label property before formatting has been applied.
Замечания
For the calculated value of the Label property after formatting has been applied, see Label.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering