Compartir a través de


ImageMapAreasCollection Constructor (Int32)

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

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
Public Sub New ( _
    capacity As Integer _
)
public ImageMapAreasCollection (
    int capacity
)
public:
ImageMapAreasCollection (
    int capacity
)
public ImageMapAreasCollection (
    int capacity
)
public function ImageMapAreasCollection (
    capacity : int
)

Parámetros

  • capacity
    The capacity of the image map area collection.

Notas

Nuevo:5 de diciembre de 2005

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ImageMapAreasCollection Class
ImageMapAreasCollection Members
Microsoft.ReportingServices.ReportRendering Namespace