Compartilhar via


Classe ActionInfoWithDynamicImageMap

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

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

O tipo ActionInfoWithDynamicImageMap expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Actions Gets the actions for the report item. (Herdado de ActionInfo.)
Propriedade pública ImageMapAreaInstances Gets the instance objects for this report definition object.

Início

Métodos

  Nome Descrição
Método público CreateBookmarkLinkAction Adds a bookmark link action to the collection. This is used in custom report items. (Herdado de ActionInfo.)
Método público CreateDrillthroughAction Adds a drillthrough action to the collection. This is used in custom report items. (Herdado de ActionInfo.)
Método público CreateHyperlinkAction Adds a hyperlink action to the collection. This is used in custom report items. (Herdado 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 (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering