Metodo CreateImageMapAreaInstance (ImageMapArea.ImageMapAreaShape, Single[])
Creates an instance object for this report definition object by specifying the shape and coordinates.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Function CreateImageMapAreaInstance ( _
shape As ImageMapArea..::..ImageMapAreaShape, _
coordinates As Single() _
) As ImageMapAreaInstance
'Utilizzo
Dim instance As ActionInfoWithDynamicImageMap
Dim shape As ImageMapArea..::..ImageMapAreaShape
Dim coordinates As Single()
Dim returnValue As ImageMapAreaInstance
returnValue = instance.CreateImageMapAreaInstance(shape, _
coordinates)
public ImageMapAreaInstance CreateImageMapAreaInstance(
ImageMapArea..::..ImageMapAreaShape shape,
float[] coordinates
)
public:
ImageMapAreaInstance^ CreateImageMapAreaInstance(
ImageMapArea..::..ImageMapAreaShape shape,
array<float>^ coordinates
)
member CreateImageMapAreaInstance :
shape:ImageMapArea..::..ImageMapAreaShape *
coordinates:float32[] -> ImageMapAreaInstance
public function CreateImageMapAreaInstance(
shape : ImageMapArea..::..ImageMapAreaShape,
coordinates : float[]
) : ImageMapAreaInstance
Parametri
- shape
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ImageMapArea. . :: . .ImageMapAreaShape
The shape of the image map area.
- coordinates
Tipo: array<System. . :: . .Single> [] () [] []
Required values depend on the value of the shape parameter:
A Rectangle is represented by a series of left, right, top, and bottom values.
A Polygon is represented by a series of x,y pairs.
A Circle is represented by x, y, and radius values.
Valore restituito
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ImageMapAreaInstance
An ImageMapAreaInstance object.