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 in the chart.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Series As Integer
Get
'Usage
Dim instance As Chart
Dim value As Integer
value = instance.Series
public int Series { get; }
public:
property int Series {
int get ();
}
member Series : int
function get Series () : int
Property Value
Type: System.Int32
An int value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace