Condividi tramite


Classe ActionInfoWithDynamicImageMap

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ActionInfoWithDynamicImageMap _
    Inherits ActionInfo
'Utilizzo
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

Nel tipo ActionInfoWithDynamicImageMap sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Actions Gets the actions for the report item. Ereditato da ActionInfo.
Proprietà pubblica ImageMapAreaInstances Gets the instance objects for this report definition object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CreateBookmarkLinkAction Adds a bookmark link action to the collection. This is used in custom report items. Ereditato da ActionInfo.
Metodo pubblico CreateDrillthroughAction Adds a drillthrough action to the collection. This is used in custom report items. Ereditato da ActionInfo.
Metodo pubblico CreateHyperlinkAction Adds a hyperlink action to the collection. This is used in custom report items. Ereditato da ActionInfo.
Metodo pubblico CreateImageMapAreaInstance(ImageMapArea.ImageMapAreaShape, array<Single[]) Creates an instance object for this report definition object by specifying the shape and coordinates.
Metodo pubblico CreateImageMapAreaInstance(ImageMapArea.ImageMapAreaShape, array<Single[], String) Creates an instance object for this report definition object by specifying the shape, coordinates, and tooltip text.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering