Поделиться через


Класс 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 Gets 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.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering