Класс 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