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 命名空间