Compartir a través de


Clase ActionInfoWithDynamicImageMap

A collection of actions with associated image map areas for use in Custom Report Items.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
    Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMap

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ActionInfoWithDynamicImageMap _
    Inherits ActionInfo
'Uso
Dim instance As ActionInfoWithDynamicImageMap
public sealed class ActionInfoWithDynamicImageMap : ActionInfo
public ref class ActionInfoWithDynamicImageMap sealed : public ActionInfo
[<SealedAttribute>]
type ActionInfoWithDynamicImageMap =  
    class 
        inherit ActionInfo 
    end
public final class ActionInfoWithDynamicImageMap extends ActionInfo

El tipo ActionInfoWithDynamicImageMap expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Actions Gets the actions for the report item. (Se hereda de ActionInfo.)
Propiedad pública ImageMapAreaInstances Gets the instance objects for this report definition object.

Arriba

Métodos

  Nombre Descripción
Método público CreateBookmarkLinkAction Adds a bookmark link action to the collection. This is used in custom report items. (Se hereda de ActionInfo.)
Método público CreateDrillthroughAction Adds a drillthrough action to the collection. This is used in custom report items. (Se hereda de ActionInfo.)
Método público CreateHyperlinkAction Adds a hyperlink action to the collection. This is used in custom report items. (Se hereda de ActionInfo.)
Método público CreateImageMapAreaInstance(ImageMapArea.ImageMapAreaShape, array<Single[]) Creates an instance object for this report definition object by specifying the shape and coordinates.
Método público CreateImageMapAreaInstance(ImageMapArea.ImageMapAreaShape, array<Single[], String) Creates an instance object for this report definition object by specifying the shape, coordinates, and tooltip text.
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering