Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the number of categories spanned by this member, were the hierarchy to be treated as a grid.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property CategorySpan As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
A int value that represents the number of categories spanned by this member.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering