ActionInfoWithDynamicImageMap.CreateImageMapAreaInstance Metodo

Definizione

Crea un oggetto istanza di questo oggetto definizione del report.

Overload

CreateImageMapAreaInstance(ImageMapArea+ImageMapAreaShape, Single[])

Crea un oggetto istanza per questo oggetto definizione del report specificando la forma e coordinate.

CreateImageMapAreaInstance(ImageMapArea+ImageMapAreaShape, Single[], String)

Crea un oggetto istanza per questo oggetto definizione del report specificando la forma, le coordinate e il testo della descrizione comando.

CreateImageMapAreaInstance(ImageMapArea+ImageMapAreaShape, Single[])

Crea un oggetto istanza per questo oggetto definizione del report specificando la forma e coordinate.

public:
 Microsoft::ReportingServices::OnDemandReportRendering::ImageMapAreaInstance ^ CreateImageMapAreaInstance(Microsoft::ReportingServices::OnDemandReportRendering::ImageMapArea::ImageMapAreaShape shape, cli::array <float> ^ coordinates);
public Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstance CreateImageMapAreaInstance (Microsoft.ReportingServices.OnDemandReportRendering.ImageMapArea.ImageMapAreaShape shape, float[] coordinates);
member this.CreateImageMapAreaInstance : Microsoft.ReportingServices.OnDemandReportRendering.ImageMapArea.ImageMapAreaShape * single[] -> Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstance
Public Function CreateImageMapAreaInstance (shape As ImageMapArea.ImageMapAreaShape, coordinates As Single()) As ImageMapAreaInstance

Parametri

shape
ImageMapArea.ImageMapAreaShape

Forma dell'area della mappa immagine.

coordinates
Single[]

I valori obbligatori dipendono dal valore del parametro Shape : L'oggetto Rectangle viene rappresentato da una serie di valori sinistro, destro, superiore e inferiore.

L'oggetto Polygon viene rappresentato da una serie di coppie x,y.

L'oggetto Circle viene rappresentato da valori x, y e del raggio.

Restituisce

ImageMapAreaInstance

Oggetto ImageMapAreaInstance.

Si applica a

CreateImageMapAreaInstance(ImageMapArea+ImageMapAreaShape, Single[], String)

Crea un oggetto istanza per questo oggetto definizione del report specificando la forma, le coordinate e il testo della descrizione comando.

public:
 Microsoft::ReportingServices::OnDemandReportRendering::ImageMapAreaInstance ^ CreateImageMapAreaInstance(Microsoft::ReportingServices::OnDemandReportRendering::ImageMapArea::ImageMapAreaShape shape, cli::array <float> ^ coordinates, System::String ^ toolTip);
public Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstance CreateImageMapAreaInstance (Microsoft.ReportingServices.OnDemandReportRendering.ImageMapArea.ImageMapAreaShape shape, float[] coordinates, string toolTip);
member this.CreateImageMapAreaInstance : Microsoft.ReportingServices.OnDemandReportRendering.ImageMapArea.ImageMapAreaShape * single[] * string -> Microsoft.ReportingServices.OnDemandReportRendering.ImageMapAreaInstance
Public Function CreateImageMapAreaInstance (shape As ImageMapArea.ImageMapAreaShape, coordinates As Single(), toolTip As String) As ImageMapAreaInstance

Parametri

shape
ImageMapArea.ImageMapAreaShape

Forma dell'area della mappa immagine.

coordinates
Single[]

I valori obbligatori dipendono dal valore del parametro Shape : L'oggetto Rectangle viene rappresentato da una serie di valori sinistro, destro, superiore e inferiore.

L'oggetto Polygon viene rappresentato da una serie di coppie x,y.

L'oggetto Circle viene rappresentato da valori x, y e del raggio.

toolTip
String

Il testo della descrizione comandi per l'area della mappa immagine.

Restituisce

ImageMapAreaInstance

Oggetto ImageMapAreaInstance.

Si applica a