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 | |
---|---|---|
Actions | Gets the actions for the report item. (Se hereda de ActionInfo.) | |
ImageMapAreaInstances | Gets the instance objects for this report definition object. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CreateBookmarkLinkAction | Adds a bookmark link action to the collection. This is used in custom report items. (Se hereda de ActionInfo.) | |
CreateDrillthroughAction | Adds a drillthrough action to the collection. This is used in custom report items. (Se hereda de ActionInfo.) | |
CreateHyperlinkAction | Adds a hyperlink action to the collection. This is used in custom report items. (Se hereda de 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 | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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