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 | |
---|---|---|
![]() |
Actions | Gets the actions for the report item. Ereditato da ActionInfo. |
![]() |
ImageMapAreaInstances | Gets the instance objects for this report definition object. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
CreateBookmarkLinkAction | Adds a bookmark link action to the collection. This is used in custom report items. Ereditato da ActionInfo. |
![]() |
CreateDrillthroughAction | Adds a drillthrough action to the collection. This is used in custom report items. Ereditato da ActionInfo. |
![]() |
CreateHyperlinkAction | Adds a hyperlink action to the collection. This is used in custom report items. Ereditato da ActionInfo. |
![]() |
CreateImageMapAreaInstance(ImageMapArea.ImageMapAreaShape, array<Single[]) | Creates an instance object for this report definition object by specifying the shape and coordinates. |
![]() |
CreateImageMapAreaInstance(ImageMapArea.ImageMapAreaShape, array<Single[], String) | Creates an instance object for this report definition object by specifying the shape, coordinates, and tooltip text. |
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
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