Свойство ChartLegendColumnHeader.Value
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets an expression that evaluates to the value to be shown in the header.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Value As ReportStringProperty
Get
'Применение
Dim instance As ChartLegendColumnHeader
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 to be shown in the header.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering