共用方式為


ImageMapAreasCollection 建構函式 (Int32)

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

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Sub New ( _
    capacity As Integer _
)
'用途
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
)

參數

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

請參閱

參考

ImageMapAreasCollection 類別

ImageMapAreasCollection 多載

Microsoft.ReportingServices.ReportRendering 命名空間