Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the ImageMapAreasCollection class with the specific capacity.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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.
Vea también
Referencia
Sobrecarga de ImageMapAreasCollection
Espacio de nombres Microsoft.ReportingServices.ReportRendering