Propriété 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.
Voir aussi