Partilhar via


Construtor ImageMapAreasCollection (Int32)

Initializes a new instance of the ImageMapAreasCollection class with the specific capacity.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Sub New ( _
    capacity As Integer _
)
'Uso
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
)

Parâmetros

  • capacity
    Tipo: System.Int32
    The capacity of the image map area collection.

Consulte também

Referência

ImageMapAreasCollection Classe

Sobrecarregado ImageMapAreasCollection

Namespace Microsoft.ReportingServices.ReportRendering