ActionInfoWithDynamicImageMap Class
A collection of actions with associated image map areas for use in Custom Report Items.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ActionInfoWithDynamicImageMap _
Inherits ActionInfo _
Implements IPersistable
'Usage
Dim instance As ActionInfoWithDynamicImageMap
public sealed class ActionInfoWithDynamicImageMap : ActionInfo,
IPersistable
public ref class ActionInfoWithDynamicImageMap sealed : public ActionInfo,
IPersistable
[<SealedAttribute>]
type ActionInfoWithDynamicImageMap =
class
inherit ActionInfo
interface IPersistable
end
public final class ActionInfoWithDynamicImageMap extends ActionInfo implements IPersistable
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ActionInfo
Microsoft.ReportingServices.OnDemandReportRendering.ActionInfoWithDynamicImageMap
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.