Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates an instance object for this report definition object by specifying the shape, coordinates, and tooltip text.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Function CreateImageMapAreaInstance ( _
shape As ImageMapArea.ImageMapAreaShape, _
coordinates As Single(), _
toolTip As String _
) As ImageMapAreaInstance
'Usage
Dim instance As ActionInfoWithDynamicImageMap
Dim shape As ImageMapArea.ImageMapAreaShape
Dim coordinates As Single()
Dim toolTip As String
Dim returnValue As ImageMapAreaInstance
returnValue = instance.CreateImageMapAreaInstance(shape, _
coordinates, toolTip)
public ImageMapAreaInstance CreateImageMapAreaInstance(
ImageMapArea.ImageMapAreaShape shape,
float[] coordinates,
string toolTip
)
public:
ImageMapAreaInstance^ CreateImageMapAreaInstance(
ImageMapArea.ImageMapAreaShape shape,
array<float>^ coordinates,
String^ toolTip
)
member CreateImageMapAreaInstance :
shape:ImageMapArea.ImageMapAreaShape *
coordinates:float32[] *
toolTip:string -> ImageMapAreaInstance
public function CreateImageMapAreaInstance(
shape : ImageMapArea.ImageMapAreaShape,
coordinates : float[],
toolTip : String
) : ImageMapAreaInstance
Parameter
- shape
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ImageMapArea.ImageMapAreaShape
The shape of the image map area.
- coordinates
Typ: 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.
- toolTip
Typ: System.String
The tooltip text for the image map area.
Rückgabewert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstance
An ImageMapAreaInstance object.
Siehe auch
Verweis
ActionInfoWithDynamicImageMap Klasse
CreateImageMapAreaInstance-Überladung
Microsoft.ReportingServices.OnDemandReportRendering-Namespace