Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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