ActionInfoWithDynamicImageMap Class

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

Inheritance Hierarchy

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

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

Syntax

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

The ActionInfoWithDynamicImageMap type exposes the following members.

Properties

  Name Description
Public property Actions Gets the actions for the report item. (Inherited from ActionInfo.)
Public property ImageMapAreaInstances Gets the instance objects for this report definition object.

Top

Methods

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

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace