Partager via


Propriété ChartMember.SeriesSpan

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property SeriesSpan As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ChartMember Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering