Compartir a través de


ChartMember.CategorySpan Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property CategorySpan As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ChartMember Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering