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 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。