Свойство ChartLegendCustomItemCell.Text
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets an expression that evaluates to the cell text.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Text As ReportStringProperty
Get
'Применение
Dim instance As ChartLegendCustomItemCell
Dim value As ReportStringProperty
value = instance.Text
public ReportStringProperty Text { get; }
public:
property ReportStringProperty^ Text {
ReportStringProperty^ get ();
}
member Text : ReportStringProperty
function get Text () : ReportStringProperty
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the cell text.
См. также
Справочник
ChartLegendCustomItemCell Класс
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering