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


Свойство ChartLegendColumn.SeriesSymbolHeight

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

Gets an expression that evaluates to the symbol height for each data series.

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

Синтаксис

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

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the symbol height for each data series.

См. также

Справочник

ChartLegendColumn Класс

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