Partager via


Propriété MapLineCollection.Count

Gets the number of items in the collection.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property Count As Integer 
    Get
'Utilisation
Dim instance As MapLineCollection 
Dim value As Integer 

value = instance.Count
public override int Count { get; }
public:
virtual property int Count {
    int get () override;
}
abstract Count : int 
override Count : int
override function get Count () : int

Valeur de propriété

Type : System.Int32
The number of items in the MapLineCollection.

Voir aussi

Référence

MapLineCollection Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering