Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the number of categories spanned by this member, were the hierarchy to be treated as a grid.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CategorySpan As Integer
Get
'Usage
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
Property Value
Type: System.Int32
A int value that represents the number of categories spanned by this member.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace