Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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