ImageMapAreasCollection Constructor (Int32)
Initializes a new instance of the ImageMapAreasCollection class with the specific capacity.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public Sub New ( _
capacity As Integer _
)
public ImageMapAreasCollection (
int capacity
)
public:
ImageMapAreasCollection (
int capacity
)
public ImageMapAreasCollection (
int capacity
)
public function ImageMapAreasCollection (
capacity : int
)
Parameters
- capacity
The capacity of the image map area collection.
Remarks
New:5 December 2005
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ImageMapAreasCollection Class
ImageMapAreasCollection Members
Microsoft.ReportingServices.ReportRendering Namespace