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


Свойство ChartLegendColumn.Value

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets an expression that evaluates to the value of the chart legend column.

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

Синтаксис

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

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the value of the chart legend column.

См. также

Справочник

ChartLegendColumn Класс

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