Свойство ChartMember.SeriesSpan
Gets the number of series spanned by this member, were the hierarchy to be treated as a grid.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property SeriesSpan As Integer
Get
'Применение
Dim instance As ChartMember
Dim value As Integer
value = instance.SeriesSpan
public abstract int SeriesSpan { get; }
public:
virtual property int SeriesSpan {
int get () abstract;
}
abstract SeriesSpan : int
abstract function get SeriesSpan () : int
Значение свойства
Тип: System.Int32
An int value that represents the number of series spanned by this member.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering