Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ImageMapAreasCollection class with the specific capacity.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub New ( _
capacity As Integer _
)
'Utilisation
Dim capacity As Integer
Dim instance As New ImageMapAreasCollection(capacity)
public ImageMapAreasCollection(
int capacity
)
public:
ImageMapAreasCollection(
int capacity
)
new :
capacity:int -> ImageMapAreasCollection
public function ImageMapAreasCollection(
capacity : int
)
Paramètres
- capacity
Type : System.Int32
The capacity of the image map area collection.
Voir aussi
Référence
ImageMapAreasCollection Classe