Partilhar via


Propriedade do RDL ChartMember.SeriesSpan

Gets the number of series spanned by this member, were the hierarchy to be treated as a grid.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property SeriesSpan As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
An int value that represents the number of series spanned by this member.

Consulte também

Referência

ChartMember Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering