Propriété 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 MustOverride ReadOnly Property Count As Integer
Get
'Utilisation
Dim instance As ReportElementCollectionBase
Dim value As Integer
value = instance.Count
public abstract int Count { get; }
public:
virtual property int Count {
int get () abstract;
}
abstract Count : int
abstract function get Count () : int
Valeur de propriété
Type : System. . :: . .Int32
An int value.