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.

请参阅

参考

ChartMember 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间