ActionInfoWithDynamicImageMap 类

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

继承层次结构

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public NotInheritable Class ActionInfoWithDynamicImageMap _
    Inherits ActionInfo
用法
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

ActionInfoWithDynamicImageMap 类型公开以下成员。

属性

  名称 说明
公共属性 Actions The actions for the report item. (从 ActionInfo 继承。)
公共属性 ImageMapAreaInstances Gets the instance objects for this report definition object.

页首

方法

  名称 说明
公共方法 CreateBookmarkLinkAction Adds a bookmark link action to the collection. This is used in custom report items. (从 ActionInfo 继承。)
公共方法 CreateDrillthroughAction Adds a drillthrough action to the collection. This is used in custom report items. (从 ActionInfo 继承。)
公共方法 CreateHyperlinkAction Adds a hyperlink action to the collection. This is used in custom report items. (从 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 (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

字段

  名称 说明
受保护字段 m_chartConstruction 基础结构。 (从 ActionInfo 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。