Metoda ActionInfoWithDynamicImageMap.CreateImageMapAreaInstance (ImageMapArea.ImageMapAreaShape, array<Single[])
Tworzy obiekt wystąpienie dla tego obiektu definicja raportu, określając kształt i współrzędne.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Function CreateImageMapAreaInstance ( _
shape As ImageMapArea..::..ImageMapAreaShape, _
coordinates As Single() _
) As ImageMapAreaInstance
'Użycie
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
Parametry
- shape
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ImageMapArea.ImageMapAreaShape
Kształt obszar mapy obrazu.
- coordinates
Typ: array<System.Single[]
Wymagane wartości zależą od wartości shape parametr:
A Rectangle jest reprezentowany przez serię lewy, prawy, górny i dolnej wartości.
A Polygon jest reprezentowany przez serię x, y pary.
A Circle jest reprezentowany przez x, y i wartości radius.
Wartość zwracana
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstance
ImageMapAreaInstance Obiektu.