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 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