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 series 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 SeriesSpan As Integer
Get
'Usage
Dim instance As ChartMember
Dim value As Integer
value = instance.SeriesSpan
public abstract int SeriesSpan { get; }
public:
virtual property int SeriesSpan {
int get () abstract;
}
abstract SeriesSpan : int
abstract function get SeriesSpan () : int
Property Value
Type: System.Int32
An int value that represents the number of series spanned by this member.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace