Поделиться через


Свойство CustomLabelInstance.Value

Gets the calculated value of the Value property in a CustomLabel class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Value As Double 
    Get
'Применение
Dim instance As CustomLabelInstance 
Dim value As Double 

value = instance.Value
public double Value { get; }
public:
property double Value {
    double get ();
}
member Value : float
function get Value () : double

Значение свойства

Тип: System.Double
A double value that represents the calculated value of the Value property.

См. также

Справочник

CustomLabelInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering