Partager via


Propriété ChartMember.CategorySpan

Gets the number of categories 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 CategorySpan As Integer 
    Get
'Utilisation
Dim instance As ChartMember 
Dim value As Integer 

value = instance.CategorySpan
public abstract int CategorySpan { get; }
public:
virtual property int CategorySpan {
    int get () abstract;
}
abstract CategorySpan : int
abstract function get CategorySpan () : int

Valeur de propriété

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

Voir aussi

Référence

ChartMember Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering