ActionInfoWithDynamicImageMap Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of actions with associated image map areas for use in Custom Report Items.
public ref class ActionInfoWithDynamicImageMap sealed : Microsoft::ReportingServices::OnDemandReportRendering::ActionInfo
public sealed class ActionInfoWithDynamicImageMap : Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
type ActionInfoWithDynamicImageMap = class
inherit ActionInfo
Public NotInheritable Class ActionInfoWithDynamicImageMap
Inherits ActionInfo
- Inheritance
Fields
m_chartConstruction |
A |
Properties
Actions |
Gets the actions for the report item. (Inherited from ActionInfo) |
ImageMapAreaInstances |
Gets the instance objects for this report definition object. |
Methods
CreateBookmarkLinkAction() |
Adds a bookmark link action to the collection. This is used in custom report items. (Inherited from ActionInfo) |
CreateDrillthroughAction() |
Adds a drillthrough action to the collection. This is used in custom report items. (Inherited from ActionInfo) |
CreateHyperlinkAction() |
Adds a hyperlink action to the collection. This is used in custom report items. (Inherited from ActionInfo) |
CreateImageMapAreaInstance(ImageMapArea+ImageMapAreaShape, Single[], String) |
Creates an instance object for this report definition object by specifying the shape, coordinates, and tooltip text. |
CreateImageMapAreaInstance(ImageMapArea+ImageMapAreaShape, Single[]) |
Creates an instance object for this report definition object by specifying the shape and coordinates. |