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